summaryrefslogtreecommitdiff
path: root/src/cmd/compile
Commit message (Expand)AuthorAgeFilesLines
* cmd/compile: don't combine load+op if the op has SymAddr argumentsKeith Randall2018-12-122-0/+16
* cmd/compile: Avoid and filter out zero-length location-lists.David Chase2018-12-121-5/+12
* cmd/compile: use innermost line number for -SKeith Randall2018-12-112-14/+13
* cmd/compile: emit a symbol for a method expression when using -dynlinkIan Lance Taylor2018-12-111-0/+6
* cmd/compile: set correct line number for method wrappersKeith Randall2018-12-101-0/+8
* all: move cmd/internal/xcoff to internal/xcoffClément Chigot2018-12-101-1/+1
* cmd/compile: check for negative upper bound to IsSliceInBoundsDavid Chase2018-12-071-0/+21
* cmd/compile/internal/syntax: remove unused field in (scanner) sourceRobert Griesemer2018-12-051-4/+3
* cmd/compile: omit write barriers for slice clears of go:notinheap pointersAustin Clements2018-12-051-1/+1
* cmd/compile: mark memclrHasPointers calls as write barriersAustin Clements2018-12-052-0/+2
* cmd/compile: avoid multiple errors regarding misuse of ... in signaturesRobert Griesemer2018-12-051-3/+5
* cmd/compile: improve error message for non-final variadic parametersmasher1642018-12-051-1/+5
* cmd/compile: fix unnamed parameter handling in escape analysisCherry Zhang2018-12-041-34/+64
* cmd/compile: fix static initializerKeith Randall2018-12-031-1/+1
* cmd/compile: for location lists, handle case where prev block is not a predDavid Chase2018-12-021-17/+75
* all: use "reports whether" consistently instead of "returns whether"Tobias Klauser2018-12-0211-13/+13
* cmd/compile: add Buffer.Grow to TestIntendedInliningDaniel Martí2018-12-011-0/+1
* cmd/compile: decrease inlining call cost from 60 to 57David Chase2018-12-011-1/+1
* cmd/compile: fix constant index bounds check and error messageRobert Griesemer2018-11-304-18/+41
* cmd/compile: eliminate write barriers when writing non-heap ptrsKeith Randall2018-11-291-2/+55
* cmd/compile: begin OpArg and OpPhi location lists at block startDavid Chase2018-11-294-22/+60
* cmd/compile: ensure S390X moves don't overflow int32Keith Randall2018-11-282-4/+6
* cmd/compile: randomize value order in block for testingKeith Randall2018-11-282-1/+19
* cmd/compile: order nil checks by source positionKeith Randall2018-11-281-1/+32
* cmd/compile: don't use CMOV ops to compute load addressesKeith Randall2018-11-271-6/+57
* cmd/compile: intrinsify math/bits.Div on amd64Brian Kessler2018-11-272-2/+13
* cmd/compile: don't convert non-Go-constants to OLITERALsKeith Randall2018-11-273-5/+5
* cmd/compile: initialize sparse slice literals dynamicallyKeith Randall2018-11-262-2/+11
* cmd/compile: don't constant-fold non-Go constants in the frontendKeith Randall2018-11-263-5/+31
* cmd/compile: remove CLOBBERDEAD experimentKeith Randall2018-11-262-163/+4
* cmd/compile: allow bodyless function if it is linkname'dKeith Randall2018-11-261-1/+12
* cmd/compile: fix nilcheck for AIXClément Chigot2018-11-263-10/+51
* runtime: handle 64bits addresses for AIXClément Chigot2018-11-261-1/+1
* cmd/compile: decompose composite OpArg before decomposeUserDavid Chase2018-11-237-308/+371
* cmd/compile: make ssa blocks collapsable in ssa.htmlYury Smolsky2018-11-231-1/+31
* cmd/compile: use correct store types in softfloatCherry Zhang2018-11-231-1/+13
* cmd/compile: for non-SSA-typed params, emit simple vars.David Chase2018-11-211-43/+63
* cmd/compile: fix TestFormats by using valid formatsYury Smolsky2018-11-211-3/+3
* runtime: debug code to catch bad gcWork.putsAustin Clements2018-11-211-1/+1
* cmd/compile: add control flow graphs to ssa.htmlYury Smolsky2018-11-215-15/+348
* cmd/compile: bulk renameJosh Bleecher Snyder2018-11-1928-709/+709
* cmd/compile: provide updating mechanism for format testRobert Griesemer2018-11-162-209/+269
* cmd/compile: assume unsafe pointer arithmetic generates non-nil resultsKeith Randall2018-11-141-1/+2
* runtime: make processor capability variable naming platform specificMartin Möhrmann2018-11-145-15/+17
* cmd/compile/internal/gc: OMUL should be evaluated when using soft-floatMilan Knezevic2018-11-141-1/+1
* cmd/compile: by default accept any languageIan Lance Taylor2018-11-141-4/+13
* cmd,runtime: enable race detector on arm64Fangming.Fang2018-11-131-2/+2
* cmd/compile: correct check for valid -lang versionIan Lance Taylor2018-11-132-1/+6
* cmd/compile: fix race on initializing Sym symFunc flagAustin Clements2018-11-121-1/+1
* cmd/compile: create "init" symbol earlierAustin Clements2018-11-121-5/+5