2008-09-22 09:08:49 +08:00
|
|
|
add_llvm_library(LLVMSelectionDAG
|
|
|
|
DAGCombiner.cpp
|
|
|
|
FastISel.cpp
|
2009-11-24 01:26:04 +08:00
|
|
|
FunctionLoweringInfo.cpp
|
2009-10-10 09:32:21 +08:00
|
|
|
InstrEmitter.cpp
|
2008-09-22 09:08:49 +08:00
|
|
|
LegalizeDAG.cpp
|
|
|
|
LegalizeFloatTypes.cpp
|
|
|
|
LegalizeIntegerTypes.cpp
|
|
|
|
LegalizeTypes.cpp
|
|
|
|
LegalizeTypesGeneric.cpp
|
2009-05-24 17:13:13 +08:00
|
|
|
LegalizeVectorOps.cpp
|
2008-09-22 09:08:49 +08:00
|
|
|
LegalizeVectorTypes.cpp
|
2012-02-02 06:13:57 +08:00
|
|
|
ResourcePriorityQueue.cpp
|
2008-09-22 09:08:49 +08:00
|
|
|
ScheduleDAGFast.cpp
|
2012-02-02 06:13:57 +08:00
|
|
|
ScheduleDAGRRList.cpp
|
2009-07-16 05:08:16 +08:00
|
|
|
ScheduleDAGSDNodes.cpp
|
2008-09-22 09:08:49 +08:00
|
|
|
SelectionDAG.cpp
|
2009-11-24 02:04:58 +08:00
|
|
|
SelectionDAGBuilder.cpp
|
2012-03-13 13:47:27 +08:00
|
|
|
SelectionDAGDumper.cpp
|
2008-09-22 09:08:49 +08:00
|
|
|
SelectionDAGISel.cpp
|
|
|
|
SelectionDAGPrinter.cpp
|
2012-02-02 06:28:29 +08:00
|
|
|
ScheduleDAGVLIW.cpp
|
2008-09-22 09:08:49 +08:00
|
|
|
TargetLowering.cpp
|
2010-04-17 05:12:11 +08:00
|
|
|
TargetSelectionDAGInfo.cpp
|
2008-09-22 09:08:49 +08:00
|
|
|
)
|
2012-06-24 21:32:01 +08:00
|
|
|
|
|
|
|
add_dependencies(LLVMSelectionDAG intrinsics_gen)
|