aboutsummaryrefslogtreecommitdiff
path: root/test/codegen/floats.go
AgeCommit message (Expand)Author
2023-07-04test/codegen: enable Mul2 DivPow2 test for riscv64Meng Zhuo
2023-01-27test/codegen: combine trivial PPC64 tests into ppc64xPaul E. Murphy
2021-02-24cmd/compile: ARM64 optimize []float64 and []float32 accessEgon Elbre
2020-10-06all: implement GO386=softfloatKeith Randall
2020-10-02all: drop 387 supportKeith Randall
2020-04-08cmd/compile: allow floating point Ops to produce flags on s390xRuixin(Peter) Bao
2020-04-07cmd/compile: delete the floating point Greater and Geq opsMichael Munday
2020-03-25cmd/compile: use load and test instructions on s390xRuixin(Peter) Bao
2019-05-16cmd/compile: fix the error of absorbing boolean tests into block(FGE, FGT)fanzha02
2018-10-16test/codegen: enable more tests for ppc64/ppc64leLynn Boger
2018-10-16test/codegen: fix confusing test casesBen Shi
2018-10-15test/codegen: add tests of FMA for arm/arm64Ben Shi
2018-08-28cmd/compile: optimize arm64 with indexed FP load/storeBen Shi
2018-08-25cmd/compile: optimize 386 code with FLDPIBen Shi
2018-04-15test: run codegen tests on all supported architecture variantsGiovanni Bajo
2018-04-15test: migrate plan9 tests to codegenGiovanni Bajo
2018-03-29test/codegen: match 387 ops too for GOARCH=386Alberto Donizetti
2018-03-15test/codegen: port floats tests to codegenAlberto Donizetti