summaryrefslogtreecommitdiff
path: root/test/codegen/memops.go
Commit message (Expand)AuthorAgeFilesLines
* cmd/compile: add floating point load+op operations to addressing modes passKeith Randall2020-07-271-0/+23
* cmd/compile: add indexed memory modification ops to amd64Keith Randall2020-04-301-1/+32
* cmd/compile: add indexed load+op operations to amd64Keith Randall2020-04-301-1/+21
* cmd/compile: split up the addressing mode on OpAMD64CMP*loadidx* alwaysDavid Chase2020-04-151-14/+14
* cmd/compile: add indexed-load CMP instructionsKeith Randall2020-04-011-0/+60
* cmd/compile: convert 386 port to use addressing modes pass (take 2)Keith Randall2020-03-271-8/+70
* Revert "cmd/compile: convert 386 port to use addressing modes pass"Keith Randall2020-03-241-70/+8
* Revert "cmd/compile: disable mem+op operations on 386"Keith Randall2020-03-241-0/+39
* Revert "cmd/compile: disable addressingmodes pass for 386"Keith Randall2020-03-241-0/+23
* cmd/compile: disable addressingmodes pass for 386Keith Randall2020-03-231-23/+0
* cmd/compile: disable mem+op operations on 386Keith Randall2020-03-231-39/+0
* cmd/compile: convert 386 port to use addressing modes passKeith Randall2020-03-131-8/+70
* cmd/compile: insert complicated x86 addressing modes as a separate passKeith Randall2020-03-101-0/+88
* cmd/compile: fix rule for combining loads with comparesKeith Randall2018-10-271-0/+9
* cmd/compile: fold address calculations into CMPload[const] opsKeith Randall2018-09-141-0/+86