aboutsummaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2019-01-08runtime: make FuncForPC return the innermost inlined frameKeith Randall
2019-01-04cmd/compile: modify swt.go to skip repeated walks of switchDavid Chase
2019-01-04runtime: proper panic tracebacks with mid-stack inliningKeith Randall
2019-01-03runtime: don't scan go'd function args past length of ptr bitmapKeith Randall
2019-01-03runtime: add test for go function argument scanningKeith Randall
2019-01-02cmd/compile: fix deriving from x+d >= w on overflow in prove passCherry Zhang
2018-12-29test: disable issue 29329 test when cgo is not enabledAlberto Donizetti
2018-12-29runtime: panic on uncomparable map key, even if map is emptyKeith Randall
2018-12-29cmd/compile: fix racewalk{enter,exit} removalKeith Randall
2018-12-28cmd/compile,runtime: redo mid-stack inlining tracebacksKeith Randall
2018-12-27cmd/compile: fix MIPS SGTconst-with-shift rulesCherry Zhang
2018-12-22cmd/compile: pad zero-sized stack variablesKeith Randall
2018-12-22cmd/compile: fix line number for implicitly declared method expressionsKeith Randall
2018-12-20cmd/compile: fix ICE due to bad rune widthMatthew Dempsky
2018-12-20cmd/compile: ignore out-of-bounds reads from readonly constantsKeith Randall
2018-12-18cmd/compile: increase nesting depth limit for type descriptorsRobert Griesemer
2018-12-17cmd/compile: prevent double-walk of switch for OPRINT/OPRINTNDavid Chase
2018-12-17cmd/compile: generate interface method expression wrapper for error.ErrorRobert Griesemer
2018-12-14cmd/compile: fix length overflow when appending elements to a sliceMartin Möhrmann
2018-12-12cmd/compile: don't combine load+op if the op has SymAddr argumentsKeith Randall
2018-12-11cmd/compile: use innermost line number for -SKeith Randall
2018-12-07cmd/compile: check for negative upper bound to IsSliceInBoundsDavid Chase
2018-12-05cmd/compile: omit write barriers for slice clears of go:notinheap pointersAustin Clements
2018-12-05cmd/compile: avoid multiple errors regarding misuse of ... in signaturesRobert Griesemer
2018-12-05cmd/compile: improve error message for non-final variadic parametersmasher164
2018-12-04cmd/compile: fix unnamed parameter handling in escape analysisCherry Zhang
2018-12-03cmd/compile: fix static initializerKeith Randall
2018-12-01cmd/compile: decrease inlining call cost from 60 to 57David Chase
2018-12-01test/codegen: add arithmetic tests for 386/amd64/arm/arm64Ben Shi
2018-11-30cmd/compile: fix constant index bounds check and error messageRobert Griesemer
2018-11-29cmd/compile: eliminate write barriers when writing non-heap ptrsKeith Randall
2018-11-28cmd/compile: randomize value order in block for testingKeith Randall
2018-11-27cmd/compile: don't use CMOV ops to compute load addressesKeith Randall
2018-11-27test: fix nilptr5 for AIXClément Chigot
2018-11-27cmd/compile: intrinsify math/bits.Div on amd64Brian Kessler
2018-11-27cmd/compile: don't convert non-Go-constants to OLITERALsKeith Randall
2018-11-26cmd/compile: initialize sparse slice literals dynamicallyKeith Randall
2018-11-26cmd/compile: don't constant-fold non-Go constants in the frontendKeith Randall
2018-11-26cmd/compile: allow bodyless function if it is linkname'dKeith Randall
2018-11-26cmd/compile: fix nilcheck for AIXClément Chigot
2018-11-26runtime: handle 64bits addresses for AIXClément Chigot
2018-11-16cmd/asm: rename -symabis to -gensymabisAustin Clements
2018-11-14runtime: make processor capability variable naming platform specificMartin Möhrmann
2018-11-14cmd/compile/internal/gc: OMUL should be evaluated when using soft-floatMilan Knezevic
2018-11-14test: move empty header file in builddir, buildrundir to temp directoryEmmanuel T Odeke
2018-11-13test: fix ABI mismatch in fixedbugs/issue19507Austin Clements
2018-11-13runtime: when using explicit argmap, also use arglenKeith Randall
2018-11-12cmd/go, cmd/dist: plumb symabis from assembler to compilerAustin Clements
2018-11-12test: minor simplification to run.goAustin Clements
2018-11-11cmd/compile: optimize A->B->C Moves that include VarDefsJosh Bleecher Snyder