1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-25 04:02:41 +01:00
llvm-mirror/lib/AsmParser
Dale Johannesen 86f367a6b7 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.)

llvm-svn: 41747
2007-09-06 18:13:44 +00:00
..
Lexer.cpp.cvs Next round of APFloat changes. 2007-09-06 18:13:44 +00:00
Lexer.l Next round of APFloat changes. 2007-09-06 18:13:44 +00:00
Lexer.l.cvs Next round of APFloat changes. 2007-09-06 18:13:44 +00:00
llvmAsmParser.cpp.cvs Update generated files. 2007-09-04 18:46:50 +00:00
llvmAsmParser.h.cvs Next round of APFloat changes. 2007-09-06 18:13:44 +00:00
llvmAsmParser.y Next round of APFloat changes. 2007-09-06 18:13:44 +00:00
llvmAsmParser.y.cvs Next round of APFloat changes. 2007-09-06 18:13:44 +00:00
Makefile For PR797: 2006-08-18 09:30:03 +00:00
Parser.cpp For PR797: 2006-08-18 08:43:06 +00:00
ParserInternals.h Next round of APFloat changes. 2007-09-06 18:13:44 +00:00