llvm-6502/lib/CodeGen/SelectionDAG
Duncan Sands d6dde76090 Revert commit 131534 since it seems to have broken several buildbots.
Original log entry:
Refactor getActionType and getTypeToTransformTo ; place all of the 'decision'
code in one place.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@131536 91177308-0d34-0410-b5e6-96231b3b80d8
2011-05-18 14:57:56 +00:00
..
CMakeLists.txt
DAGCombiner.cpp Misc. code cleanups. 2011-05-17 22:20:36 +00:00
FastISel.cpp Make fast-isel work correctly s/uadd.with.overflow intrinsics. 2011-05-16 21:06:17 +00:00
FunctionLoweringInfo.cpp Make codegen able to handle values of empty types. This is one way 2011-05-13 15:18:06 +00:00
InstrEmitter.cpp
InstrEmitter.h
LegalizeDAG.cpp Revert commit 131534 since it seems to have broken several buildbots. 2011-05-18 14:57:56 +00:00
LegalizeFloatTypes.cpp
LegalizeIntegerTypes.cpp
LegalizeTypes.cpp
LegalizeTypes.h Revert commit 131534 since it seems to have broken several buildbots. 2011-05-18 14:57:56 +00:00
LegalizeTypesGeneric.cpp
LegalizeVectorOps.cpp
LegalizeVectorTypes.cpp
Makefile
ScheduleDAGFast.cpp
ScheduleDAGList.cpp
ScheduleDAGRRList.cpp
ScheduleDAGSDNodes.cpp
ScheduleDAGSDNodes.h
SDNodeDbgValue.h
SDNodeOrdering.h
SelectionDAG.cpp
SelectionDAGBuilder.cpp Preserve debug info for unused zero extended boolean argument. 2011-05-16 21:24:05 +00:00
SelectionDAGBuilder.h
SelectionDAGISel.cpp Make fast-isel miss counting in -stats and -fast-isel-verbose take terminators into account; since there are many fewer isel misses with recent changes, misses caused by terminators are more significant. 2011-05-17 23:02:10 +00:00
SelectionDAGPrinter.cpp
TargetLowering.cpp Revert commit 131534 since it seems to have broken several buildbots. 2011-05-18 14:57:56 +00:00
TargetSelectionDAGInfo.cpp