]> Cypherpunks.ru repositories - gostls13.git/history - test/codegen/floats.go
cmd/compile: add single-precision FMA code generation for riscv64
[gostls13.git] / test / codegen / floats.go
2023-08-22 Meng Zhuocmd/compile: add single-precision FMA code generation...
2023-08-22 Meng Zhuocmd/compile: improve FP FMA performance on riscv64
2023-07-04 Meng Zhuotest/codegen: enable Mul2 DivPow2 test for riscv64
2023-01-27 Paul E. Murphytest/codegen: combine trivial PPC64 tests into ppc64x
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-02-24 Egon Elbrecmd/compile: ARM64 optimize []float64 and []float32...
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-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-08 Filippo Valsorda[dev.boringcrypto] all: merge master into dev.boringcrypto
2020-04-08 Ruixin(Peter) Baocmd/compile: allow floating point Ops to produce flags...
2020-04-07 Michael Mundaycmd/compile: delete the floating point Greater and...
2020-03-27 Cherry Zhang[dev.link] all: merge branch 'master' into dev.link
2020-03-25 Ruixin(Peter) Baocmd/compile: use load and test instructions on s390x
2019-05-28 Filippo Valsorda[dev.boringcrypto] all: merge master into dev.boringcrypto
2019-05-16 fanzha02cmd/compile: fix the error of absorbing boolean tests...
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-16 Ben Shitest/codegen: fix confusing test cases
2018-10-15 Ben Shitest/codegen: add tests of FMA for arm/arm64
2018-09-06 Filippo Valsorda[dev.boringcrypto] all: merge master into dev.boringcrypto
2018-08-28 Ben Shicmd/compile: optimize arm64 with indexed FP load/store
2018-08-25 Ben Shicmd/compile: optimize 386 code with FLDPI
2018-05-18 Filippo Valsorda[dev.boringcrypto] all: merge master into dev.boringcrypto
2018-04-15 Giovanni Bajotest: run codegen tests on all supported architecture...
2018-04-15 Giovanni Bajotest: migrate plan9 tests to codegen
2018-03-29 Alberto Donizettitest/codegen: match 387 ops too for GOARCH=386
2018-03-15 Alberto Donizettitest/codegen: port floats tests to codegen