llvm-6502/lib/CodeGen/SelectionDAG
2011-07-15 22:51:43 +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 Convert InsertValueInst and ExtractValueInst APIs to use ArrayRef. 2011-07-13 10:26:04 +00:00
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 Add an intrinsic and codegen support for fused multiply-accumulate. The intent 2011-07-08 21:39:21 +00:00
LegalizeIntegerTypes.cpp
LegalizeTypes.cpp
LegalizeTypes.h Add an intrinsic and codegen support for fused multiply-accumulate. The intent 2011-07-08 21:39:21 +00:00
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 Emit a more efficient magic number multiplication for exact sdivs. 2011-07-08 10:31:30 +00:00
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