index
:
go
bench-before
fix-runtime-test-GOMAXPROCS
json-isValidNumber
json-isValidNumber-before
main
makepkg
ms-fix-multipart-readform
Fork of Go programming language with my patches.
Go Authors
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
cmd
/
compile
/
internal
/
gc
/
float_test.go
Age
Commit message (
Expand
)
Author
2020-12-23
[dev.regabi] cmd/compile: split out package test [generated]
Russ Cox
2020-10-02
all: drop 387 support
Keith Randall
2020-03-04
cmd/compile: don't allow NaNs in floating-point constant ops
Keith Randall
2020-02-25
Revert "cmd/compile: don't allow NaNs in floating-point constant ops"
Bryan C. Mills
2020-02-25
cmd/compile: don't allow NaNs in floating-point constant ops
Keith Randall
2018-09-14
cmd/compile: skip float32 constant folding test on 387 builder
Michael Munday
2018-09-05
cmd/compile: fix store-to-load forwarding of 32-bit sNaNs
Michael Munday
2017-09-16
cmd/compile: test constant folded integer to/from float conversions
Michael Munday
2017-09-15
cmd/compile: fix typo in floating point rule
Todd Neal
2017-09-14
cmd/compile: improve floating point constant propagation
Michael Munday
2017-04-03
cmd/compile: strength-reduce floating point
Keith Randall
2016-08-16
cmd/compile: fix uint<->float conversion on 386
Cherry Zhang
2016-01-13
cmd/compile: stop using fucomi* ops for 387 builds
Keith Randall