llvm-6502/lib/CodeGen/SelectionDAG
2010-01-06 00:09:23 +00:00
..
CallingConvLower.cpp Change errs() to dbgs(). 2010-01-05 01:24:50 +00:00
CMakeLists.txt
DAGCombiner.cpp Don't assign the shift the same type as the variable being shifted. This could 2010-01-05 22:39:10 +00:00
FastISel.cpp Don't use the ISD::NodeType enum for SDNode opcodes, as CodeGen 2010-01-05 22:26:32 +00:00
FunctionLoweringInfo.cpp Avoid going through the LLVMContext for type equality where it's safe to dereference the type pointer. 2010-01-05 13:12:22 +00:00
FunctionLoweringInfo.h
InstrEmitter.cpp
InstrEmitter.h
LegalizeDAG.cpp Change errs() to dbgs(). 2010-01-05 01:24:53 +00:00
LegalizeFloatTypes.cpp Change errs() to dbgs(). 2010-01-05 01:24:48 +00:00
LegalizeIntegerTypes.cpp
LegalizeTypes.cpp Change errs() to dbgs(). 2010-01-05 01:25:04 +00:00
LegalizeTypes.h
LegalizeTypesGeneric.cpp
LegalizeVectorOps.cpp
LegalizeVectorTypes.cpp
Makefile
ScheduleDAGFast.cpp Change errs() to dbgs(). 2010-01-05 01:25:09 +00:00
ScheduleDAGList.cpp Change errs() to dbgs(). 2010-01-05 01:24:43 +00:00
ScheduleDAGRRList.cpp Only check the ordering if there is an ordering for each nodes. 2010-01-06 00:09:23 +00:00
ScheduleDAGSDNodes.cpp Change errs() to dbgs(). 2010-01-05 01:25:11 +00:00
ScheduleDAGSDNodes.h
SDNodeOrdering.h
SelectionDAG.cpp
SelectionDAGBuilder.cpp Avoid going through the LLVMContext for type equality where it's safe to dereference the type pointer. 2010-01-05 13:12:22 +00:00
SelectionDAGBuilder.h
SelectionDAGISel.cpp Avoid going through the LLVMContext for type equality where it's safe to dereference the type pointer. 2010-01-05 13:12:22 +00:00
SelectionDAGPrinter.cpp Change errs() to dbgs(). 2010-01-05 01:24:45 +00:00
TargetLowering.cpp