2009-06-02 17:52:33 +00:00
|
|
|
add_llvm_library(LLVMSelectionDAG
|
|
|
|
DAGCombiner.cpp
|
|
|
|
FastISel.cpp
|
2009-12-01 11:07:05 +00:00
|
|
|
FunctionLoweringInfo.cpp
|
2009-10-14 17:57:32 +00:00
|
|
|
InstrEmitter.cpp
|
2009-06-02 17:52:33 +00:00
|
|
|
LegalizeDAG.cpp
|
|
|
|
LegalizeFloatTypes.cpp
|
|
|
|
LegalizeIntegerTypes.cpp
|
|
|
|
LegalizeTypes.cpp
|
|
|
|
LegalizeTypesGeneric.cpp
|
|
|
|
LegalizeVectorOps.cpp
|
|
|
|
LegalizeVectorTypes.cpp
|
2012-04-14 13:54:10 +00:00
|
|
|
ResourcePriorityQueue.cpp
|
2009-06-02 17:52:33 +00:00
|
|
|
ScheduleDAGFast.cpp
|
|
|
|
ScheduleDAGRRList.cpp
|
2009-10-14 17:57:32 +00:00
|
|
|
ScheduleDAGSDNodes.cpp
|
2009-06-02 17:52:33 +00:00
|
|
|
SelectionDAG.cpp
|
2009-12-01 11:07:05 +00:00
|
|
|
SelectionDAGBuilder.cpp
|
2012-04-14 13:54:10 +00:00
|
|
|
SelectionDAGDumper.cpp
|
2009-06-02 17:52:33 +00:00
|
|
|
SelectionDAGISel.cpp
|
|
|
|
SelectionDAGPrinter.cpp
|
2015-01-18 16:17:27 +00:00
|
|
|
StatepointLowering.cpp
|
2012-04-14 13:54:10 +00:00
|
|
|
ScheduleDAGVLIW.cpp
|
2009-06-02 17:52:33 +00:00
|
|
|
TargetLowering.cpp
|
2010-05-04 16:11:02 +00:00
|
|
|
TargetSelectionDAGInfo.cpp
|
2009-06-02 17:52:33 +00:00
|
|
|
)
|
2012-08-15 19:34:23 +00:00
|
|
|
|
|
|
|
add_dependencies(LLVMSelectionDAG intrinsics_gen)
|