llvm-6502/tools/llvm-upgrade
Dale Johannesen 43421b3dd7 Next round of APFloat changes.
Use APFloat in UpgradeParser and AsmParser.
Change all references to ConstantFP to use the
APFloat interface rather than double.  Remove
the ConstantFP double interfaces.
Use APFloat functions for constant folding arithmetic
and comparisons.
(There are still way too many places APFloat is
just a wrapper around host float/double, but we're
getting there.)


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@41747 91177308-0d34-0410-b5e6-96231b3b80d8
2007-09-06 18:13:44 +00:00
..
llvm-upgrade.cpp Remove the -emit-bytecode option. Noone in the llvm tree uses it, and this 2007-05-06 05:40:41 +00:00
Makefile Remove the -emit-bytecode option. Noone in the llvm tree uses it, and this 2007-05-06 05:40:41 +00:00
UpgradeInternals.h Next round of APFloat changes. 2007-09-06 18:13:44 +00:00
UpgradeLexer.cpp.cvs Next round of APFloat changes. 2007-09-06 18:13:44 +00:00
UpgradeLexer.l Next round of APFloat changes. 2007-09-06 18:13:44 +00:00
UpgradeLexer.l.cvs Next round of APFloat changes. 2007-09-06 18:13:44 +00:00
UpgradeParser.cpp.cvs Update generated files. 2007-09-04 18:46:50 +00:00
UpgradeParser.h.cvs Update generated files. 2007-09-04 18:46:50 +00:00
UpgradeParser.y Next round of APFloat changes. 2007-09-06 18:13:44 +00:00
UpgradeParser.y.cvs Next round of APFloat changes. 2007-09-06 18:13:44 +00:00