llvm-6502/lib/CodeGen/SelectionDAG
Bob Wilson 8674949513 Unlike other targets, ARM now uses BUILD_VECTORs post-legalization so they
can't be changed arbitrarily by the DAGCombiner without checking if it is
running after legalization.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@107097 91177308-0d34-0410-b5e6-96231b3b80d8
2010-06-28 23:40:25 +00:00
..
CallingConvLower.cpp
CMakeLists.txt
DAGCombiner.cpp Unlike other targets, ARM now uses BUILD_VECTORs post-legalization so they 2010-06-28 23:40:25 +00:00
FastISel.cpp Do one lookup instead of two. 2010-06-21 14:21:47 +00:00
FunctionLoweringInfo.cpp use ArgOperand API 2010-06-25 08:24:59 +00:00
FunctionLoweringInfo.h
InstrEmitter.cpp Teach regular and fast isel to set dead flags on unused implicit defs 2010-06-18 23:28:01 +00:00
InstrEmitter.h
LegalizeDAG.cpp When splitting a VAARG, remember its alignment. 2010-06-26 18:22:20 +00:00
LegalizeFloatTypes.cpp
LegalizeIntegerTypes.cpp
LegalizeTypes.cpp Use A.append(...) instead of A.insert(A.end(), ...) when A is a 2010-06-21 19:47:52 +00:00
LegalizeTypes.h
LegalizeTypesGeneric.cpp When splitting a VAARG, remember its alignment. 2010-06-26 18:22:20 +00:00
LegalizeVectorOps.cpp
LegalizeVectorTypes.cpp
Makefile
ScheduleDAGFast.cpp
ScheduleDAGList.cpp
ScheduleDAGRRList.cpp
ScheduleDAGSDNodes.cpp Remove variables which are assigned to but for which the value 2010-06-25 14:48:39 +00:00
ScheduleDAGSDNodes.h
SDNodeDbgValue.h
SDNodeOrdering.h
SelectionDAG.cpp When splitting a VAARG, remember its alignment. 2010-06-26 18:22:20 +00:00
SelectionDAGBuilder.cpp The hasMemory argument is irrelevant to how the argument 2010-06-25 21:55:36 +00:00
SelectionDAGBuilder.h Revert r106422, which is breaking the non-fast-isel path. 2010-06-21 16:02:28 +00:00
SelectionDAGISel.cpp Reapply r106634, now that the bug it exposed is fixed. 2010-06-24 14:30:44 +00:00
SelectionDAGPrinter.cpp
TargetLowering.cpp In asm's, output operands with matching input constraints 2010-06-28 22:09:45 +00:00
TargetSelectionDAGInfo.cpp