]> Cypherpunks.ru repositories - gostls13.git/history - test/codegen/mathbits.go
cmd/internal/obj/ppc64: remove C_UCON optab matching class
[gostls13.git] / test / codegen / mathbits.go
2023-11-09 Paul E. Murphycmd/internal/obj/ppc64: remove C_UCON optab matching...
2023-08-04 Keith Randallcmd/compile: don't use BTS when OR works, add direct...
2023-07-31 Junxian Zhucmd/compile: intrinsify Sub64 on mips64
2023-07-31 Junxian Zhucmd/compile: intrinsify Add64 on mips64
2023-03-14 Wayne Zuocmd/compile: instrinsify TrailingZeros{8,32,64} for 386
2023-02-08 Wayne Zuocmd/compile: intrinsify math/bits/ReverseBytes{32|64...
2023-02-03 Archana Rcmd/compile: intrinsify math/bits/ReverseBytes{16|32...
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-11-03 Paul E. Murphycmd/compile/internal/ssa: re-adjust CarryChainTail...
2022-10-07 Wayne Zuocmd/compile: intrinsify Sub64 on loong64
2022-10-07 Wayne Zuocmd/compile: intrinsify Add64 on loong64
2022-09-02 ruinancmd/compile: optimize RotateLeft8/16 on arm64
2022-08-27 Wayne Zuocmd/compile: intrinsify Sub64 on riscv64
2022-08-27 Wayne Zuocmd/compile: intrinsify Add64 on riscv64
2022-08-24 Wayne Zuocmd/compile: deadcode for LoweredMuluhilo on riscv64
2022-08-22 Cherry Muicmd/compile: split Muluhilo op on ARM64
2022-08-17 Archana Rtest/codegen: updated multiple tests to verify on ppc64...
2022-05-10 Paul E. Murphycmd/compile: lower Add64/Sub64 into ssa on PPC64
2022-04-05 Lasse Folger[dev.boringcrypto] all: merge master into dev.boringcrypto
2022-04-04 Wayne Zuocmd/compile: use LZCNT instruction for GOAMD64>=3
2021-11-05 Roland Shoemaker[dev.boringcrypto] all: merge master into dev.boringcrypto
2021-10-18 Lynn Bogercmd/compile/internal/ssagen: set BitLen32 as intrinsic...
2021-10-05 nimelehincmd/compile: don't emit unnecessary amd64 extension...
2021-10-05 wdvxdrcmd/compile: use TZCNT instruction for GOAMD64>=v3
2021-09-09 Jay Conrod[dev.fuzz] all: merge master (65f0d24) into dev.fuzz
2021-08-25 Michael Matloob[dev.cmdgo] all: merge master (c2f96e6) into dev.cmdgo
2021-08-16 Meng Zhuocmd/compile: intrinsify Mul64 on 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-04-14 David Chasecmd/compile: rescue stmt boundaries from OpArgXXXReg...
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-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-09-11 Cherry Zhang[dev.link] all: merge branch 'master' into dev.link
2020-08-27 Paul E. Murphycmd/compile: generate subfic on ppc64
2020-05-07 Dmitri Shuralyov[dev.boringcrypto] all: merge master into dev.boringcrypto
2020-04-23 Cherry Zhang[dev.link] all: merge branch 'master' into dev.link
2020-04-22 Michael Mundaycmd/compile: clean up codegen for branch-on-carry on...
2020-04-06 Cherry Zhang[dev.link] all: merge branch 'master' into dev.link
2020-04-04 Josh Bleecher Snydercmd/compile: add intrinsic HasCPUFeature for checking...
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-14 Meng Zhuocmd/compile: add math/bits.Mul64 intrinsic on mips64x
2019-09-13 Ruixin Baocmd/compile: add math/bits.Mul64 intrinsic on s390x
2019-08-31 Brian Kesslercmd/compile: intrinsify RotateLeft32 on wasm
2019-08-30 Ben Shicmd/compile: optimize 386's math.bits.TrailingZeros16
2019-08-28 Cherry Zhangtest/codegen: fix ARM32 RotateLeft32 test
2019-08-28 Ben Shicmd/compile: optimize ARM's math.bits.RotateLeft32
2019-08-28 Bryan C. MillsRevert "cmd/compile: optimize 386's math.bits.TrailingZ...
2019-08-28 Ben Shicmd/compile: optimize 386's math.bits.TrailingZeros16
2019-05-28 Filippo Valsorda[dev.boringcrypto] all: merge master into dev.boringcrypto
2019-05-03 Michael Mundaycmd/compile: add math/bits.{Add,Sub}64 intrinsics on...
2019-04-28 Carlos Eduardo Seocmd/compile: intrinsify math/bits.Add64 for ppc64x
2019-04-22 erifan01cmd/compile: intrinsify math/bits.Sub64 for arm64
2019-04-20 Josh Bleecher Snydercmd/compile: reduce bits.Div64(0, lo, y) to 64 bit...
2019-03-22 erifan01cmd/compile: follow up intrinsifying math/bits.Add64...
2019-03-20 Carlos Eduardo Seocmd/compile/internal, cmd/internal/obj/ppc64: generate...
2019-03-20 erifan01cmd/compile: intrinsify math/bits.Add64 for arm64
2019-03-15 Tobias Klausercmd/compile: eliminate unnecessary type conversions...
2019-03-14 Richard Musiolmath, math/bits: add intrinsics for wasm
2019-03-07 erifan01cmd/compile: eliminate unnecessary type conversions...
2019-03-07 erifan01cmd/compile: add an optimization rule for math/bits...
2019-03-03 erifan01cmd/compile: optimize math/bits.Div32 for arm64
2019-03-01 erifan01cmd/compile: add an optimaztion rule for math/bits...
2019-02-27 erifan01cmd/compile: optimize math/bits Len32 intrinsic on...
2019-02-08 Filippo Valsorda[dev.boringcrypto] all: merge master into dev.boringcrypto
2018-11-27 Brian Kesslercmd/compile: intrinsify math/bits.Div on amd64
2018-11-14 Martin Möhrmannruntime: make processor capability variable naming...
2018-11-13 Filippo Valsorda[dev.boringcrypto] all: merge master into dev.boringcrypto
2018-10-25 Filippo Valsorda[dev.boringcrypto] all: merge master into dev.boringcrypto
2018-10-25 Keith Randallcmd/compile: intrinsify math/bits.Sub on amd64
2018-10-25 Keith Randallcmd/compile: intrinsify math/bits.Add on amd64
2018-10-16 Lynn Bogertest/codegen: enable more tests for ppc64/ppc64le
2018-10-15 Filippo Valsorda[dev.boringcrypto] all: merge master into dev.boringcrypto
2018-10-15 Alberto Donizettitest/codegen: test ppc64 TrailingZeros, OnesCount codegen
2018-10-02 Carlos Eduardo Seocmd/compile: instrinsify math/bits.Mul on ppc64x
2018-09-26 Brian Kesslercmd/compile: intrinsify math/bits.Mul
2018-09-07 erifan01cmd/compile: implement non-constant rotates using ROR...
2018-09-06 Filippo Valsorda[dev.boringcrypto] all: merge master into dev.boringcrypto
2018-09-05 Michael Mundaycmd/compile: make math/bits.RotateLeft{32,64} intrinsic...
2018-09-03 Michael Mundaycmd/compile: implement OnesCount{8,16,32,64} intrinsics...
2018-05-18 Filippo Valsorda[dev.boringcrypto] all: merge master into dev.boringcrypto
2018-04-26 Josh Bleecher Snydercmd/compile: use prove pass to detect Ctz of non-zero...
2018-04-25 Josh Bleecher Snydercmd/compile: use intrinsic for LeadingZeros8 on amd64
2018-04-25 Josh Bleecher Snydercmd/compile: optimize LeadingZeros(16|32) on amd64
2018-04-25 Josh Bleecher Snydercmd/compile: optimize TrailingZeros(8|16) on amd64
2018-03-24 Giovanni Bajocmd/compile: add patterns for bit set/clear/complement...
2018-03-09 Alberto Donizettitest/codegen: port math/bits.RotateLeft tests to codegen
2018-03-06 Alberto Donizettitest/codegen: port math/bits.ReverseBytes tests to...
2018-03-06 Alberto Donizettitest/codegen: port math/bits.OnesCount tests to codegen
2018-03-06 Alberto Donizettitest/codegen: port math/bits.TrailingZeros tests to...
2018-03-05 Alberto Donizettitest/codegen: port math/bits.Leadingzero tests to codegen
2018-03-05 Alberto Donizettitest: port bits.Len intrinsics tests to the new codegen...