aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/compile/internal/gc/go.go
AgeCommit message (Expand)Author
2020-10-22cmd/compile: make gc debug flags collector a structAlberto Donizetti
2020-10-19cmd/compile/internal/gc: use plural nouns in commentshk
2020-10-02all: drop 387 supportKeith Randall
2020-04-20cmd/compile: remove nil check for p in isReflectPkgCuong Manh Le
2020-04-20cmd/compile: refactor detecting package reflect logicCuong Manh Le
2020-04-09cmd/compile: clean up slice and string offsets/sizesJosh Bleecher Snyder
2020-03-31cmd/compile, runtime: use more registers for amd64 write barrier callsJosh Bleecher Snyder
2020-03-04cmd/compile: use staticuint64s instead of staticbytesDiogo Pinela
2019-11-11cmd/compile: rename sizeof_Array and array_* to slice_*DQNEO
2019-11-05cmd/compile: not use REGTMP in ZeroRange on ARM64Cherry Zhang
2019-10-28cmd/compile: delete ZeroAutoCherry Zhang
2019-10-21cmd/compile: add fma intrinsic for armsmasher164
2019-10-21cmd/compile: add fma intrinsic for amd64smasher164
2019-10-13cmd/compile: remove PDISCARD classMatthew Dempsky
2019-10-09all: remove the nacl port (part 2, amd64p32 + toolchain)Brad Fitzpatrick
2019-10-08cmd/compile: don't use statictmps for small object in slice literalCuong Manh Le
2019-06-10Revert "Revert "cmd/compile,runtime: allocate defer records on the stack""Keith Randall
2019-06-06cmd/compile: add -smallframes gc flag for GC latency diagnosisDavid Chase
2019-06-05Revert "cmd/compile,runtime: allocate defer records on the stack"Keith Randall
2019-06-04cmd/compile,runtime: allocate defer records on the stackKeith Randall
2019-03-20cmd/compile: port callnew to ssa conversionJosh Bleecher Snyder
2019-03-18cmd/compile,runtime: provide index information on bounds check failureKeith Randall
2019-02-25cmd/compile: call ginsnop, not ginsnop2 on ppc64le for mid-stack inlining tra...Lynn Boger
2019-02-15cmd/compile: implement shifts by signed amountsKeith Randall
2018-12-28cmd/compile,runtime: redo mid-stack inlining tracebacksKeith Randall
2018-11-27cmd/compile: intrinsify math/bits.Div on amd64Brian Kessler
2018-11-14runtime: make processor capability variable naming platform specificMartin Möhrmann
2018-11-03cmd/compile/internal/gc: remove isforw predicate table (cleanup)Robert Griesemer
2018-10-19cmd/compile: remove compiling_wrappersMatthew Dempsky
2018-10-17cmd/compile: remove obsolete "safe" modeMatthew Dempsky
2018-10-16cmd/compile: remove -dolinkobj flagMatthew Dempsky
2018-10-10cmd/compile: make []byte("...") more efficientKeith Randall
2018-08-21cmd/compile/internal/gc: unexport Deferproc and NewprocTobias Klauser
2018-06-21cmd/compile: improve atomic add intrinsics with ARMv8.1 new instructionWei Xiao
2018-05-04cmd/compile: add wasm architectureRichard Musiol
2018-04-18cmd/compile: alphabetize sysfunc listsJosh Bleecher Snyder
2018-04-18cmd/compile: fix race in SSA constructionJosh Bleecher Snyder
2018-04-11cmd/compile, cmd/link: encode cgo directives using JSONMatthew Dempsky
2018-04-09cmd/compile: insert instrumentation during SSA buildingMatthew Dempsky
2018-04-05cmd/compile: cleanup method symbol creationMatthew Dempsky
2018-03-08Revert "cmd/compile: cleanup nodpc and nodfp"Matthew Dempsky
2018-03-08cmd/compile: cleanup nodpc and nodfpMatthew Dempsky
2018-02-13runtime: remove legacy eager write barrierAustin Clements
2017-11-30cmd/compile: use soft-float routines for soft-float targetsVladimir Stefanovic
2017-11-30compiler,linker: support for DWARF inlined instancesThan McIntosh
2017-10-30cmd/compile: compiler support for buffered write barrierAustin Clements
2017-10-05cmd/compile: cleanup genwrapper slightlyMatthew Dempsky
2017-09-23cmd/compile/internal/gc: unexport global constantsHajime Hoshi
2017-09-05cmd/compile: remove global bout variableMatthew Dempsky
2017-08-09cmd/compile: remove gc.Sysfunc calls from 387 backendJosh Bleecher Snyder