Oscar Fuentes | a229b3c | 2008-09-22 01:08:49 +0000 | [diff] [blame] | 1 | add_llvm_library(LLVMSelectionDAG |
Oscar Fuentes | a229b3c | 2008-09-22 01:08:49 +0000 | [diff] [blame] | 2 | DAGCombiner.cpp |
3 | FastISel.cpp | ||||
Ted Kremenek | 9b65157 | 2009-11-23 17:26:04 +0000 | [diff] [blame] | 4 | FunctionLoweringInfo.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 |
Andrew Trick | d06df96 | 2012-02-01 22:13:57 +0000 | [diff] [blame^] | 13 | ResourcePriorityQueue.cpp |
Oscar Fuentes | a229b3c | 2008-09-22 01:08:49 +0000 | [diff] [blame] | 14 | ScheduleDAGFast.cpp |
Andrew Trick | d06df96 | 2012-02-01 22:13:57 +0000 | [diff] [blame^] | 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 |
Dan Gohman | 1a6c47f | 2009-11-23 18:04:58 +0000 | [diff] [blame] | 18 | SelectionDAGBuilder.cpp |
Oscar Fuentes | a229b3c | 2008-09-22 01:08:49 +0000 | [diff] [blame] | 19 | SelectionDAGISel.cpp |
20 | SelectionDAGPrinter.cpp | ||||
Andrew Trick | d06df96 | 2012-02-01 22:13:57 +0000 | [diff] [blame^] | 21 | SelectionDAGVLIW.cpp |
Oscar Fuentes | a229b3c | 2008-09-22 01:08:49 +0000 | [diff] [blame] | 22 | TargetLowering.cpp |
Dan Gohman | c4759a5 | 2010-04-16 21:12:11 +0000 | [diff] [blame] | 23 | TargetSelectionDAGInfo.cpp |
Oscar Fuentes | a229b3c | 2008-09-22 01:08:49 +0000 | [diff] [blame] | 24 | ) |