]> Cypherpunks.ru repositories - gostls13.git/history - test/codegen/math.go
test/codegen: add fsqrt test for riscv64
[gostls13.git] / test / codegen / math.go
2023-06-15 Meng Zhuotest/codegen: add fsqrt test for riscv64
2023-05-24 Junxian Zhucmd/compile: optimize math.Float64(32)bits and math...
2023-05-08 Junxian Zhumath: optimize math.Abs on mipsx
2023-05-05 Junxian Zhumath: optimize math.Abs on mips64x
2023-01-27 Paul E. Murphytest/codegen: combine trivial PPC64 tests into ppc64x
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-10-05 nimelehincmd/compile: don't emit unnecessary amd64 extension...
2021-09-20 Katie Hockman[dev.fuzz] all: merge master (af72ddf) into dev.fuzz
2021-09-10 Michael Mundaycmd/compile: add support for Abs and Copysign intrinsic...
2021-09-09 Jay Conrod[dev.fuzz] all: merge master (65f0d24) into dev.fuzz
2021-09-01 Michael Mundaycmd/{asm,compile}: add fused multiply-add support on...
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-03-02 fanzha02cmd/compile: optimize single-precision floating point...
2020-12-14 Katie Hockman[dev.fuzz] all: merge master into dev.fuzz
2020-11-18 Katie Hockman[dev.boringcrypto] crypto/hmac: merge up to 2a206c7...
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-04-08 Filippo Valsorda[dev.boringcrypto] all: merge master into dev.boringcrypto
2020-03-06 Cherry Zhang[dev.link] all: merge branch 'master' into dev.link
2020-03-04 Keith Randallcmd/compile: don't allow NaNs in floating-point constan...
2020-02-25 Bryan C. MillsRevert "cmd/compile: don't allow NaNs in floating-point...
2020-02-25 Keith Randallcmd/compile: don't allow NaNs in floating-point constan...
2019-11-19 Filippo Valsorda[dev.boringcrypto] all: merge master into dev.boringcrypto
2019-11-11 Cherry Zhang[dev.link] all: merge branch 'master' into dev.link
2019-11-08 Gerrit Code ReviewMerge "cmd: merge branch 'dev.link' into master"
2019-11-07 Russ Coxmath, cmd/compile: rename Fma to FMA
2019-10-25 Cherry Zhang[dev.link] all: merge branch 'master' into dev.link
2019-10-21 smasher164cmd/compile: add fma intrinsic for arm
2019-10-21 smasher164cmd/compile: add fma intrinsic for amd64
2019-10-21 smasher164cmd/compile: introduce generic ssa intrinsic for fused...
2019-09-24 Martin Möhrmanncompile: prefer an AND instead of SHR+SHL instructions
2019-09-23 Bryan C. MillsRevert "compile: prefer an AND instead of SHR+SHL instr...
2019-09-21 Martin Möhrmanncompile: prefer an AND instead of SHR+SHL instructions
2019-09-09 Martin MöhrmannRevert "compile: prefer an AND instead of SHR+SHL instr...
2019-09-09 Martin Möhrmanncompile: prefer an AND instead of SHR+SHL instructions
2019-08-28 Ben Shicmd/compile: optimize ARM's math.Abs
2019-05-28 Filippo Valsorda[dev.boringcrypto] all: merge master into dev.boringcrypto
2019-03-14 Richard Musiolmath, math/bits: add intrinsics for wasm
2018-10-25 Filippo Valsorda[dev.boringcrypto] all: merge master into dev.boringcrypto
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-09-17 fanzha02cmd/compile: optimize math.Float64(32)bits and math...
2018-09-13 erifan01cmd/compile: intrinsify math.RoundToEven and math.Abs...
2018-09-12 fanzha02test: fix the wrong test of math.Copysign(c, -1) for...
2018-09-06 fanzha02cmd/compile: optimize math.Copysign on arm64
2018-05-18 Filippo Valsorda[dev.boringcrypto] all: merge master into dev.boringcrypto
2018-04-27 Milan Knezeviccmd/compile: add softfloat support to mips64{,le}
2018-04-26 Carlos Eduardo Seocmd/compile, cmd/internal/obj/ppc64: make math.Round...
2018-04-15 Giovanni Bajotest: run codegen tests on all supported architecture...
2018-03-24 Giovanni Bajocmd/compile: add patterns for bit set/clear/complement...
2018-03-04 Giovanni Bajotest: convert all math-related tests from asm_test