aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/compile/internal/ssa/addressingmodes.go
AgeCommit message (Expand)Author
2020-10-27cmd/compile: clean up ValAndOff funcs after untyped aux removalAlberto Donizetti
2020-08-27cmd/compile: use addressing modes pass on s390xMichael Munday
2020-07-27cmd/compile: add floating point load+op operations to addressing modes passKeith Randall
2020-04-30cmd/compile: add indexed memory modification ops to amd64Keith Randall
2020-04-30cmd/compile: add indexed load+op operations to amd64Keith Randall
2020-04-15cmd/compile: split up the addressing mode on OpAMD64CMP*loadidx* alwaysDavid Chase
2020-04-01cmd/compile: add indexed-load CMP instructionsKeith Randall
2020-03-27cmd/compile: convert 386 port to use addressing modes pass (take 2)Keith Randall
2020-03-24Revert "cmd/compile: convert 386 port to use addressing modes pass"Keith Randall
2020-03-24Revert "cmd/compile: disable mem+op operations on 386"Keith Randall
2020-03-24Revert "cmd/compile: disable addressingmodes pass for 386"Keith Randall
2020-03-23cmd/compile: disable addressingmodes pass for 386Keith Randall
2020-03-23cmd/compile: disable mem+op operations on 386Keith Randall
2020-03-13cmd/compile: convert 386 port to use addressing modes passKeith Randall
2020-03-10cmd/compile: insert complicated x86 addressing modes as a separate passKeith Randall