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 |
Dan Gohman | b812077 | 2009-10-10 01:32:21 +0000 | [diff] [blame] | 5 | InstrEmitter.cpp |
Oscar Fuentes | a229b3c | 2008-09-22 01:08:49 +0000 | [diff] [blame] | 6 | LegalizeDAG.cpp |
| 7 | LegalizeFloatTypes.cpp |
| 8 | LegalizeIntegerTypes.cpp |
| 9 | LegalizeTypes.cpp |
| 10 | LegalizeTypesGeneric.cpp |
Eli Friedman | cd2e0cd | 2009-05-24 09:13:13 +0000 | [diff] [blame] | 11 | LegalizeVectorOps.cpp |
Oscar Fuentes | a229b3c | 2008-09-22 01:08:49 +0000 | [diff] [blame] | 12 | LegalizeVectorTypes.cpp |
Oscar Fuentes | a229b3c | 2008-09-22 01:08:49 +0000 | [diff] [blame] | 13 | ScheduleDAGFast.cpp |
| 14 | ScheduleDAGList.cpp |
| 15 | ScheduleDAGRRList.cpp |
Ted Kremenek | 39816d9 | 2009-07-15 21:08:16 +0000 | [diff] [blame] | 16 | ScheduleDAGSDNodes.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) |