]> Cypherpunks.ru repositories - gostls13.git/history - test/codegen/memops.go
cmd/compile: add indexed SET* opcodes for amd64
[gostls13.git] / test / codegen / memops.go
2023-07-26 Keith Randallcmd/compile: add indexed SET* opcodes for amd64
2022-05-16 Matthew Dempskycmd/compile: set LocalPkg.Path to -p flag
2021-07-06 Jay Conrod[dev.cmdgo] all: merge master (912f075) into dev.cmdgo
2021-05-17 Katie Hockman[dev.fuzz] all: merge master (d137b74) into dev.fuzz
2021-05-13 Filippo Valsorda[dev.boringcrypto] all: merge commit 9d0819b27c (CL...
2021-05-11 Cherry Mui[dev.typeparams] all: merge master (9b84814) into dev...
2021-04-13 Cherry Zhangtest: make codegen/memops.go work with both ABIs
2021-02-24 Egon Elbrecmd/compile: ARM64 optimize []float64 and []float32...
2020-11-17 Dmitri Shuralyov[dev.boringcrypto] all: merge master into dev.boringcrypto
2020-10-12 Rob Findley[dev.typeparams] merge master into dev.typeparams
2020-10-06 Keith Randallall: implement GO386=softfloat
2020-10-02 Keith Randallall: drop 387 support
2020-07-31 Cherry Zhang[dev.link] all: merge branch 'master' into dev.link
2020-07-27 Keith Randallcmd/compile: add floating point load+op operations...
2020-05-07 Dmitri Shuralyov[dev.boringcrypto] all: merge master into dev.boringcrypto
2020-05-04 Cherry Zhang[dev.link] all: merge branch 'master' into dev.link
2020-05-01 Cherry Zhangcmd: merge branch 'dev.link' into master
2020-04-30 Cherry Zhangcmd: merge branch 'dev.link' into master
2020-04-30 Keith Randallcmd/compile: add indexed memory modification ops to...
2020-04-30 Keith Randallcmd/compile: add indexed load+op operations to amd64
2020-04-20 Cherry Zhang[dev.link] all: merge branch 'master' into dev.link
2020-04-15 David Chasecmd/compile: split up the addressing mode on OpAMD64CMP...
2020-04-08 Filippo Valsorda[dev.boringcrypto] all: merge master into dev.boringcrypto
2020-04-02 Cherry Zhang[dev.link] all: merge branch 'master' into dev.link
2020-04-01 Keith Randallcmd/compile: add indexed-load CMP instructions
2020-03-27 Keith Randallcmd/compile: convert 386 port to use addressing modes...
2020-03-27 Cherry Zhang[dev.link] all: merge branch 'master' into dev.link
2020-03-24 Keith RandallRevert "cmd/compile: convert 386 port to use addressing...
2020-03-24 Keith RandallRevert "cmd/compile: disable mem+op operations on 386"
2020-03-24 Keith RandallRevert "cmd/compile: disable addressingmodes pass for...
2020-03-23 Keith Randallcmd/compile: disable addressingmodes pass for 386
2020-03-23 Keith Randallcmd/compile: disable mem+op operations on 386
2020-03-13 Cherry Zhang[dev.link] all: merge branch 'master' into dev.link
2020-03-13 Keith Randallcmd/compile: convert 386 port to use addressing modes...
2020-03-10 Keith Randallcmd/compile: insert complicated x86 addressing modes...
2018-11-13 Filippo Valsorda[dev.boringcrypto] all: merge master into dev.boringcrypto
2018-10-27 Keith Randallcmd/compile: fix rule for combining loads with compares
2018-10-15 Filippo Valsorda[dev.boringcrypto] all: merge master into dev.boringcrypto
2018-09-14 Keith Randallcmd/compile: fold address calculations into CMPload...