llvm-6502/lib/Transforms
Dale Johannesen 9e3d3abd93 Remove the assumption that FP's are either float or
double from some of the many places in the optimizers
it appears, and do something reasonable with x86
long double.
Make APInt::dump() public, remove newline, use it to
dump ConstantSDNode's.
Allow APFloats in FoldingSet.
Expand X86 backend handling of long doubles (conversions
to/from int, mostly).



git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@41967 91177308-0d34-0410-b5e6-96231b3b80d8
2007-09-14 22:26:36 +00:00
..
Hello
Instrumentation New CallInst interface to address GLIBCXX_DEBUG errors caused by 2007-08-01 03:43:44 +00:00
IPO Fix a logic error in ValueIsOnlyUsedLocallyOrStoredToOneGlobal that caused 2007-09-14 03:41:21 +00:00
Scalar Remove the assumption that FP's are either float or 2007-09-14 22:26:36 +00:00
Utils Insert cloned loop basic blocks before original loop header. 2007-09-04 20:46:35 +00:00
Makefile