summaryrefslogtreecommitdiff
path: root/src/cmd/5l/softfloat.c
AgeCommit message (Collapse)AuthorFilesLines
2011-06-30Imported Upstream version 58upstream/58Ondřej Surý1-0/+2
2011-04-26Imported Upstream version 2011.04.13upstream/2011.04.13Ondřej Surý1-0/+1
2011-01-17Imported Upstream version 2011.01.12upstream/2011.01.12Ondřej Surý1-49/+64
2010-04-06replace original float instruction with jump to make branchesKai Backman1-11/+12
to float instructions work correctly. R=rsc CC=golang-dev http://codereview.appspot.com/870044
2009-12-17 first stub for softfloats, intercepts float instructions and skipsKai Backman1-0/+70
them in the stream. R=rsc http://codereview.appspot.com/174052