llvm-6502/lib/CodeGen/SelectionDAG
Dale Johannesen 910993e8dc Change APFloat::convertFromInteger to take the incoming
bit width instead of number of words allocated, which
makes it actually work for int->APF conversions.
Adjust callers.  Add const to one of the APInt constructors
to prevent surprising match when called with const
argument.



git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@42210 91177308-0d34-0410-b5e6-96231b3b80d8
2007-09-21 22:09:37 +00:00
..
CallingConvLower.cpp propagate struct size and alignment of byval arguments to the DAG 2007-08-10 14:44:42 +00:00
DAGCombiner.cpp Fix a bogus splat xform: 2007-09-18 21:54:37 +00:00
LegalizeDAG.cpp Change APFloat::convertFromInteger to take the incoming 2007-09-21 22:09:37 +00:00
Makefile For PR780: 2006-07-26 16:18:00 +00:00
ScheduleDAG.cpp Use struct SDep instead of std::pair for SUnit pred and succ lists. First step 2007-09-19 01:38:40 +00:00
ScheduleDAGList.cpp Use struct SDep instead of std::pair for SUnit pred and succ lists. First step 2007-09-19 01:38:40 +00:00
ScheduleDAGRRList.cpp Use struct SDep instead of std::pair for SUnit pred and succ lists. First step 2007-09-19 01:38:40 +00:00
ScheduleDAGSimple.cpp Fix GLIBCXX_DEBUG error of comparing two singular iterators 2007-08-17 15:13:55 +00:00
SelectionDAG.cpp Change APFloat::convertFromInteger to take the incoming 2007-09-21 22:09:37 +00:00
SelectionDAGISel.cpp Remove the assumption that FP's are either float or 2007-09-14 22:26:36 +00:00
SelectionDAGPrinter.cpp Use struct SDep instead of std::pair for SUnit pred and succ lists. First step 2007-09-19 01:38:40 +00:00
TargetLowering.cpp initialize SetCCResultContents, fixing PR1693 2007-09-21 17:06:39 +00:00