aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/compile/internal/test
AgeCommit message (Expand)Author
2021-07-08[dev.typeparams] cmd/compile: cleanup ABI utils testsMatthew Dempsky
2021-06-29[dev.typeparams] cmd/compile: add a field (method) name for function in TestA...Dan Scales
2021-06-11[dev.typeparams] runtime: simplify defer record allocationCherry Mui
2021-06-08[dev.typeparams] runtime: remove variadic defer/go callsCherry Mui
2021-05-25[dev.typeparams] all: merge master (f22ec51) into dev.typeparamsMatthew Dempsky
2021-05-24cmd/compile: ensure equal functions don't do unaligned loadsKeith Randall
2021-05-21[dev.typeparams] runtime: replace funcPC with internal/abi.FuncPCABIInternalCherry Mui
2021-05-08cmd/compile: remove bit operations that modify memory directlyKeith Randall
2021-04-30cmd/compile: handle field padding for register-passed structsThan McIntosh
2021-04-12cmd/compile/internal/amd64: follow-on regabi fix for amd64 zerorangeThan McIntosh
2021-04-12runtime: using wyhash for memhashFallback on 64bit platformMeng Zhuo
2021-03-23cmd/compile/internal/test: update abi tests for recent spec changesThan McIntosh
2021-03-23cmd/compile: optimize codes with arm64 REV16 instructionfanzha02
2021-03-19cmd/compile: add clobberdeadreg modeCherry Zhang
2021-03-17cmd/compile: resurrect clobberdead modeCherry Zhang
2021-03-16cmd/compile: (fixed) spill output parameters passed in registers as autosDavid Chase
2021-03-15Revert "cmd/compile: spill output parameters passed in registers as autos"David Chase
2021-03-15cmd/compile: spill output parameters passed in registers as autosDavid Chase
2021-03-15net: use mid-stack inlining with ReadFromUDP to avoid an allocationJosh Bleecher Snyder
2021-03-09cmd/compile: fix failure to communicate between ABIinfo producer&consumerDavid Chase
2021-03-02cmd/compile: better version of check frame offsets against abiDavid Chase
2021-03-01Revert "cmd/compile: check frame offsets against abi"Bryan C. Mills
2021-02-27cmd/compile: check frame offsets against abiDavid Chase
2021-02-19[dev.typeparams] all: merge master (06b86e9) into dev.typeparamsRobert Griesemer
2021-02-19cmd/asm, cmd/link, runtime: introduce FuncInfo flag bitsRuss Cox
2021-02-17[dev.typeparams] merge master (2f0da6d) into dev.typeparamsRob Findley
2021-02-17cmd/compile/internal/test: gofmt abiutils_test.goCherry Zhang
2021-01-28[dev.typeparams] cmd/compile: start adding info needed for typeparams in typ...Dan Scales
2021-01-25[dev.typeparams] all: merge dev.regabi (5e4a0cd) into dev.typeparamsMatthew Dempsky
2021-01-25[dev.regabi] cmd/compile: modify abiutils for recently updated ABIDavid Chase
2021-01-22[dev.typeparams] all: merge dev.regabi (7e0a81d) into dev.typeparamsMatthew Dempsky
2021-01-16[dev.regabi] cmd/compile, runtime: fix up comments/error messages from recent...Dan Scales
2021-01-13[dev.regabi] cmd/compile: refactor abiutils from "gc" into new "abi"David Chase
2020-12-23[dev.typeparams] all: merge dev.regabi (37f138d) into dev.typeparamsRuss Cox
2020-12-23[dev.regabi] cmd/compile: split out package test [generated]Russ Cox
2020-10-29cmd/compile: use magic multiply for unsigned values less than 1<<16 on 32-bit...Rémy Oudompheng
2020-08-18cmd/compile: clean up and optimize s390x multiplication rulesMichael Munday
2019-04-27cmd/compile: add unsigned divisibility rulesBrian Kessler
2019-04-25cmd/compile: add signed divisibility by power of 2 rulesBrian Kessler
2019-04-23Revert "cmd/compile: add signed divisibility by power of 2 rules"Keith Randall
2019-04-23cmd/compile: add signed divisibility by power of 2 rulesBrian Kessler
2016-04-29cmd/compile: Move divconst_test out of test/bench/go1David Chase