]> Cypherpunks.ru repositories - gostls13.git/history - test/codegen/shift.go
cmd/compile: optimize right shifts of int32 on riscv64
[gostls13.git] / test / codegen / shift.go
2023-10-30 Ubuntucmd/compile: optimize right shifts of int32 on riscv64
2023-10-18 Lynn Bogercmd/compile: avoid ANDCCconst on PPC64 if condition...
2023-10-07 Mark Ryancmd/compile: optimize right shifts of uint32 on riscv
2023-01-27 Paul E. Murphytest/codegen: merge identical ppc64 and ppc64le tests
2023-01-27 Paul E. Murphytest/codegen: combine trivial PPC64 tests into ppc64x
2022-10-06 Wayne Zuocmd/compile: fold constant shift with extension on...
2022-09-17 Joel Singcmd/compile: resolve known outcomes for SLTI/SLTIU...
2022-09-07 ruinancmd/compile: Add shiftIsBounded check for logic shifts...
2022-09-02 Keith Randallcmd/compile: rewrite >>c<<c to &^(1<<c-1)
2022-09-02 ruinancmd/compile: optimize shift ops on arm64 when the shift...
2022-08-31 Wayne Zuocmd/compile: simplify bounded shift on riscv64
2022-08-17 Archana Rtest/codegen: updated multiple tests to verify on ppc64...
2021-11-05 Roland Shoemaker[dev.boringcrypto] all: merge master into dev.boringcrypto
2021-09-24 Joel Singcmd/compile: optimise immediate operands with constants...
2021-09-24 Joel Singtest/codegen: add shift tests for RISCV64
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-03-11 Josh Bleecher Snydercmd/compile: optimize multi-register shifts on amd64
2021-03-09 Paul E. Murphycmd/asm,cmd/compile: support 5 operand RLWNM/RLWMI...
2020-12-14 Katie Hockman[dev.fuzz] all: merge master into dev.fuzz
2020-11-20 Robert Griesemer[dev.typeparams] Merge branch 'master' into dev.typeparams
2020-11-18 Roland Shoemaker[dev.boringcrypto] all: merge master into dev.boringcrypto
2020-11-18 Katie Hockman[dev.boringcrypto] crypto/hmac: merge up to 2a206c7...
2020-11-17 Dmitri Shuralyov[dev.boringcrypto] all: merge master into dev.boringcrypto
2020-11-06 Michael Mundaycmd/compile: optimize shift pairs and masks on s390x
2020-11-03 Rob Findley[dev.typeparams] merge master into dev.typeparams
2020-10-27 Paul E. Murphycmd/compile: combine more 32 bit shift and mask operati...
2020-10-01 Lynn Bogercmd/compile,cmd/internal/obj/ppc64: fix some shift...
2020-09-30 Jeremy Faller[dev.link] Merge branch 'master' into dev.link
2020-09-28 Lynn Bogercmd/asm,cmd/compile,cmd/internal/obj/ppc64: add extswsl...
2020-09-17 Lynn Bogercmd/compile: use combined shifts to improve array addre...
2020-05-07 Dmitri Shuralyov[dev.boringcrypto] all: merge master into dev.boringcrypto
2020-04-10 Cherry Zhang[dev.link] all: merge branch 'master' into dev.link
2020-04-09 Lynn Bogercmd/compile: use isel with variable shifts on ppc64x
2020-04-08 Filippo Valsorda[dev.boringcrypto] all: merge master into dev.boringcrypto
2020-03-27 Cherry Zhang[dev.link] all: merge branch 'master' into dev.link
2020-03-27 Lynn Bogercmd/compile: add rules to eliminate unnecessary signed...
2019-11-19 Filippo Valsorda[dev.boringcrypto] all: merge master into dev.boringcrypto
2019-08-28 Agniva De Sarkercmd/compile: optimize bounded shifts on wasm
2019-05-28 Filippo Valsorda[dev.boringcrypto] all: merge master into dev.boringcrypto
2019-03-14 Josh Bleecher Snydercmd/compile: don't generate panicshift for masked int...
2019-03-13 Josh Bleecher Snydertest/codegen: gofmt
2018-05-18 Filippo Valsorda[dev.boringcrypto] all: merge master into dev.boringcrypto
2018-05-08 Michael Mundaycmd/compile: simplify shift lowering on s390x