llvm-6502/lib/CodeGen/SelectionDAG
2010-11-20 00:03:09 +00:00
..
CMakeLists.txt
DAGCombiner.cpp Fix thinko: we must turn select(anyext, sext) into sext(select) 2010-11-18 21:16:28 +00:00
FastISel.cpp
FunctionLoweringInfo.cpp
InstrEmitter.cpp Split pseudo-instruction expansion into a separate pass, to make it 2010-11-16 21:02:37 +00:00
InstrEmitter.h
LegalizeDAG.cpp Add a pre-dispatch SjLj EH hook on the unwind edge for targets to do any 2010-10-19 23:27:08 +00:00
LegalizeFloatTypes.cpp
LegalizeIntegerTypes.cpp
LegalizeTypes.cpp
LegalizeTypes.h
LegalizeTypesGeneric.cpp
LegalizeVectorOps.cpp
LegalizeVectorTypes.cpp Remove Synthesizable from the Type system; as MMX vector 2010-10-20 21:32:10 +00:00
Makefile
ScheduleDAGFast.cpp
ScheduleDAGList.cpp
ScheduleDAGRRList.cpp Two sets of changes. Sorry they are intermingled. 2010-11-03 00:45:17 +00:00
ScheduleDAGSDNodes.cpp Two sets of changes. Sorry they are intermingled. 2010-11-03 00:45:17 +00:00
ScheduleDAGSDNodes.h
SDNodeDbgValue.h
SDNodeOrdering.h
SelectionDAG.cpp Make isScalarToVector to return false if the node is a scalar. This will prevent 2010-11-19 19:08:12 +00:00
SelectionDAGBuilder.cpp Bug 8621 fix - pointer cast stripped from inline asm constraint argument. 2010-11-17 23:58:47 +00:00
SelectionDAGBuilder.h
SelectionDAGISel.cpp Check for _setjmp too, because it's also used. 2010-11-20 00:03:09 +00:00
SelectionDAGPrinter.cpp
TargetLowering.cpp Fix an inline asm pasto from 117667; was preventing 2010-11-09 01:15:07 +00:00
TargetSelectionDAGInfo.cpp