aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/compile
AgeCommit message (Expand)Author
2017-06-26cmd/compile: use correct variable when setting up dummy CallStmt in errorRobert Griesemer
2017-06-22cmd/compile: fix array slice expression bounds checkRobert Griesemer
2017-06-21cmd/compile: make loop guard+rotate conditional on GOEXPERIMENTDavid Chase
2017-06-21all: gofmtMikio Hara
2017-06-19cmd/compile: permit Unicode spaces in (expanded) package pathsRobert Griesemer
2017-06-15cmd/compile: fix crash in importer when running in debug modeRobert Griesemer
2017-06-15cmd/compile: better error for malformed packagesMatthew Dempsky
2017-06-15Revert "cmd/compile: skip reexporting types in reexportdep"Matthew Dempsky
2017-06-15cmd/compile: fix exporting of function bodiesMatthew Dempsky
2017-06-14cmd/compile: fix detection of calls to reflect.MethodRobert Griesemer
2017-06-09cmd/compile: don't use ."" as a pkg prefixDaniel Martí
2017-06-08cmd/compile: fix real/imag for untyped constant argumentsRobert Griesemer
2017-06-07cmd/compile: separate code for len, cap from code for real, imagRobert Griesemer
2017-06-07cmd/compile: don't implicitly dereference pointer to arrays for real/imagRobert Griesemer
2017-06-07cmd/compile: check that phis are always first after schedulingKeith Randall
2017-06-06cmd/compile: reject unknown //go: comments in std libraryKeith Randall
2017-06-06cmd/compile: use file content, not suffix, to distinguish .a and .o filesRuss Cox
2017-06-06cmd/compile: add -importcfg to specify import resolutionRuss Cox
2017-06-03cmd/compile: add valState to ssa sizeof testsJosh Bleecher Snyder
2017-06-02cmd/compile: retain source positions of arguments to inlined callsDavid Lazar
2017-06-01cmd/compile/internal/gc: speed-up small array comparisonIlya Tocar
2017-05-31cmd/compile: fix subword store/load elision for MIPSCherry Zhang
2017-05-30cmd/compile: don't generate liveness maps when the stack is too largeJosh Bleecher Snyder
2017-05-30cmd/compile: fix subword store/load elision for amd64, x86, armDavid Chase
2017-05-24cmd/compile: test for moving spillsKeith Randall
2017-05-22cmd/compile: report correct position in redeclaration errorsRobert Griesemer
2017-05-19cmd/compile: make duplicate expr cases readableDaniel Martí
2017-05-19cmd/compile/internal/ssa: fix spelling mistakeKevin Burke
2017-05-19cmd/compile: skip TestScopeRanges on Plan 9David du Colombier
2017-05-18cmd/compile: output DWARF lexical blocks for local variablesAlessandro Arzilli
2017-05-18cmd/compile: search for remaining WB ops from end to beginningJosh Bleecher Snyder
2017-05-18cmd/compile: don't break up contiguous blocks in looprotateJosh Bleecher Snyder
2017-05-18cmd/compile: don't panic in complex divisionAlberto Donizetti
2017-05-17cmd/compile: fuse from end to beginningJosh Bleecher Snyder
2017-05-17cmd/compile: seed rand with time when race enabledJosh Bleecher Snyder
2017-05-16cmd/compile: eliminate some bounds checks from generated rewrite rulesJosh Bleecher Snyder
2017-05-16cmd/compile: lay out exit blocks lastJosh Bleecher Snyder
2017-05-15cmd/compile: don't attach lines to SB, SP, similar constantsDavid Chase
2017-05-15cmd/compile: better check for single live memoryKeith Randall
2017-05-14cmd/compile: tweak ssa.html colorsJosh Bleecher Snyder
2017-05-14cmd/compile: don't update outer variables after capturevars is completeJosh Bleecher Snyder
2017-05-11cmd/compile: fix store chain in schedule passKeith Randall
2017-05-11cmd/compile: restore panic deduplicationJosh Bleecher Snyder
2017-05-11cmd/compile: don't use statictmps for SSA-able composite literalsJosh Bleecher Snyder
2017-05-11cmd/compile: avoid checkwidth of [...] arraysJosh Bleecher Snyder
2017-05-11cmd/internal/obj: continue to optimize ARM's constant poolBen Shi
2017-05-10cmd/compile: repair copy-pasted method commentDavid Chase
2017-05-10cmd/compile: reduce debugger-worsening line number churnDavid Chase
2017-05-10cmd/compile: add generic rules to eliminate some unnecessary storesMichael Munday
2017-05-10cmd/compile/internal/ssa: fix generation of ppc64x rulesMichael Munday