llvm-6502/lib/CodeGen/SelectionDAG
Dan Gohman 9736028d84 Use the correct value for InSignBit.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@48245 91177308-0d34-0410-b5e6-96231b3b80d8
2008-03-11 21:29:43 +00:00
..
CallingConvLower.cpp
DAGCombiner.cpp
LegalizeDAG.cpp Generalize ExpandIntToFP to handle the case where the operand is legal 2008-03-11 01:59:03 +00:00
LegalizeTypes.cpp Some LegalizeTypes code factorization and minor 2008-03-11 06:41:14 +00:00
LegalizeTypes.h Some LegalizeTypes code factorization and minor 2008-03-11 06:41:14 +00:00
LegalizeTypesExpand.cpp Some LegalizeTypes code factorization and minor 2008-03-11 06:41:14 +00:00
LegalizeTypesPromote.cpp Some LegalizeTypes code factorization and minor 2008-03-11 06:41:14 +00:00
LegalizeTypesScalarize.cpp
LegalizeTypesSplit.cpp Some LegalizeTypes code factorization and minor 2008-03-11 06:41:14 +00:00
Makefile
ScheduleDAG.cpp Recommitting parts of r48130. These do not appear to cause the observed failures. 2008-03-11 10:09:17 +00:00
ScheduleDAGList.cpp
ScheduleDAGRRList.cpp When the register allocator runs out of registers, spill a physical register around the def's and use's of the interval being allocated to make it possible for the interval to target a register and spill it right away and restore a register for uses. This likely generates terrible code but is before than aborting. 2008-03-11 07:19:34 +00:00
SelectionDAG.cpp compile: double test() {} 2008-03-11 06:21:08 +00:00
SelectionDAGISel.cpp Initial codegen support for functions and calls with multiple return values. 2008-03-11 21:11:25 +00:00
SelectionDAGPrinter.cpp
TargetLowering.cpp Use the correct value for InSignBit. 2008-03-11 21:29:43 +00:00