summaryrefslogtreecommitdiff
path: root/src/cmd/compile
Commit message (Expand)AuthorAgeFilesLines
* [dev.debug] cmd/compile: better DWARF with optimizations ondev.debugHeschi Kreinick2017-07-2714-57/+1067
* [dev.debug] cmd/compile: track variable decomposition in LocalSlotHeschi Kreinick2017-07-266-44/+66
* [dev.debug] cmd/compile: keep float names in the Names listHeschi Kreinick2017-07-251-0/+1
* [dev.debug] cmd/compile: rename some locals in genssaHeschi Kreinick2017-07-251-11/+11
* [dev.debug] cmd/compile: rename dwarf.Var.Offset to StackOffsetHeschi Kreinick2017-07-252-5/+5
* cmd/compile: consider exported flag in namedataIan Lance Taylor2017-07-241-1/+5
* cmd/compile: fix unaligned loads/stores to global variables on s390xMichael Munday2017-07-192-36/+46
* cmd/compile: omit X:framepointer in compile versionRuss Cox2017-07-171-1/+1
* cmd/compile: fix comment typoJamie Kerr2017-07-151-2/+2
* cmd/compile: fix phi-function updates for preemptible loopsDavid Chase2017-07-142-21/+69
* cmd/compile: fix lexical scope of escaped variablesAlessandro Arzilli2017-07-102-0/+12
* cmd/compile: fix slice-in-bound check on amd64p32Cherry Zhang2017-06-282-4/+52
* cmd/compile: suppress errors after "cannot assign to X"Matthew Dempsky2017-06-271-3/+3
* cmd/compile: use correct variable when setting up dummy CallStmt in errorRobert Griesemer2017-06-261-1/+1
* cmd/compile: fix array slice expression bounds checkRobert Griesemer2017-06-221-1/+1
* cmd/compile: make loop guard+rotate conditional on GOEXPERIMENTDavid Chase2017-06-211-3/+8
* all: gofmtMikio Hara2017-06-211-2/+2
* cmd/compile: permit Unicode spaces in (expanded) package pathsRobert Griesemer2017-06-193-5/+5
* cmd/compile: fix crash in importer when running in debug modeRobert Griesemer2017-06-152-5/+7
* cmd/compile: better error for malformed packagesMatthew Dempsky2017-06-151-3/+6
* Revert "cmd/compile: skip reexporting types in reexportdep"Matthew Dempsky2017-06-152-1/+81
* cmd/compile: fix exporting of function bodiesMatthew Dempsky2017-06-151-2/+3
* cmd/compile: fix detection of calls to reflect.MethodRobert Griesemer2017-06-141-5/+6
* cmd/compile: don't use ."" as a pkg prefixDaniel Martí2017-06-091-1/+1
* cmd/compile: fix real/imag for untyped constant argumentsRobert Griesemer2017-06-082-25/+46
* cmd/compile: separate code for len, cap from code for real, imagRobert Griesemer2017-06-071-42/+54
* cmd/compile: don't implicitly dereference pointer to arrays for real/imagRobert Griesemer2017-06-071-1/+3
* cmd/compile: check that phis are always first after schedulingKeith Randall2017-06-073-1/+25
* cmd/compile: reject unknown //go: comments in std libraryKeith Randall2017-06-063-0/+19
* cmd/compile: use file content, not suffix, to distinguish .a and .o filesRuss Cox2017-06-061-24/+17
* cmd/compile: add -importcfg to specify import resolutionRuss Cox2017-06-061-3/+64
* cmd/compile: add valState to ssa sizeof testsJosh Bleecher Snyder2017-06-031-0/+1
* cmd/compile: retain source positions of arguments to inlined callsDavid Lazar2017-06-021-3/+3
* cmd/compile/internal/gc: speed-up small array comparisonIlya Tocar2017-06-012-7/+93
* cmd/compile: fix subword store/load elision for MIPSCherry Zhang2017-05-313-32/+28
* cmd/compile: don't generate liveness maps when the stack is too largeJosh Bleecher Snyder2017-05-302-3/+8
* cmd/compile: fix subword store/load elision for amd64, x86, armDavid Chase2017-05-306-47/+164
* cmd/compile: test for moving spillsKeith Randall2017-05-241-0/+109
* cmd/compile: report correct position in redeclaration errorsRobert Griesemer2017-05-222-7/+8
* cmd/compile: make duplicate expr cases readableDaniel Martí2017-05-191-48/+42
* cmd/compile/internal/ssa: fix spelling mistakeKevin Burke2017-05-191-1/+1
* cmd/compile: skip TestScopeRanges on Plan 9David du Colombier2017-05-191-0/+6
* cmd/compile: output DWARF lexical blocks for local variablesAlessandro Arzilli2017-05-189-53/+745
* cmd/compile: search for remaining WB ops from end to beginningJosh Bleecher Snyder2017-05-181-2/+5
* cmd/compile: don't break up contiguous blocks in looprotateJosh Bleecher Snyder2017-05-182-6/+28
* cmd/compile: don't panic in complex divisionAlberto Donizetti2017-05-181-4/+17
* cmd/compile: fuse from end to beginningJosh Bleecher Snyder2017-05-171-1/+3
* cmd/compile: seed rand with time when race enabledJosh Bleecher Snyder2017-05-171-0/+7
* cmd/compile: eliminate some bounds checks from generated rewrite rulesJosh Bleecher Snyder2017-05-1612-0/+8579
* cmd/compile: lay out exit blocks lastJosh Bleecher Snyder2017-05-161-3/+20