aboutsummaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2019-07-08[release-branch.go1.11] cmd/compile: add necessary operand to mergePoint in r...David Chase
2019-07-01[release-branch.go1.11] cmd/compile: fix range analysis of small signed integersMatthew Dempsky
2019-02-25[release-branch.go1.11] cmd/compile: fix deriving from x+d >= w on overflow i...Cherry Zhang
2019-01-04[release-branch.go1.11] runtime: don't scan go'd function args past length of...Keith Randall
2019-01-04[release-branch.go1.11] runtime: add test for go function argument scanningKeith Randall
2019-01-04[release-branch.go1.11] cmd/compile: fix MIPS SGTconst-with-shift rulesCherry Zhang
2018-12-17[release-branch.go1.11] cmd/compile: generate interface method expression wra...Robert Griesemer
2018-12-14[release-branch.go1.11] cmd/compile: check for negative upper bound to IsSlic...David Chase
2018-11-27[release-branch.go1.11] cmd/compile/internal/gc: OMUL should be evaluated whe...Milan Knezevic
2018-11-26[release-branch.go1.11] cmd/compile: reintroduce work-around for cyclic alias...Robert Griesemer
2018-11-26runtime: when using explicit argmap, also use arglenKeith Randall
2018-11-21[release-branch.go1.11] cmd/compile: don't deadcode eliminate labelsKeith Randall
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