aboutsummaryrefslogtreecommitdiff
path: root/test/codegen/memops.go
AgeCommit message (Expand)Author
2020-10-06all: implement GO386=softfloatKeith Randall
2020-10-02all: drop 387 supportKeith Randall
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
2018-10-27cmd/compile: fix rule for combining loads with comparesKeith Randall
2018-09-14cmd/compile: fold address calculations into CMPload[const] opsKeith Randall