aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/compile/internal/gc/testdata
AgeCommit message (Expand)Author
2020-12-23[dev.regabi] cmd/compile: split out package test [generated]Russ Cox
2020-05-29cmd/compile: add test case for issue 38068Than McIntosh
2020-02-27all: fix incorrect channel and API usage in some unit testsZiheng Liu
2019-07-02cmd/compile: make duplicate anonymous interface output deterministicKeith Randall
2019-04-30cmd/compile: add signed divisibility rulesBrian Kessler
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
2019-02-19src, misc: apply gofmtRobert Griesemer
2018-10-23cmd/compile: use proved bounds to remove signed division fix-upsChrisALiles
2018-08-28cmd/compile: add a test for reproducible build with anonymous interfacesCherry Zhang
2018-08-24cmd/compile: remove vet-blocking hackKeith Randall
2018-08-24cmd/compile: enable two orphaned testsKeith Randall
2018-08-24cmd/compile: move last compile tests to new test infrastructureKeith Randall
2018-08-24cmd/compile: move more compiler tests to new test infrastructureKeith Randall
2018-08-24cmd/compile: move autogenerated tests to new infrastructureKeith Randall
2018-08-24cmd/compile: move over more compiler tests to new test infrastructureKeith Randall
2018-08-24cmd/compile: unify compilation of compiler testsKeith Randall
2018-03-28cmd/compile: strength reduce more x86 constant multiplicationJosh Bleecher Snyder
2018-03-28cmd/compile/internal/gc: speed up arith const testsJosh Bleecher Snyder
2018-02-20all: fix misspellingsShawn Smith
2017-10-31cmd/compile: on ARM, make sure *const's AuxInt fit into int32Cherry Zhang
2017-10-06cmd/compile: add test generator for control and data flowDavid Chase
2017-09-26cmd/compile: fix regression in PPC64.rules move zeroLynn Boger
2017-08-18cmd/compile: add rules handling unsigned div/mod by constant 1<<63Cherry Zhang
2017-05-09cmd/compile: make builds reproducible in presence of **byte and **int8Josh Bleecher Snyder
2017-04-17cmd/compile: remove underscore from variable names in constant comparison testMichael Munday
2017-04-13cmd/compile: fix s390x unsigned comparison constant merging rulesMichael Munday
2017-04-12cmd/compile: fix PPC64.rules for LoweredMoveLynn Boger
2017-03-31cmd/compile: use std "DO NOT EDIT" comment for generated filesRobert Griesemer
2017-02-28cmd/compile: emit fused multiply-{add,subtract} instructions on s390xMichael Munday
2017-02-22cmd/compile: zero extend when replacing load-hit-store on s390xMichael Munday
2016-12-08all: make spelling consistentBrad Fitzpatrick
2016-09-15test,cmd/compile: remove _ssa file suffixKeith Randall
2016-08-23cmd/compile: precompute constant square rootsKevin Burke
2016-08-16cmd/compile: fix bad generated format strings in testJosh Bleecher Snyder
2016-07-15[dev.ssa] cmd/compile: use shifted and indexed ops in SSA for ARMCherry Zhang
2016-06-14[dev.ssa] Merge remote-tracking branch 'origin/master' into mergebranchKeith Randall
2016-06-05[dev.ssa] cmd/compile: handle Div, Convert, GetClosurePtr etc. on ARMCherry Zhang
2016-05-29cmd/compile: add constant fold comparison testsKeith Randall
2016-05-25cmd/compile: add generated tests for constant foldingKeith Randall
2016-05-04cmd/compile: use SSA tests on legacy compilerKeith Randall
2016-04-23cmd/compile: combine stores into larger widthsKeith Randall
2016-04-12cmd/compile: add x.Uses==1 test to load combinersKeith Randall
2016-04-06cmd/compile: fix x=x assignmentsKeith Randall
2016-04-04cmd/compile: constant fold moduloAlexandru Moșoi
2016-04-04cmd/compile: fold IsInBounds of modulo.Alexandru Moșoi
2016-03-21cmd/compile: don't write back unchanged slice resultsKeith Randall
2016-03-17cmd/compile/test: replace switch{} with go:noinlineTodd Neal