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 |
Ted Kremenek | 9b65157 | 2009-11-23 17:26:04 +0000 | [diff] [blame] | 5 | FunctionLoweringInfo.cpp |
Dan Gohman | b812077 | 2009-10-10 01:32:21 +0000 | [diff] [blame] | 6 | InstrEmitter.cpp |
Oscar Fuentes | a229b3c | 2008-09-22 01:08:49 +0000 | [diff] [blame] | 7 | LegalizeDAG.cpp |
| 8 | LegalizeFloatTypes.cpp |
| 9 | LegalizeIntegerTypes.cpp |
| 10 | LegalizeTypes.cpp |
| 11 | LegalizeTypesGeneric.cpp |
Eli Friedman | cd2e0cd | 2009-05-24 09:13:13 +0000 | [diff] [blame] | 12 | LegalizeVectorOps.cpp |
Oscar Fuentes | a229b3c | 2008-09-22 01:08:49 +0000 | [diff] [blame] | 13 | LegalizeVectorTypes.cpp |
Oscar Fuentes | a229b3c | 2008-09-22 01:08:49 +0000 | [diff] [blame] | 14 | ScheduleDAGFast.cpp |
| 15 | ScheduleDAGList.cpp |
| 16 | ScheduleDAGRRList.cpp |
Ted Kremenek | 39816d9 | 2009-07-15 21:08:16 +0000 | [diff] [blame] | 17 | ScheduleDAGSDNodes.cpp |
Oscar Fuentes | a229b3c | 2008-09-22 01:08:49 +0000 | [diff] [blame] | 18 | SelectionDAG.cpp |
Dan Gohman | 1a6c47f | 2009-11-23 18:04:58 +0000 | [diff] [blame^] | 19 | SelectionDAGBuilder.cpp |
Oscar Fuentes | a229b3c | 2008-09-22 01:08:49 +0000 | [diff] [blame] | 20 | SelectionDAGISel.cpp |
| 21 | SelectionDAGPrinter.cpp |
| 22 | TargetLowering.cpp |
| 23 | ) |
Douglas Gregor | 6141511 | 2009-07-02 18:53:52 +0000 | [diff] [blame] | 24 | |
| 25 | target_link_libraries (LLVMSelectionDAG LLVMAnalysis LLVMAsmPrinter LLVMCodeGen) |