]> Cypherpunks.ru repositories - gostls13.git/history - src/cmd/compile/internal/ssa/rewrite386.go
internal/buildcfg: move build configuration out of cmd/internal/objabi
[gostls13.git] / src / cmd / compile / internal / ssa / rewrite386.go
2021-04-16 Russ Coxinternal/buildcfg: move build configuration out of...
2021-03-09 Alberto Donizetticmd/compile: make ValAndOff.{Val,Off} return an int32
2021-03-02 fanzha02cmd/compile: optimize single-precision floating point...
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.regabi] all: merge master (fca94ab) into dev.regabi
2021-01-26 Matthew Dempsky[dev.regabi] all: merge master (bf0f7c9) into dev.regabi
2021-01-23 Gerrit Code ReviewMerge "[dev.typeparams] all: merge dev.regabi (7e0a81d...
2021-01-23 Matthew Dempsky[dev.typeparams] all: merge dev.regabi (7e0a81d) into...
2021-01-22 Matthew Dempsky[dev.regabi] all: merge master (dab3e5a) into dev.regabi
2021-01-13 David Chase[dev.regabi] cmd/compile: make ordering for InvertFlags...
2020-12-14 Robert Griesemer[dev.typeparams] merge: merge branch 'dev.regabi' into...
2020-12-14 Alexander RakoczyMerge branch 'master' into dev.regabi
2020-12-03 Cherry Zhangcmd/compile: make sure address of offset(SP) is remater...
2020-11-03 Rob Findley[dev.typeparams] merge master into dev.typeparams
2020-10-30 Alberto Donizetticmd/compile: replace int32(a.Off()) calls with a.Off32()
2020-10-28 Alberto Donizetticmd/compile: rename mergeSymTyped to mergeSym
2020-10-27 Alberto Donizetticmd/compile: replace int32(b2i(x)) with b2i32(x) in...
2020-10-02 Keith Randallall: drop 387 support
2020-04-30 Cherry Zhangcmd: merge branch 'dev.link' into master
2020-04-29 Than McIntosh[dev.link] all: merge branch 'master' into dev.link
2020-04-24 Gerrit Code ReviewMerge "cmd: merge branch 'dev.link' into master"
2020-04-24 Josh Bleecher Snydercmd/compile: CSE the RHS of rewrite rules
2020-04-23 Cherry Zhang[dev.link] all: merge branch 'master' into dev.link
2020-04-21 Alberto Donizetticmd/compile: convert last 386 rules to typed aux
2020-04-21 Alberto Donizetticmd/compile: switch to typed aux for 386 optimization...
2020-04-20 Cherry Zhang[dev.link] all: merge branch 'master' into dev.link
2020-04-19 Alberto Donizetticmd/compile: switch to typed aux for 386 lowering rules
2020-04-10 Cherry Zhang[dev.link] all: merge branch 'master' into dev.link
2020-04-07 Michael Mundaycmd/compile: delete the floating point Greater and...
2020-04-06 Cherry Zhang[dev.link] all: merge branch 'master' into dev.link
2020-04-03 David Chasecmd/compile: add logging for large (>= 128 byte) copies
2020-04-02 Cherry Zhang[dev.link] all: merge branch 'master' into dev.link
2020-03-27 Keith Randallcmd/compile: convert 386 port to use addressing modes...
2020-03-27 Cherry Zhang[dev.link] all: merge branch 'master' into dev.link
2020-03-24 Keith RandallRevert "cmd/compile: convert 386 port to use addressing...
2020-03-13 Cherry Zhang[dev.link] all: merge branch 'master' into dev.link
2020-03-13 Keith Randallcmd/compile: convert 386 port to use addressing modes...
2020-03-06 Cherry Zhang[dev.link] all: merge branch 'master' into dev.link
2020-03-02 Josh Bleecher Snydercmd/compile: make pre-elimination of rulegen bounds...
2020-03-02 Josh Bleecher Snydercmd/compile: add streamlined Block Reset+AddControl...
2020-03-02 Josh Bleecher Snydercmd/compile: add specialized Value reset for OpCopy
2020-03-01 Josh Bleecher Snydercmd/compile: add specialized AddArgN functions for...
2020-02-29 Josh Bleecher Snydercmd/compile: use correct types in phiopt
2020-02-28 Cherry Zhang[dev.link] all: merge branch 'master' into dev.link
2020-02-26 Josh Bleecher Snydercmd/compile: mark Lsyms as readonly earlier
2020-02-26 Josh Bleecher Snydercmd/compile: make clobber variadic
2020-02-26 Michael Mundaycmd/compile: remove Greater* and Geq* generic integer ops
2020-02-26 Michael Mundaycmd/compile: canonicalize comparison argument order
2020-02-24 Josh Bleecher Snydercmd/compile: use ellipses in 386 rules
2020-02-21 Josh Bleecher Snydercmd/compile: use shift boundedness when lowering shifts...
2020-02-21 Cherry Zhang[dev.link] all: merge branch 'master' into dev.link
2020-02-21 Josh Bleecher Snydercmd/compile: remove chunking of rewrite rules
2020-02-21 Josh Bleecher Snydercmd/compile: reduce bounds checks in generated rewrite...
2020-02-20 Josh Bleecher Snydercmd/compile: use loops to handle commutative ops in...
2020-02-20 Josh Bleecher Snydercmd/compile: generate commutative rules when a conditio...
2020-02-20 Josh Bleecher Snydercmd/compile: delete duplicate rules
2020-02-20 Josh Bleecher Snydercmd/compile: don't generate commutative rules for ...
2019-10-11 Cherry Zhang[dev.link] all: merge branch 'master' into dev.link
2019-10-07 Michael Mundaycmd/compile: reduce amount of code generated for block...
2019-10-04 Cherry Zhang[dev.link] all: merge branch 'master' into dev.link
2019-10-02 Michael Mundaycmd/compile: allow multiple SSA block control values
2019-09-23 Daniel Martícmd/compile: reduce rulegen's output by 200 KiB
2019-08-30 Ben Shicmd/compile: optimize 386's math.bits.TrailingZeros16
2019-08-28 Bryan C. MillsRevert "cmd/compile: optimize 386's math.bits.TrailingZ...
2019-08-28 Ben Shicmd/compile: optimize 386's math.bits.TrailingZeros16
2019-08-27 Daniel Martícmd/compile: teach rulegen to remove unused decls
2019-04-27 Brian Kesslercmd/compile: add unsigned divisibility rules
2019-03-22 Daniel Martícmd/compile: reduce rulegen's for loop verbosity
2019-03-21 Josh Bleecher Snydercmd/compile: regenerate rewrite rules
2019-03-18 Keith Randallcmd/compile,runtime: provide index information on bound...
2019-03-13 Michael Mundaycmd/compile: try and access last argument first in...
2019-03-12 Josh Bleecher Snydercmd/compile: make rulegen magic variable prediction...
2019-01-14 Keith Randallcmd/compile: when merging instructions, prefer line...
2018-10-28 Josh Bleecher Snydercmd/compile: make fmt available in rewrite rules
2018-10-27 Keith Randallcmd/compile: fix rule for combining loads with compares
2018-10-23 ChrisALilescmd/compile: use proved bounds to remove signed divisio...
2018-10-19 Ben Shicmd/compile: optimize store combination on 386/amd64
2018-10-16 Ben Shicmd/compile: optimize 386's load/store combination
2018-10-15 Martin Möhrmanncmd/compile: add intrinsics for runtime/internal/math...
2018-10-14 Keith Randallcmd/compile: optimize loads from readonly globals into...
2018-10-09 Ben Shicmd/compile: add indexed form for several 386 instructions
2018-09-17 Michael Mundaycmd/compile: avoid more float32 <-> float64 conversions...
2018-09-07 Ben Shicmd/compile: optimize 386's comparison
2018-08-22 Ben Shicmd/compile: implement "OPC $imm, (mem)" for 386
2018-08-22 Ben Shicmd/compile: optimize 386 code with MULLload/DIVSSload...
2018-08-20 Ben Shicmd/compile: optimize 386's comparison
2018-07-12 David Chasecmd/compile: add LocalAddr that takes SP,mem operands
2018-05-08 Keith Randallcmd/compile: rename memory-using operations
2018-05-08 Ben Shicmd/compile: emit more compact 386 instructions
2018-04-20 Austin Clementscmd/compile: don't lower OpConvert
2018-04-16 Ben Shicmd/compile/internal/ssa: optimize 386's subtraction
2018-04-05 Ilya Tocarcmd/compile/internal/ssa: fix GO386=387 build
2018-04-05 Ben Shicmd/compile: optimize 386 binary operations with a...
2018-03-28 Josh Bleecher Snydercmd/compile: strength reduce more x86 constant multipli...
2018-02-20 Giovanni Bajocmd/compile: normalize spaces in rewrite rule comments.
2018-02-13 Austin Clementsruntime: buffered write barrier for 386
2017-12-08 Keith Randallcmd/compile: fix large load/store offsets on 386
next