summaryrefslogtreecommitdiff
path: root/test/nilptr3.go
Commit message (Expand)AuthorAgeFilesLines
* cmd/compile: casts from slices to array pointers are known to be non-nilKeith Randall2023-03-291-0/+7
* cmd/compile: improve scheduling passKeith Randall2023-01-201-0/+7
* [dev.regabi] cmd/compile: deref PAUTOHEAPs during SSA constructionMatthew Dempsky2021-01-101-8/+0
* cmd/compile: fix nilcheck for AIXClément Chigot2018-11-261-20/+1
* cmd/compile: remove unnecessary nil-checkAlexey Naidonov2018-09-041-2/+2
* all: skip unsupported tests for js/wasmRichard Musiol2018-04-301-0/+2
* cmd/compile: remove more nil ptr checks after newobjectKeith Randall2017-08-251-0/+7
* cmd/compile: re-enable nilcheck removal in same blockCherry Zhang2017-02-171-18/+18
* cmd/compile: remove nil check for Zero/Move on 386, AMD64, S390XCherry Zhang2017-02-021-0/+5
* cmd/compile: don't use nilcheck information until the next blockKeith Randall2017-01-201-18/+18
* cmd/compile: re-enable nilcheck removal for newobjectCherry Zhang2016-09-281-0/+7
* cmd/compile: remove duplicate nilchecksKeith Randall2016-09-271-0/+14
* test,cmd/compile: remove _ssa file suffixKeith Randall2016-09-151-0/+235
* test: make SSA tests unconditionalKeith Randall2016-09-151-224/+0
* test: add test for CL 26831Cherry Zhang2016-08-171-0/+8
* [dev.ssa] cmd/compile, etc.: more ARM64 optimizations, and enable SSA by defaultCherry Zhang2016-08-151-1/+1
* [dev.ssa] cmd/compile: implement GO386=387Keith Randall2016-08-101-1/+1
* [dev.ssa] cmd/compile: port SSA backend to amd64p32Keith Randall2016-08-091-1/+1
* [dev.ssa] cmd/compile: support NaCl in SSA for ARMCherry Zhang2016-07-161-1/+1
* [dev.ssa] cmd/compile: enable SSA on ARM by defaultCherry Zhang2016-07-061-1/+1
* all: make copyright headers consistent with one space after periodEmmanuel Odeke2016-05-021-1/+1
* cmd/compile: don't nilcheck newobject and return values from mapaccess{1,2}Keith Randall2016-04-221-0/+21
* test: skip nilptr3 test on s390xMichael Munday2016-04-081-2/+2
* [dev.ssa] test: remove extra tests from non-SSA buildsKeith Randall2016-02-261-18/+0
* [dev.ssa] cmd/compile: get rid of nil checks before float loads/storesKeith Randall2016-02-261-0/+18
* [dev.ssa] Merge remote-tracking branch 'origin/master' into mergebranchKeith Randall2015-11-161-1/+2
|\
| * test: fix nosplit.go, fixedbugs/issue11656.go and skip two tests for mips64{,le}Yao Zhang2015-11-121-1/+2
* | [dev.ssa] cmd/compile: default compile+test with SSADavid Chase2015-10-301-1/+1
|/
* cmd/7g: enable peephole optimizerShenghou Ma2015-04-081-3/+3
* test: fix nosplit test, and disable nilptr3 test on arm64Aram Hăvărneanu2015-03-161-2/+3
* all: power64 is now ppc64Russ Cox2014-12-051-2/+2
* [dev.power64] test: disable nilptr3 test on power64xAustin Clements2014-11-031-0/+2
* cmd/gc: correct handling of globals, func args, resultsRuss Cox2014-05-151-51/+51
* cmd/gc: eliminate redundant &x.Field nil checksRuss Cox2013-09-171-0/+191