aboutsummaryrefslogtreecommitdiff
path: root/test/nilptr3.go
AgeCommit message (Expand)Author
2023-10-19test: migrate remaining files to go:build syntaxDmitri Shuralyov
2023-03-29cmd/compile: casts from slices to array pointers are known to be non-nilKeith Randall
2023-01-20cmd/compile: improve scheduling passKeith Randall
2021-01-10[dev.regabi] cmd/compile: deref PAUTOHEAPs during SSA constructionMatthew Dempsky
2018-11-26cmd/compile: fix nilcheck for AIXClément Chigot
2018-09-04cmd/compile: remove unnecessary nil-checkAlexey Naidonov
2018-04-30all: skip unsupported tests for js/wasmRichard Musiol
2017-08-25cmd/compile: remove more nil ptr checks after newobjectKeith Randall
2017-02-17cmd/compile: re-enable nilcheck removal in same blockCherry Zhang
2017-02-02cmd/compile: remove nil check for Zero/Move on 386, AMD64, S390XCherry Zhang
2017-01-20cmd/compile: don't use nilcheck information until the next blockKeith Randall
2016-09-28cmd/compile: re-enable nilcheck removal for newobjectCherry Zhang
2016-09-27cmd/compile: remove duplicate nilchecksKeith Randall
2016-09-15test,cmd/compile: remove _ssa file suffixKeith Randall
2016-09-15test: make SSA tests unconditionalKeith Randall
2016-08-17test: add test for CL 26831Cherry Zhang
2016-08-15[dev.ssa] cmd/compile, etc.: more ARM64 optimizations, and enable SSA by defaultCherry Zhang
2016-08-10[dev.ssa] cmd/compile: implement GO386=387Keith Randall
2016-08-09[dev.ssa] cmd/compile: port SSA backend to amd64p32Keith Randall
2016-07-16[dev.ssa] cmd/compile: support NaCl in SSA for ARMCherry Zhang
2016-07-06[dev.ssa] cmd/compile: enable SSA on ARM by defaultCherry Zhang
2016-05-02all: make copyright headers consistent with one space after periodEmmanuel Odeke
2016-04-22cmd/compile: don't nilcheck newobject and return values from mapaccess{1,2}Keith Randall
2016-04-08test: skip nilptr3 test on s390xMichael Munday
2016-02-26[dev.ssa] test: remove extra tests from non-SSA buildsKeith Randall
2016-02-26[dev.ssa] cmd/compile: get rid of nil checks before float loads/storesKeith Randall
2015-11-16[dev.ssa] Merge remote-tracking branch 'origin/master' into mergebranchKeith Randall
2015-11-12test: fix nosplit.go, fixedbugs/issue11656.go and skip two tests for mips64{,le}Yao Zhang
2015-10-30[dev.ssa] cmd/compile: default compile+test with SSADavid Chase
2015-04-08cmd/7g: enable peephole optimizerShenghou Ma
2015-03-16test: fix nosplit test, and disable nilptr3 test on arm64Aram Hăvărneanu
2014-12-05all: power64 is now ppc64Russ Cox
2014-11-03[dev.power64] test: disable nilptr3 test on power64xAustin Clements
2014-05-15cmd/gc: correct handling of globals, func args, resultsRuss Cox
2013-09-17cmd/gc: eliminate redundant &x.Field nil checksRuss Cox