]> Cypherpunks.ru repositories - gostls13.git/history - test/codegen/memcombine.go
cmd/compile: memcombine if values being stored are from consecutive loads
[gostls13.git] / test / codegen / memcombine.go
2023-07-21 Keith Randallcmd/compile: memcombine if values being stored are...
2023-05-16 Keith Randallcmd/compile: make memcombine pass a bit more robust...
2023-05-08 Lynn Bogertest: add memcombine testcases for ppc64
2022-08-15 Wayne Zuocmd/compile: combine more constant stores on amd64
2022-08-08 cuiweixiecmd/compile: store combine on amd64
2022-05-16 Matthew Dempskycmd/compile: set LocalPkg.Path to -p flag
2022-04-20 Chressie Himpel[dev.boringcrypto] all: merge master into dev.boringcrypto
2022-04-11 Wayne Zuocmd/compile: add MOVBE index load/store
2022-04-11 Wayne Zuotest: adjust load and store test
2022-04-05 Lasse Folger[dev.boringcrypto] all: merge master into dev.boringcrypto
2022-04-03 Wayne Zuocmd/compile: add MOVBEWstore support for GOAMD64>=3
2021-11-05 Roland Shoemaker[dev.boringcrypto] all: merge master into dev.boringcrypto
2021-10-19 wdvxdrcmd/compile: use MOVBE instruction for GOAMD64>=v3
2021-10-19 Daniel MartíRevert "cmd/compile: use MOVBE instruction for GOAMD64...
2021-10-18 wdvxdrcmd/compile: use MOVBE instruction for GOAMD64>=v3
2021-10-09 Alejandro García... cmd/compile: eliminate successive swaps
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-12 Cherry Zhangtest: make codegen tests work with both ABIs
2021-02-24 Alejandro García... cmd/compile: add rule to coalesce writes
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-03-30 Keith Randallcmd/compile: fix ephemeral pointer problem on amd64
2020-03-24 Keith RandallRevert "cmd/compile: disable addressingmodes pass for...
2020-03-23 Keith Randallcmd/compile: disable addressingmodes pass for 386
2019-11-19 Filippo Valsorda[dev.boringcrypto] all: merge master into dev.boringcrypto
2019-10-18 Cherry Zhang[dev.link] all: merge branch 'master' into dev.link
2019-10-15 David Chasecmd/compile: preserve statements in late nilcheckelim...
2019-09-10 Michael Mundaycmd/compile: improve s390x sign/zero extension removal
2019-05-28 Filippo Valsorda[dev.boringcrypto] all: merge master into dev.boringcrypto
2019-05-01 Lynn Bogertest: enable more memcombine tests for ppc64le
2019-03-18 Keith Randallcmd/compile,runtime: provide index information on bound...
2019-03-11 Keith Randalltest: fix memcombine tests
2018-10-25 Filippo Valsorda[dev.boringcrypto] all: merge master into dev.boringcrypto
2018-10-19 Ben Shicmd/compile: optimize store combination on 386/amd64
2018-10-18 Ben Shitest/codegen: add more combined load/store test cases
2018-10-16 Ben Shicmd/compile: optimize 386's load/store combination
2018-10-11 Ben Shitest/codegen: add more arm64 test cases
2018-09-06 Filippo Valsorda[dev.boringcrypto] all: merge master into dev.boringcrypto
2018-09-02 Giovanni Bajotest: relax whitespaces matching in codegen tests
2018-08-02 Ben Shitest/codegen: add more combined store tests for arm64
2018-07-10 Ben Shitest/codegen: add more test cases for arm64
2018-05-25 Filippo Valsorda[dev.boringcrypto] all: merge master into dev.boringcrypto
2018-05-22 Ben Shitest/codegen: improve test cases for arm64
2018-05-18 Filippo Valsorda[dev.boringcrypto] all: merge master into dev.boringcrypto
2018-05-08 Lynn Bogercmd/compile,test: combine byte loads and stores on...
2018-04-27 Ben Shicmd/compile: optimize ARM64 with shifted register index...
2018-04-19 Ben Shicmd/compile: optimize ARM64 with register indexed load...
2018-04-11 Alberto Donizettitest/codegen: port last stack and memcombining tests
2018-04-09 Alberto Donizettitest/codegen: port various mem-combining tests
2018-04-07 Alberto Donizettitest/codegen: port arm64 slice zeroing tests
2018-04-04 Alberto Donizettitest/codegen: port arm64 byte slice zeroing tests
2018-03-06 Wei Xiaocmd/compile/internal/ssa: improve store combine optimiz...
2018-03-04 Giovanni Bajotest: move load/store combines into asmcheck