aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/compile/internal/ssa/rewriteAMD64.go
AgeCommit message (Expand)Author
2021-03-31[release-branch.go1.16] cmd/compile: fix long RMW bit operations on AMD64Pat Gavlin
2020-10-28cmd/compile: rename mergeSymTyped to mergeSymAlberto Donizetti
2020-10-28cmd/compile: delete log2, switch to log64Alberto Donizetti
2020-10-27cmd/compile: replace int32(b2i(x)) with b2i32(x) in rulesAlberto Donizetti
2020-10-27cmd/compile: delete isPowerOfTwo, switch to isPowerOfTwo64Alberto Donizetti
2020-10-23cmd/compile: intrinsify runtime/internal/atomic.{And,Or} on AMD64Michael Pratt
2020-10-08cmd/compile: fix incorrect comparison foldingKeith Randall
2020-09-29cmd/compile: convert last amd64 rules to typed auxAlberto Donizetti
2020-09-29cmd/compile: convert more amd64 rules to typed auxAlberto Donizetti
2020-09-26cmd/compile: more amd64 typed rulesAlberto Donizetti
2020-09-24cmd/compile: use typed rules for const folding on amd64Alberto Donizetti
2020-09-24cmd/compile: more amd64 typed aux rulesAlberto Donizetti
2020-09-23cmd/compile: switch to typed for amd64 flag const rulesAlberto Donizetti
2020-09-23cmd/compile: switch to typed for const memory folding amd64 rulesAlberto Donizetti
2020-09-23cmd/compile: switch to typed aux in more amd64 rulesAlberto Donizetti
2020-08-31cmd/compile: adjust some AMD64 rewrite rules to use typed aux fieldsDavid Finkel
2020-08-17cmd/compile: don't rewrite (CMP (AND x y) 0) to TEST if AND has other usesKeith Randall
2020-05-05cmd/compile: restrict bit test rewrite rulesKeith Randall
2020-04-24cmd/compile: move duffcopy auxint calculation out of rewrite rulesJosh Bleecher Snyder
2020-04-24cmd/compile: CSE the RHS of rewrite rulesJosh Bleecher Snyder
2020-04-23cmd/compile: optimize x & 1 != 0 to x & 1 on amd64Josh Bleecher Snyder
2020-04-13cmd/compile: ensure ... rules have compatible aux and auxint typesKeith Randall
2020-04-13cmd/compile: convert more AMD64.rules lines to typed aux modeKeith Randall
2020-04-12cmd/compile: rewrite some AMD64 rules to use typed aux fieldsKeith Randall
2020-04-11cmd/compile: move some generic rules to strongly typedKeith Randall
2020-04-10cmd/compile: use a Sym type instead of interface{} for symbolic offsetsKeith Randall
2020-04-09cmd/compile: start implementing strongly typed aux and auxint fieldsKeith Randall
2020-04-07cmd/compile: delete the floating point Greater and Geq opsMichael Munday
2020-04-07cmd/compile: use MOVBQZX for OpAMD64LoweredHasCPUFeatureJosh Bleecher Snyder
2020-04-04cmd/compile: add intrinsic HasCPUFeature for checking cpu featuresJosh Bleecher Snyder
2020-04-03cmd/compile: add logging for large (>= 128 byte) copiesDavid Chase
2020-03-30cmd/compile: fix ephemeral pointer problem on amd64Keith Randall
2020-03-23cmd/compile: fold LEAQ with constant scale into LEAGiovanni Bajo
2020-03-13cmd/compile: add spectre mitigation mode enabled by -spectreRuss Cox
2020-03-11cmd/compile: fix buggy AMD64 rewrite from CL 213058Russ Cox
2020-03-10cmd/compile: insert complicated x86 addressing modes as a separate 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: add more amd64 constant simplificationsJosh Bleecher Snyder
2020-02-29cmd/compile: use correct types in phioptJosh Bleecher Snyder
2020-02-28cmd/compile: optimize unsigned comparisons to 0/1 on amd64Josh Bleecher Snyder
2020-02-26cmd/compile: use immediates for MOVO of readonly symJosh 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: constant fold SHLxconst of a constant on amd64Josh Bleecher Snyder
2020-02-26cmd/compile: merge const into storeidx on amd64Josh Bleecher Snyder
2020-02-26cmd/compile: remove Greater* and Geq* generic integer opsMichael Munday
2020-02-26cmd/compile: canonicalize comparison argument orderMichael Munday