summaryrefslogtreecommitdiff
path: root/test/codegen/memops.go
Commit message (Expand)AuthorAgeFilesLines
* cmd/compile: set LocalPkg.Path to -p flagMatthew Dempsky2022-05-161-5/+5
* test: make codegen/memops.go work with both ABIsCherry Zhang2021-04-131-34/+18
* cmd/compile: ARM64 optimize []float64 and []float32 accessEgon Elbre2021-02-241-0/+4
* all: implement GO386=softfloatKeith Randall2020-10-061-16/+16
* all: drop 387 supportKeith Randall2020-10-021-16/+16
* 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