aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/compile/internal/ssa/rewrite386.go
AgeCommit message (Expand)Author
2021-04-28cmd/compile: mark R12 clobbered for special callsCherry Zhang
2021-04-16internal/buildcfg: move build configuration out of cmd/internal/objabiRuss Cox
2021-03-09cmd/compile: make ValAndOff.{Val,Off} return an int32Alberto Donizetti
2021-03-02cmd/compile: optimize single-precision floating point square rootfanzha02
2021-01-13[dev.regabi] cmd/compile: make ordering for InvertFlags more stableDavid Chase
2020-12-03cmd/compile: make sure address of offset(SP) is rematerializeableCherry Zhang
2020-10-30cmd/compile: replace int32(a.Off()) calls with a.Off32()Alberto Donizetti
2020-10-28cmd/compile: rename mergeSymTyped to mergeSymAlberto Donizetti
2020-10-27cmd/compile: replace int32(b2i(x)) with b2i32(x) in rulesAlberto Donizetti
2020-10-02all: drop 387 supportKeith Randall
2020-04-24cmd/compile: CSE the RHS of rewrite rulesJosh Bleecher Snyder
2020-04-21cmd/compile: convert last 386 rules to typed auxAlberto Donizetti
2020-04-21cmd/compile: switch to typed aux for 386 optimization rulesAlberto Donizetti
2020-04-19cmd/compile: switch to typed aux for 386 lowering rulesAlberto Donizetti
2020-04-07cmd/compile: delete the floating point Greater and Geq opsMichael Munday
2020-04-03cmd/compile: add logging for large (>= 128 byte) copiesDavid Chase
2020-03-27cmd/compile: convert 386 port to use addressing modes pass (take 2)Keith Randall
2020-03-24Revert "cmd/compile: convert 386 port to use addressing modes pass"Keith Randall
2020-03-13cmd/compile: convert 386 port to use addressing modes passKeith Randall
2020-03-02cmd/compile: make pre-elimination of rulegen bounds checks more preciseJosh Bleecher Snyder
2020-03-02cmd/compile: add streamlined Block Reset+AddControl routinesJosh Bleecher Snyder
2020-03-02cmd/compile: add specialized Value reset for OpCopyJosh Bleecher Snyder
2020-03-01cmd/compile: add specialized AddArgN functions for rewrite rulesJosh Bleecher Snyder
2020-02-29cmd/compile: use correct types in phioptJosh Bleecher Snyder
2020-02-26cmd/compile: mark Lsyms as readonly earlierJosh Bleecher Snyder
2020-02-26cmd/compile: make clobber variadicJosh Bleecher Snyder
2020-02-26cmd/compile: remove Greater* and Geq* generic integer opsMichael Munday
2020-02-26cmd/compile: canonicalize comparison argument orderMichael Munday
2020-02-24cmd/compile: use ellipses in 386 rulesJosh Bleecher Snyder
2020-02-21cmd/compile: use shift boundedness when lowering shifts on 386Josh Bleecher Snyder
2020-02-21cmd/compile: remove chunking of rewrite rulesJosh Bleecher Snyder
2020-02-21cmd/compile: reduce bounds checks in generated rewrite rulesJosh Bleecher Snyder
2020-02-20cmd/compile: use loops to handle commutative ops in rulesJosh Bleecher Snyder
2020-02-20cmd/compile: generate commutative rules when a condition is presentJosh Bleecher Snyder
2020-02-20cmd/compile: delete duplicate rulesJosh Bleecher Snyder
2020-02-20cmd/compile: don't generate commutative rules for (Op x x)Josh Bleecher Snyder
2019-10-07cmd/compile: reduce amount of code generated for block rewrite rulesMichael Munday
2019-10-02cmd/compile: allow multiple SSA block control valuesMichael Munday
2019-09-23cmd/compile: reduce rulegen's output by 200 KiBDaniel Martí
2019-08-30cmd/compile: optimize 386's math.bits.TrailingZeros16Ben Shi
2019-08-28Revert "cmd/compile: optimize 386's math.bits.TrailingZeros16"Bryan C. Mills
2019-08-28cmd/compile: optimize 386's math.bits.TrailingZeros16Ben Shi
2019-08-27cmd/compile: teach rulegen to remove unused declsDaniel Martí
2019-04-27cmd/compile: add unsigned divisibility rulesBrian Kessler
2019-03-22cmd/compile: reduce rulegen's for loop verbosityDaniel Martí
2019-03-21cmd/compile: regenerate rewrite rulesJosh Bleecher Snyder
2019-03-18cmd/compile,runtime: provide index information on bounds check failureKeith Randall
2019-03-13cmd/compile: try and access last argument first in rulegenMichael Munday
2019-03-12cmd/compile: make rulegen magic variable prediction more preciseJosh Bleecher Snyder
2019-01-14cmd/compile: when merging instructions, prefer line number of faulting insnKeith Randall