aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/compile/internal/ssa/rewriteARM.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-22cmd/compile: disallow rewrite rules from declaring reserved namesDaniel Martí
2021-03-02cmd/compile: optimize single-precision floating point square rootfanzha02
2021-02-23cmd/compile: fold MOV*nop and MOV*constKeith Randall
2021-01-13[dev.regabi] cmd/compile: make ordering for InvertFlags more stableDavid Chase
2020-12-10cmd/compile: don't constant fold divide by zeroKeith Randall
2020-12-01cmd/compile: do not assume TST and TEQ set V on armJason A. Donenfeld
2020-10-28cmd/compile: rename mergeSymTyped to mergeSymAlberto Donizetti
2020-10-26cmd/compile: port last ARM rules to typedAlberto Donizetti
2020-10-24cmd/compile: enforce strongly typed rules for ARM (read)Constantin Konstantinidis
2020-10-20cmd/compile: enforce strongly typed rules for ARM (to32)Constantin Konstantinidis
2020-10-06cmd/compile: avoid applying ARM CMP->CMN rewrite in unsigned contextDavid Chase
2020-09-26cmd/compile: enforce strongly typed rules for ARM (mergesym)Constantin Konstantinidis
2020-09-24cmd/compile: enforce strongly typed rules for ARM (GOARM)Constantin Konstantinidis
2020-09-23cmd/compile: enforce strongly typed rules for ARM (8)Constantin Konstantinidis
2020-09-23cmd/compile: enforce strongly typed rules for ARM (mem)Constantin Konstantinidis
2020-09-23cmd/compile: enforce strongly typed rules for ARM (1)Constantin Konstantinidis
2020-09-23cmd/compile: enforce strongly typed rules for ARM (4)Constantin Konstantinidis
2020-09-22cmd/compile: enforce strongly typed rules for ARM (6)Constantin Konstantinidis
2020-09-22cmd/compile: enforce strongly typed rules for ARM (5)Constantin Konstantinidis
2020-09-22cmd/compile: enforce strongly typed rules for ARM (3)Constantin Konstantinidis
2020-09-22cmd/compile: enforce strongly typed rules for ARM (2)Constantin Konstantinidis
2020-08-24cmd/compile: convert rest ARM64.rules lines to typed aux modefanzha02
2020-06-18cmd/compile: redo flag constant ops for armKeith Randall
2020-06-09cmd/compile: ARM comparisons with 0 incorrect on overflowXiangdong Ji
2020-04-24cmd/compile: CSE the RHS of rewrite rulesJosh Bleecher Snyder
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-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: remove Greater* and Geq* generic integer opsMichael Munday
2020-02-26cmd/compile: canonicalize comparison argument orderMichael Munday
2020-02-24cmd/compile: use ellipses in ARM rulesJosh 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: delete duplicate rulesJosh Bleecher Snyder
2019-11-07math, cmd/compile: rename Fma to FMARuss Cox
2019-10-21cmd/compile/internal/ssa: regenerate rewrite rulesMichael Munday
2019-10-21cmd/compile: add fma intrinsic for armsmasher164
2019-10-09all: remove the nacl port (part 2, amd64p32 + toolchain)Brad Fitzpatrick
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-28cmd/compile: optimize ARM's math.bits.RotateLeft32Ben Shi