llvm-6502/lib/CodeGen/SelectionDAG
Nadav Rotem 811ad8690b Minor code cleanups
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@135362 91177308-0d34-0410-b5e6-96231b3b80d8
2011-07-17 19:05:00 +00:00
..
CMakeLists.txt
DAGCombiner.cpp Add a dag combine pattern for folding C2-(A+C1) -> (C2-C1)-A 2011-07-14 01:12:15 +00:00
FastISel.cpp
FunctionLoweringInfo.cpp
InstrEmitter.cpp
InstrEmitter.h
LegalizeDAG.cpp LegalizeDAG doesn't need its own copy of this enum. 2011-07-15 22:51:43 +00:00
LegalizeFloatTypes.cpp
LegalizeIntegerTypes.cpp Minor code cleanups 2011-07-17 19:05:00 +00:00
LegalizeTypes.cpp
LegalizeTypes.h
LegalizeTypesGeneric.cpp
LegalizeVectorOps.cpp [VECTOR-SELECT] 2011-07-14 11:11:14 +00:00
LegalizeVectorTypes.cpp
Makefile
ScheduleDAGFast.cpp
ScheduleDAGList.cpp
ScheduleDAGRRList.cpp
ScheduleDAGSDNodes.cpp
ScheduleDAGSDNodes.h
SDNodeDbgValue.h
SDNodeOrdering.h
SelectionDAG.cpp Add assertion for the chain value type 2011-07-14 10:37:54 +00:00
SelectionDAGBuilder.cpp Check register class matching instead of width of type matching 2011-07-14 20:13:52 +00:00
SelectionDAGBuilder.h
SelectionDAGISel.cpp
SelectionDAGPrinter.cpp
TargetLowering.cpp Check register class matching instead of width of type matching 2011-07-14 20:13:52 +00:00
TargetSelectionDAGInfo.cpp