]> Cypherpunks.ru repositories - gostls13.git/history - src/cmd/compile/internal/ssa/compile.go
all: fix typos in go file comments
[gostls13.git] / src / cmd / compile / internal / ssa / compile.go
2023-01-20 Marcel Meyerall: fix typos in go file comments
2022-10-17 Wayne Zuocmd/compile: split 3 operand LEA in late lower pass
2022-10-05 eric fangcmd/compile: add late lower pass for last rules to run
2022-09-07 cuiweixiecmd/compile/internal/ssa: use strings.Builder
2022-04-20 Chressie Himpel[dev.boringcrypto] all: merge master into dev.boringcrypto
2022-04-11 Russ Coxall: gofmt main repo
2022-04-05 Lasse Folger[dev.boringcrypto] all: merge master into dev.boringcrypto
2022-04-01 Russ Coxall: remove trailing blank doc comment lines
2022-04-01 Russ Coxall: fix various doc comment formatting nits
2021-11-05 Roland Shoemaker[dev.boringcrypto] all: merge master into dev.boringcrypto
2021-09-20 Katie Hockman[dev.fuzz] all: merge master (af72ddf) into dev.fuzz
2021-09-20 David Chasecmd/compile: extend dump-to-file to handle "genssa...
2021-07-06 Jay Conrod[dev.cmdgo] all: merge master (912f075) into dev.cmdgo
2021-05-17 Katie Hockman[dev.fuzz] all: merge master (d137b74) into dev.fuzz
2021-05-13 Filippo Valsorda[dev.boringcrypto] all: merge commit 9d0819b27c (CL...
2021-05-11 Cherry Mui[dev.typeparams] all: merge master (9b84814) into dev...
2021-04-29 Than McIntoshcmd/compile: minor doc enhancements
2021-04-16 Russ Coxinternal/buildcfg: move build configuration out of...
2021-03-18 Austin Clementscmd: move experiment flags into objabi.Experiment
2021-02-19 Katie Hockman[dev.fuzz] all: merge master (7764ee5) into dev.fuzz
2021-02-17 Russ Cox[dev.boringcrypto] all: merge master (2f0da6d) into...
2021-02-16 Cherry Zhangall: merge branch dev.regabi (d3cd4830ad) into master
2021-02-16 Cherry Zhang[dev.regabi] all: merge master (5faf941) into dev.regabi
2021-02-12 Cherry Zhang[dev.regabi] all: merge master (ff0e93e) into dev.regabi
2021-02-08 Cherry Zhang[dev.regabi] all: merge master (1901853) into dev.regabi
2021-02-02 Robert Griesemer[dev.typeparams] all: merge dev.regabi (23b0c1f) into...
2021-02-02 Robert Griesemer[dev.regabi] all: merge master (fca94ab) into dev.regabi
2021-01-26 David Chase[dev.regabi] cmd/compile: remove leftover code form...
2020-12-14 Katie Hockman[dev.fuzz] all: merge master into dev.fuzz
2020-11-18 Roland Shoemaker[dev.boringcrypto] all: merge master into dev.boringcrypto
2020-11-18 Katie Hockman[dev.boringcrypto] crypto/hmac: merge up to 2a206c7...
2020-11-17 Dmitri Shuralyov[dev.boringcrypto] all: merge master into dev.boringcrypto
2020-11-03 Rob Findley[dev.typeparams] merge master into dev.typeparams
2020-10-30 Michele Di Pedecmd/compile: code cleanup
2020-10-29 David Chasecmd/compile: delay expansion of OpArg until expand_calls
2020-10-23 David Chasecmd/compile: avoid generating CSEs; do all aggregates...
2020-10-01 David Chasecmd/compile: allow directory specification for GOSSAFUN...
2020-10-01 David Chasecmd/compile: fix late call expansion for SSA-able aggre...
2020-09-30 Jeremy Faller[dev.link] Merge branch 'master' into dev.link
2020-09-18 David Chasecmd/compile: add code to expand calls just before late opt
2020-08-21 Cherry Zhang[dev.link] all: merge branch 'master' into dev.link
2020-08-17 surechencmd/compile: move dumpFileSeq
2020-07-09 Dmitri Shuralyov[dev.boringcrypto] all: merge master into dev.boringcrypto
2020-06-11 Cherry Zhang[dev.link] all: merge branch 'master' into dev.link
2020-06-10 Michael Mundaycmd/compile: always tighten and de-duplicate tuple...
2020-05-07 Dmitri Shuralyov[dev.boringcrypto] all: merge master into dev.boringcrypto
2020-04-08 Filippo Valsorda[dev.boringcrypto] all: merge master into dev.boringcrypto
2020-04-06 Cherry Zhang[dev.link] all: merge branch 'master' into dev.link
2020-04-05 Bradford Lamson... cmd/compile: restore missing columns in ssa.html
2020-04-05 Bradford Lamson... cmd/compile: refactor around HTMLWriter removing logger...
2020-03-13 Cherry Zhang[dev.link] all: merge branch 'master' into dev.link
2020-03-10 Keith Randallcmd/compile: insert complicated x86 addressing modes...
2020-03-06 Cherry Zhang[dev.link] all: merge branch 'master' into dev.link
2020-03-03 Michael Mundaycmd/compile: optimize integer-in-range checks
2020-03-02 Josh Bleecher Snydercmd/compile: add -d=ssa/check/seed=SEED
2019-11-19 Filippo Valsorda[dev.boringcrypto] all: merge master into dev.boringcrypto
2019-10-18 Cherry Zhang[dev.link] all: merge branch 'master' into dev.link
2019-10-14 Giovanni Bajocmd/compile: add debugging mode for poset
2019-10-04 Cherry Zhang[dev.link] all: merge branch 'master' into dev.link
2019-10-03 David Chasecmd/compile: run deadcode before nilcheck for better...
2019-09-04 Katie Hockman[dev.boringcrypto] all: merge master into dev.boringcrypto
2019-08-27 Josh Bleecher Snydercmd/compile: improve shortcircuit pass
2019-08-27 Josh Bleecher Snydercmd/compile: run deadcode before lowered CSE
2019-05-28 Filippo Valsorda[dev.boringcrypto] all: merge master into dev.boringcrypto
2019-05-08 Josh Bleecher Snydercmd/compile: add countRule rewrite rule helper
2019-05-07 Josh Bleecher Snydercmd/compile: note that some rules know the name of...
2019-04-19 Josh Bleecher Snydercmd/compile: move phi tighten after critical
2019-02-27 Filippo Valsorda[dev.boringcrypto] all: merge master into dev.boringcrypto
2019-02-26 Daniel Martícmd/compile: don't crash on -d=ssa/
2019-02-08 Filippo Valsorda[dev.boringcrypto] all: merge master into dev.boringcrypto
2018-11-28 Keith Randallcmd/compile: randomize value order in block for testing
2018-11-23 David Chasecmd/compile: decompose composite OpArg before decomposeUser
2018-10-25 Filippo Valsorda[dev.boringcrypto] all: merge master into dev.boringcrypto
2018-10-15 Josh Bleecher Snydercmd/compile: fuse before branchelim
2018-09-06 Filippo Valsorda[dev.boringcrypto] all: merge master into dev.boringcrypto
2018-08-23 Yury Smolskycmd/compile: clean the output of GOSSAFUNC
2018-07-03 Filippo Valsorda[dev.boringcrypto] all: merge master into dev.boringcrypto
2018-07-02 Cherry Zhangcmd/compile: run generic deadcode in -N mode
2018-06-13 Yury Smolskycmd/compile: use expandable columns in ssa.html
2018-05-18 Filippo Valsorda[dev.boringcrypto] all: merge master into dev.boringcrypto
2018-05-14 David Chasecmd/compile: assign and preserve statement boundaries.
2018-05-08 Michael Mundaycmd/compile: add some generic composite type optimizations
2018-04-29 Alberto Donizetticmd/compile: better formatting for ssa phases options doc
2018-04-29 Giovanni Bajocmd/compile: remove loopbce pass
2018-02-27 Josh Bleecher Snydercmd/compile: tighten after lowering
2018-02-20 philhofercmd/compile/internal/ssa: emit csel on arm64
2017-12-14 Geoff Berrycmd/compile/internal/ssa: group dump files alphabetically
2017-12-06 Russ Cox[dev.boringcrypto] all: merge master (nearly Go 1.10...
2017-11-30 Vladimir Stefanoviccmd/compile: use soft-float routines for soft-float...
2017-11-05 David Chasecmd/compile: repair name propagation into aggregate...
2017-08-24 Michael Mundaycmd/compile: eliminate stores to unread auto variables
2017-04-29 Josh Bleecher Snydercmd/compile: move writebarrier pass after dse
2017-04-24 Keith Randallcmd/compile: rotate loops so conditional branch is...
2017-04-19 Matthew Dempskycmd/internal/objabi: extract shared functionality from obj
2017-03-17 Josh Bleecher Snydercmd/compile: move Frontend field from ssa.Config to...
2017-03-17 Josh Bleecher Snydercmd/compile: rearrange fields between ssa.Func, ssa...
2017-03-03 Austin Clementscmd/compile: accept string debug flags
2017-02-01 Russ Coxall: merge dev.inline into master
2017-01-31 Russ Coxall: merge dev.typealias into master
2017-01-09 Robert Griesemer[dev.inline] cmd/internal/src: introduce compact source...
next