aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/compile/internal/ssa/gen/AMD64.rules
AgeCommit message (Expand)Author
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-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-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-27cmd/compile: convert 386 port to use addressing modes pass (take 2)Keith 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-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
2020-02-24cmd/compile: use ADDQ instead of LEAQ when we canKeith Randall
2020-02-20cmd/compile: use ellipses in AMD64 rulesJosh Bleecher Snyder
2019-11-07math, cmd/compile: rename Fma to FMARuss Cox
2019-10-31cmd/compile: remove amd64p32 rulesJosh Bleecher Snyder
2019-10-29cmd/compile: intrinsics for runtime/internal/atomic.Store8Austin Clements
2019-10-22cmd/compile: remove amd64p32 related SSA rulesBen Shi
2019-10-21cmd/compile: add fma intrinsic for amd64smasher164
2019-10-15cmd/compile: remove some nacl SSA rulesBen Shi
2019-10-09all: remove the nacl port (part 2, amd64p32 + toolchain)Brad Fitzpatrick