aboutsummaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2018-10-03[release-branch.go1.11] cmd/compile: fix type of OffPtr in some optimization ...Cherry Zhang
2018-10-03[release-branch.go1.11] cmd/compile: don't crash reporting misuse of shadowed...taylorza
2018-10-01[release-branch.go1.11] reflect: ensure correct scanning of return valuesKeith Randall
2018-09-13[release-branch.go1.11] cmd/compile: prevent overflow in walkinrangeAlberto Donizetti
2018-09-11[release-branch.go1.11] cmd/compile: count nil check as use in dead auto elimCherry Zhang
2018-09-01[release-branch.go1.11] cmd/compile: in prove, fix fence-post implications fo...Giovanni Bajo
2018-08-14cmd/compile/internal/gc: add nil check for closure call on wasmRichard Musiol
2018-08-02test/codegen: add more combined store tests for arm64Ben Shi
2018-07-24cmd/compile: set stricter inlining threshold in large functionsKeith Randall
2018-07-20test: add test for gccgo bug #26495Cherry Zhang
2018-07-19cmd/compile: add test for OPmodify ops clobbering flagsKeith Randall
2018-07-18cmd/compile: fix crash on invalid struct literalDaniel Martí
2018-07-18cmd/compile: fix an arm64's comparison bugBen Shi
2018-07-17cmd/compile: keep autos if their address reaches a control valueMichael Munday
2018-07-12cmd/compile: handle degenerate write barrier caseKeith Randall
2018-07-12cmd/compile: add LocalAddr that takes SP,mem operandsDavid Chase
2018-07-12test: add test of valid code that gccgo failed to compileIan Lance Taylor
2018-07-12cmd/compile: fix ICE due to missing inline function bodyMatthew Dempsky
2018-07-11runtime: don't say "different packages" if they may not be differentIan Lance Taylor
2018-07-11test: add test case that failed with gccgoIan Lance Taylor
2018-07-10test: add order of evaluation test case that gccgo got wrongIan Lance Taylor
2018-07-10internal/bytealg: specify argmaps for exported functionsKeith Randall
2018-07-10test/codegen: add more test cases for arm64Ben Shi
2018-07-10cmd/compile: make sure alg functions are generated when we call themCherry Zhang
2018-07-10test: add test for gccgo bug #26248Cherry Zhang
2018-07-09cmd/compile: ensure that loop condition is detected correctlyKeith Randall
2018-07-06cmd/compile: fix "width not calculated" ICEMatthew Dempsky
2018-07-02cmd/compile: run generic deadcode in -N modeCherry Zhang
2018-07-02cmd/compile: keep autos whose address reaches a phiMichael Munday
2018-06-29Revert "cmd/compile: make OpAddr depend on VarDef in storeOrder"David Chase
2018-06-29cmd/compile: make OpAddr depend on VarDef in storeOrderDavid Chase
2018-06-29cmd/compile: check SSAability in handling of INDEX of 1-element arrayCherry Zhang
2018-06-28cmd/compile: don't crash in untyped expr to interface conversionRobert Griesemer
2018-06-28cmd/compile: mark CMOVLEQF, CMOVWEQF as cloberring AXIlya Tocar
2018-06-27cmd/compile: fold offset into address on WasmCherry Zhang
2018-06-25cmd/compile: avoid remainder in loopbce when increment=0David Chase
2018-06-22cmd/compile: fix compile failure for lazily resolved shadowed typesMatthew Dempsky
2018-06-22cmd/compile: convert uint32 to int32 in ARM constant folding rulesCherry Zhang
2018-06-19cmd/compile: conditional on -race, disable inline of go:noraceDavid Chase
2018-06-19cmd/compile: more accurate position for select case error messageRobert Griesemer
2018-06-14cmd/compile: ensure that operand of ORETURN is not double-walkedDavid Chase
2018-06-13cmd/compile: make case insensitive suggestions aware of packageEmmanuel T Odeke
2018-06-12test: add test to verify that string copies don't get optimized awayBrad Fitzpatrick
2018-06-12cmd/compile: correct alias cycle detectionRobert Griesemer
2018-06-06cmd/compile: fix panic-okay-to-inline change; adjust testsDavid Chase
2018-06-06test: add comments for all test actionsYury Smolsky
2018-06-06cmd/compile: fix OffPtr with negative offset on wasmRichard Musiol
2018-06-05cmd/compile: revert internal parameter rename (from ".anonX" to "") before ex...Robert Griesemer
2018-06-05cmd/compile: fix printing of array types in error messagesRobert Griesemer
2018-06-05runtime: slightly better error message for assertion panics with identical lo...Robert Griesemer