llvm-6502/lib/Transforms/IPO
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
..
ArgumentPromotion.cpp Update GEP constructors to use an iterator interface to fix 2007-09-04 15:46:09 +00:00
ConstantMerge.cpp
DeadArgumentElimination.cpp Update InvokeInst to work like CallInst 2007-08-27 19:04:21 +00:00
DeadTypeElimination.cpp
ExtractFunction.cpp
GlobalDCE.cpp
GlobalOpt.cpp Update GEP constructors to use an iterator interface to fix 2007-09-04 15:46:09 +00:00
IndMemRemoval.cpp
Inliner.cpp
InlineSimple.cpp
Internalize.cpp
IPConstantPropagation.cpp
LoopExtractor.cpp Use SmallVector instead of std::vector. 2007-08-21 00:31:24 +00:00
LowerSetJmp.cpp Update InvokeInst to work like CallInst 2007-08-27 19:04:21 +00:00
Makefile
PruneEH.cpp
RaiseAllocations.cpp Change comments to refer to @malloc and @free instead of %malloc and %free. 2007-08-27 16:11:48 +00:00
SimplifyLibCalls.cpp Next round of APFloat changes. 2007-09-06 18:13:44 +00:00
StripDeadPrototypes.cpp
StripSymbols.cpp