llvm-6502/lib/CodeGen/SelectionDAG
2009-12-07 02:28:26 +00:00
..
CallingConvLower.cpp
CMakeLists.txt
DAGCombiner.cpp Don't pull vector sext through both hands of a logical operation, since doing so prevents the fusion of vector sext and setcc into vsetcc. 2009-12-03 07:11:29 +00:00
FastISel.cpp Make TargetSelectInstruction protected and called from FastISel.cpp 2009-12-05 01:27:58 +00:00
FunctionLoweringInfo.cpp
FunctionLoweringInfo.h
InstrEmitter.cpp
InstrEmitter.h
LegalizeDAG.cpp Remove the unused DisableLegalizeTypes option and related code. 2009-12-05 17:51:33 +00:00
LegalizeFloatTypes.cpp
LegalizeIntegerTypes.cpp Truncate the arguments of llvm.frameaddress / llvm.returnaddress intrinsics from i32 to platform's largest native type 2009-12-07 02:28:26 +00:00
LegalizeTypes.cpp
LegalizeTypes.h Truncate the arguments of llvm.frameaddress / llvm.returnaddress intrinsics from i32 to platform's largest native type 2009-12-07 02:28:26 +00:00
LegalizeTypesGeneric.cpp
LegalizeVectorOps.cpp improve portability to avoid conflicting with std::next in c++'0x. 2009-12-03 00:50:42 +00:00
LegalizeVectorTypes.cpp
Makefile
ScheduleDAGFast.cpp
ScheduleDAGList.cpp
ScheduleDAGRRList.cpp
ScheduleDAGSDNodes.cpp
ScheduleDAGSDNodes.h
SelectionDAG.cpp
SelectionDAGBuilder.cpp
SelectionDAGBuilder.h
SelectionDAGISel.cpp Remove old DBG_LABEL code. 2009-12-05 17:56:26 +00:00
SelectionDAGPrinter.cpp
TargetLowering.cpp