| Commit message (Expand) | Author | Age | Files | Lines |
* | cmd/compile: gofmt -w -s | hopehook | 2022-08-17 | 1 | -1/+3 |
* | cmd/compile: refactor GOSSAHASH debugging to make it usable outside ssa package. | David Chase | 2022-08-10 | 1 | -91/+10 |
* | [dev.boringcrypto] cmd: use notsha256 instead of md5, sha1, sha256 | Russ Cox | 2022-04-29 | 1 | -2/+2 |
* | all: gofmt main repo | Russ Cox | 2022-04-11 | 1 | -6/+11 |
* | all: fix various doc comment formatting nits | Russ Cox | 2022-04-01 | 1 | -6/+6 |
* | cmd/compile: extend dump-to-file to handle "genssa" (asm) case. | David Chase | 2021-09-20 | 1 | -1/+1 |
* | cmd/compile: manage Slot array better | David Chase | 2021-05-08 | 1 | -2/+108 |
* | cmd/compile: spill all the parameters around morestack | David Chase | 2021-04-16 | 1 | -1/+1 |
* | cmd/compile: when GOSSAFUNC is set, dump the current pass on crash | Cherry Zhang | 2021-04-06 | 1 | -1/+13 |
* | all: remove duplicate words | John Bampton | 2021-03-13 | 1 | -1/+1 |
* | cmd/compile: plumb abi info into ssagen/ssa | David Chase | 2021-02-24 | 1 | -0/+5 |
* | [dev.regabi] cmd/compile: late expansion of return values | David Chase | 2021-01-20 | 1 | -2/+4 |
* | [dev.regabi] cmd/compile: add code to support register ABI spills around more... | David Chase | 2021-01-13 | 1 | -0/+3 |
* | [dev.regabi] cmd/compile: add ssa.Aux tag interface for Value.Aux | Matthew Dempsky | 2020-12-08 | 1 | -14/+8 |
* | cmd/compile: do not mark OpSP, OpSB pos for debugging | Cuong Manh Le | 2020-12-01 | 1 | -2/+2 |
* | ssa: comment Sdom() with the form "Sdom..." | soolaugust | 2020-10-12 | 1 | -1/+1 |
* | cmd/compile: add code to expand calls just before late opt | David Chase | 2020-09-18 | 1 | -0/+22 |
* | cmd/compile: ensure that ssa.Func constant cache is consistent | David Chase | 2020-09-05 | 1 | -13/+46 |
* | cmd/compile: make GOSSAHASH package-sensitive, also append to log files | David Chase | 2020-08-24 | 1 | -2/+3 |
* | cmd/compile: move dumpFileSeq | surechen | 2020-08-17 | 1 | -3/+4 |
* | cmd/compile: fix live variable computation for deferreturn | Keith Randall | 2020-08-14 | 1 | -9/+2 |
* | cmd/compile: fix liveness for open-coded defer args for infinite loops | Dan Scales | 2019-11-05 | 1 | -1/+1 |
* | cmd/compile, cmd/link, runtime: make defers low-cost through inline code and ... | Dan Scales | 2019-10-24 | 1 | -2/+10 |
* | Revert "cmd/compile, cmd/link, runtime: make defers low-cost through inline c... | Bryan C. Mills | 2019-10-16 | 1 | -10/+2 |
* | cmd/compile, cmd/link, runtime: make defers low-cost through inline code and ... | Dan Scales | 2019-10-16 | 1 | -2/+10 |
* | cmd/compile: index line number tables by source file to improve sparsity | David Chase | 2019-05-14 | 1 | -5/+5 |
* | cmd/compile: add countRule rewrite rule helper | Josh Bleecher Snyder | 2019-05-08 | 1 | -3/+4 |
* | cmd/compile,runtime: provide index information on bounds check failure | Keith Randall | 2019-03-18 | 1 | -0/+12 |
* | cmd/compile: make deadcode pass cheaper | Josh Bleecher Snyder | 2019-03-11 | 1 | -0/+27 |
* | cmd/compile: add control flow graphs to ssa.html | Yury Smolsky | 2018-11-21 | 1 | -0/+1 |
* | all: use "reports whether" consistently in the few places that didn't | Brad Fitzpatrick | 2018-11-02 | 1 | -1/+1 |
* | cmd/compile: repair display of values & blocks in prog column | David Chase | 2018-10-11 | 1 | -3/+4 |
* | cmd/compile: add LocalAddr that takes SP,mem operands | David Chase | 2018-07-12 | 1 | -0/+13 |
* | cmd/compile: enable stack maps everywhere except unsafe points | Austin Clements | 2018-05-22 | 1 | -0/+6 |
* | cmd/compile: reduce allocations in prove by reusing posets | Giovanni Bajo | 2018-05-14 | 1 | -0/+15 |
* | cmd/compile: assign and preserve statement boundaries. | David Chase | 2018-05-14 | 1 | -6/+12 |
* | cmd: remove a few more unused parameters | Daniel Martà | 2018-04-09 | 1 | -26/+25 |
* | cmd/compile: cache sparse maps across ssa passes | Daniel Martà | 2018-03-15 | 1 | -6/+31 |
* | cmd/compile: minor comment improvements/corrections | Austin Clements | 2018-03-08 | 1 | -1/+1 |
* | cmd/compile: implement comparisons directly with memory | Keith Randall | 2018-02-26 | 1 | -0/+13 |
* | cmd/compile: use src.NoXPos for entry-block constants | David Chase | 2017-12-01 | 1 | -2/+3 |
* | cmd/compile: report typedslicecopy write barriers | Austin Clements | 2017-10-29 | 1 | -2/+0 |
* | cmd/compile: free value earlier in nilcheck | Keith Randall | 2017-08-25 | 1 | -1/+4 |
* | cmd/compile: change ssa.Type into *types.Type | Josh Bleecher Snyder | 2017-05-09 | 1 | -40/+41 |
* | cmd/compile: remove references to *os.File from ssa package | Josh Bleecher Snyder | 2017-04-24 | 1 | -4/+9 |
* | cmd/compile: catch and report nowritebarrier violations later | Josh Bleecher Snyder | 2017-03-31 | 1 | -1/+0 |
* | cmd/compile: minor cleanup in debug code | Josh Bleecher Snyder | 2017-03-24 | 1 | -10/+8 |
* | cmd/compile: port liveness analysis to SSA | Matthew Dempsky | 2017-03-20 | 1 | -0/+4 |
* | cmd/compile: move Frontend field from ssa.Config to ssa.Func | Josh Bleecher Snyder | 2017-03-17 | 1 | -6/+9 |
* | cmd/compile: relocate code from config.go to func.go | Josh Bleecher Snyder | 2017-03-17 | 1 | -0/+82 |