aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/compile/internal/ssa/gen/ARM64.rules
AgeCommit message (Expand)Author
2020-06-18cmd/compile: redo flag constant ops for arm64Keith Randall
2020-05-29cmd/compile: fix incorrect rewriting to if conditionXiangdong Ji
2020-05-04cmd/compile: use typed aux in arm64 MOVstore rulesAlberto Donizetti
2020-04-30cmd/compile: switch to typed auxint for arm64 TBZ/TBNZ blockAlberto Donizetti
2020-04-29cmd/compile: convert CCop arm64 rules to typed auxAlberto Donizetti
2020-04-28cmd/compile: port first part of arm64 opt rules to typed auxAlberto Donizetti
2020-04-28cmd/compile: rewrite some arm64 rules to use typed aux fieldsfanzha02
2020-04-27cmd/compile: convert more arm64 lowering rules to typed auxAlberto Donizetti
2020-04-24cmd/compile: use typed aux for first half of arm64 loweringAlberto Donizetti
2020-04-22cmd/compile: remove ntz functionCuong Manh Le
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-02-29cmd/compile: use correct types in phioptJosh Bleecher Snyder
2020-02-27cmd/compile: ignore div/mod in prove on non-x86 architecturesJosh 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 ARM64 rulesJosh Bleecher Snyder
2020-02-20cmd/compile: delete duplicate rulesJosh Bleecher Snyder
2019-11-15all: fix a bunch of misspellingsVille Skyttä
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: introduce generic ssa intrinsic for fused-multiply-addsmasher164
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-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-09-09Revert "compile: prefer an AND instead of SHR+SHL instructions"Martin Möhrmann
2019-09-09compile: prefer an AND instead of SHR+SHL instructionsMartin Möhrmann
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: follow up intrinsifying math/bits.Add64 for arm64erifan01
2019-03-22cmd/compile: stop shadowing bool type in 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-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
2018-10-14cmd/compile: optimize loads from readonly globals into constantsKeith Randall
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