aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/compile/internal/ssa/gen/ARM64Ops.go
AgeCommit message (Expand)Author
2017-04-21cmd/compile: experiment which clobbers all dead pointer fieldsKeith Randall
2017-03-14cmd/compile/internal/ssa: populate SymEffects for SSA OpsMatthew Dempsky
2017-03-13cmd/compile/internal/ssa: replace {Defer,Go}Call with StaticCallMatthew Dempsky
2017-02-22cmd/compile: add opcode flag hasSideEffects for do-not-removeDavid Chase
2017-01-07all: fix misspellingsshawnps
2016-10-27cmd/compile: make LR allocatable in non-leaf functions on ARM64Cherry Zhang
2016-10-11cmd/compile: make link register allocatable in non-leaf functionsMichael Munday
2016-10-05cmd/compile: use CBZ/CBNZ instrunctions on ARM64Cherry Zhang
2016-09-27cmd/compile: remove duplicate nilchecksKeith Randall
2016-09-27runtime, cmd/compile: implement and use DUFFCOPY on ARM64Cherry Zhang
2016-09-15cmd/compile: redo nil checksKeith Randall
2016-09-13cmd/compile, runtime/internal/atomic: intrinsify And8, Or8 on ARM64Cherry Zhang
2016-09-12cmd/compile: get rid of BlockCallKeith Randall
2016-09-08cmd/compile: intrinsify Ctz, Bswap, and some atomics on ARM64Cherry Zhang
2016-08-30cmd/compile, runtime, etc: get rid of constant FP registersCherry Zhang
2016-08-17cmd/compile: add more ARM64 optimizationsCherry Zhang
2016-08-15[dev.ssa] cmd/compile, etc.: more ARM64 optimizations, and enable SSA by defaultCherry Zhang
2016-08-11[dev.ssa] cmd/compile: add some ARM64 optimizationsCherry Zhang
2016-08-07[dev.ssa] cmd/compile: remove flags from regMaskCherry Zhang
2016-07-27[dev.ssa] cmd/compile: add more on ARM64 SSACherry Zhang
2016-07-23[dev.ssa] cmd/compile: initial ARM64 SSA portCherry Zhang