Oscar Fuentes | a229b3c | 2008-09-22 01:08:49 +0000 | [diff] [blame] | 1 | add_llvm_library(LLVMSelectionDAG |
| 2 | CallingConvLower.cpp |
| 3 | DAGCombiner.cpp |
| 4 | FastISel.cpp |
Oscar Fuentes | a229b3c | 2008-09-22 01:08:49 +0000 | [diff] [blame] | 5 | LegalizeDAG.cpp |
| 6 | LegalizeFloatTypes.cpp |
| 7 | LegalizeIntegerTypes.cpp |
| 8 | LegalizeTypes.cpp |
| 9 | LegalizeTypesGeneric.cpp |
Eli Friedman | cd2e0cd | 2009-05-24 09:13:13 +0000 | [diff] [blame] | 10 | LegalizeVectorOps.cpp |
Oscar Fuentes | a229b3c | 2008-09-22 01:08:49 +0000 | [diff] [blame] | 11 | LegalizeVectorTypes.cpp |
Oscar Fuentes | a229b3c | 2008-09-22 01:08:49 +0000 | [diff] [blame] | 12 | ScheduleDAGFast.cpp |
| 13 | ScheduleDAGList.cpp |
| 14 | ScheduleDAGRRList.cpp |
Ted Kremenek | 39816d9 | 2009-07-15 21:08:16 +0000 | [diff] [blame^] | 15 | ScheduleDAGSDNodes.cpp |
| 16 | ScheduleDAGSDNodesEmit.cpp |
Oscar Fuentes | a229b3c | 2008-09-22 01:08:49 +0000 | [diff] [blame] | 17 | SelectionDAG.cpp |
Ted Kremenek | 39816d9 | 2009-07-15 21:08:16 +0000 | [diff] [blame^] | 18 | SelectionDAGBuild.cpp |
Oscar Fuentes | a229b3c | 2008-09-22 01:08:49 +0000 | [diff] [blame] | 19 | SelectionDAGISel.cpp |
| 20 | SelectionDAGPrinter.cpp |
| 21 | TargetLowering.cpp |
| 22 | ) |
Douglas Gregor | 6141511 | 2009-07-02 18:53:52 +0000 | [diff] [blame] | 23 | |
| 24 | target_link_libraries (LLVMSelectionDAG LLVMAnalysis LLVMAsmPrinter LLVMCodeGen) |