aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/compile/internal/ssa/rewriteARM64.go
AgeCommit message (Expand)Author
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
2019-11-07cmd/compile: add signed indivisibility by power of 2 rulesBrian Kessler
2019-11-07math, cmd/compile: rename Fma to FMARuss Cox
2019-10-29cmd/compile: intrinsics for runtime/internal/atomic.Store8Austin Clements
2019-10-21cmd/compile/internal/ssa: regenerate rewrite rulesMichael Munday
2019-10-21cmd/compile: introduce generic ssa intrinsic for fused-multiply-addsmasher164
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-24compile: prefer an AND instead of SHR+SHL instructionsMartin Möhrmann
2019-09-23cmd/compile: reduce rulegen's output by 200 KiBDaniel Martí
2019-09-23Revert "compile: prefer an AND instead of SHR+SHL instructions"Bryan C. Mills
2019-09-21compile: prefer an AND instead of SHR+SHL instructionsMartin Möhrmann
2019-08-27cmd/compile: teach rulegen to remove unused declsDaniel Martí
2019-05-16cmd/compile: fix the error of absorbing boolean tests into block(FGE, FGT)fanzha02
2019-05-03cmd/compile,runtime/internal/atomic: add Load8Austin Clements
2019-04-27cmd/compile: add unsigned divisibility rulesBrian Kessler
2019-04-22cmd/compile: intrinsify math/bits.Sub64 for arm64erifan01
2019-03-22cmd/compile: reduce rulegen's for loop verbosityDaniel Martí
2019-03-22cmd/compile: follow up intrinsifying math/bits.Add64 for arm64erifan01
2019-03-22cmd/compile: stop shadowing bool type in rewrite rulesJosh Bleecher Snyder
2019-03-21cmd/compile: regenerate rewrite rulesJosh Bleecher Snyder
2019-03-20cmd/compile: intrinsify math/bits.Add64 for arm64erifan01
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-03-07cmd/compile: optimize arm64 comparison of x and 0.0 with "FCMP $(0.0), Fn"fanzha02
2019-03-07cmd/compile: change the condition flags of floating-point comparisons in arm6...fanzha02
2019-03-07cmd/compile: eliminate unnecessary type conversions in TrailingZeros(16|8) fo...erifan01
2019-03-07cmd/compile: add an optimization rule for math/bits.ReverseBytes16 on armerifan01
2019-03-03cmd/compile: optimize math/bits.Div32 for arm64erifan01
2019-03-01cmd/compile: add an optimaztion rule for math/bits.ReverseBytes16 on arm64erifan01
2019-02-27cmd/compile: optimize math/bits Len32 intrinsic on arm64erifan01
2019-01-14cmd/compile: when merging instructions, prefer line number of faulting insnKeith Randall
2018-10-28cmd/compile: make fmt available in rewrite rulesJosh Bleecher Snyder
2018-10-14cmd/compile: optimize loads from readonly globals into constantsKeith Randall
2018-10-03cmd/compile: fix type of OffPtr in some optimization rulesCherry Zhang
2018-09-28cmd/compile: optimize arm64's code with more shifted operationsBen Shi
2018-09-28cmd/compile: optimize arm64's MADD and MSUBBen Shi
2018-09-17cmd/compile: optimize math.Float64(32)bits and math.Float64(32)frombits on arm64fanzha02
2018-09-13cmd/compile: intrinsify math.RoundToEven and math.Abs on arm64erifan01
2018-09-07cmd/compile: implement non-constant rotates using ROR on arm64erifan01
2018-09-06cmd/compile: optimize math.Copysign on arm64fanzha02
2018-09-05cmd/compile: optimize arm64's comparisonBen Shi
2018-09-04cmd/compile: optimize ARM64's code with MADD/MSUBBen Shi
2018-08-28cmd/compile: optimize arm64 with indexed FP load/storeBen Shi
2018-07-18cmd/compile: fix an arm64's comparison bugBen Shi
2018-07-12cmd/compile: add LocalAddr that takes SP,mem operandsDavid Chase