llvm-6502/tools
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
..
bugpoint New CallInst interface to address GLIBCXX_DEBUG errors caused by 2007-08-01 03:43:44 +00:00
gccas Align make log output with the rest of llvm. 2007-02-10 15:14:00 +00:00
gccld Align make log output with the rest of llvm. 2007-02-10 15:14:00 +00:00
llc Here is the bulk of the sanitizing. 2007-07-05 17:07:56 +00:00
lli Here is the bulk of the sanitizing. 2007-07-05 17:07:56 +00:00
llvm2cpp Next round of APFloat changes. 2007-09-06 18:13:44 +00:00
llvm-ar eliminate residual cruft related to recognizing bytecode 2007-07-06 13:38:17 +00:00
llvm-as Here is the bulk of the sanitizing. 2007-07-05 17:07:56 +00:00
llvm-bcanalyzer Pretty straightforward replacement of "bytecode" by "bitcode" 2007-07-04 21:55:50 +00:00
llvm-config Simplify the handling of the --*flags options. The makefile already gets it 2007-07-10 07:48:09 +00:00
llvm-db Here is the bulk of the sanitizing. 2007-07-05 17:07:56 +00:00
llvm-dis Here is the bulk of the sanitizing. 2007-07-05 17:07:56 +00:00
llvm-extract Separate program name from error message with a : 2007-08-08 21:19:01 +00:00
llvm-ld Rename FastDSE to just DSE. 2007-08-01 06:36:51 +00:00
llvm-link Here is the bulk of the sanitizing. 2007-07-05 17:07:56 +00:00
llvm-nm Here is the bulk of the sanitizing. 2007-07-05 17:07:56 +00:00
llvm-prof Here is the bulk of the sanitizing. 2007-07-05 17:07:56 +00:00
llvm-ranlib Here is the bulk of the sanitizing. 2007-07-05 17:07:56 +00:00
llvm-stub finishing touches of bytecode -> bitcode changes. also unbreak Windows 2007-07-06 20:28:40 +00:00
llvm-upgrade Next round of APFloat changes. 2007-09-06 18:13:44 +00:00
llvmc update the .cvs files. 2007-07-05 17:27:31 +00:00
lto Fix a sys::Path API error caught by a gcc 4.2 warning. 2007-07-18 05:27:33 +00:00
opt Enable loop index split pass. 2007-09-04 20:46:58 +00:00
Makefile Don't build llvm-stub twice. 2007-08-13 00:25:47 +00:00