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