aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/compile/internal/gc/float_test.go
AgeCommit message (Expand)Author
2020-10-02all: drop 387 supportKeith Randall
2020-03-04cmd/compile: don't allow NaNs in floating-point constant opsKeith Randall
2020-02-25Revert "cmd/compile: don't allow NaNs in floating-point constant ops"Bryan C. Mills
2020-02-25cmd/compile: don't allow NaNs in floating-point constant opsKeith Randall
2018-09-14cmd/compile: skip float32 constant folding test on 387 builderMichael Munday
2018-09-05cmd/compile: fix store-to-load forwarding of 32-bit sNaNsMichael Munday
2017-09-16cmd/compile: test constant folded integer to/from float conversionsMichael Munday
2017-09-15cmd/compile: fix typo in floating point ruleTodd Neal
2017-09-14cmd/compile: improve floating point constant propagationMichael Munday
2017-04-03cmd/compile: strength-reduce floating pointKeith Randall
2016-08-16cmd/compile: fix uint<->float conversion on 386Cherry Zhang
2016-01-13cmd/compile: stop using fucomi* ops for 387 buildsKeith Randall