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 |
Benjamin Kramer | f9172fd4 | 2016-01-27 16:32:26 +0000 | [diff] [blame] | 17 | ScheduleDAGVLIW.cpp |
Dan Gohman | 1a6c47f | 2009-11-23 18:04:58 +0000 | [diff] [blame] | 18 | SelectionDAGBuilder.cpp |
Benjamin Kramer | f9172fd4 | 2016-01-27 16:32:26 +0000 | [diff] [blame] | 19 | SelectionDAG.cpp |
Nirav Dave | c1b6aa7 | 2017-06-21 15:40:43 +0000 | [diff] [blame] | 20 | SelectionDAGAddressAnalysis.cpp |
Bill Wendling | 508a3e5 | 2012-03-13 05:47:27 +0000 | [diff] [blame] | 21 | SelectionDAGDumper.cpp |
Oscar Fuentes | a229b3c | 2008-09-22 01:08:49 +0000 | [diff] [blame] | 22 | SelectionDAGISel.cpp |
23 | SelectionDAGPrinter.cpp | ||||
Benjamin Kramer | f9172fd4 | 2016-01-27 16:32:26 +0000 | [diff] [blame] | 24 | SelectionDAGTargetInfo.cpp |
Philip Reames | 1a1bdb2 | 2014-12-02 18:50:36 +0000 | [diff] [blame] | 25 | StatepointLowering.cpp |
Oscar Fuentes | a229b3c | 2008-09-22 01:08:49 +0000 | [diff] [blame] | 26 | TargetLowering.cpp |
Michael Liao | 7035657 | 2017-10-02 21:54:38 +0000 | [diff] [blame] | 27 | |
Chris Bieneman | 05c279fc | 2016-11-17 04:36:50 +0000 | [diff] [blame] | 28 | DEPENDS |
29 | intrinsics_gen | ||||
Oscar Fuentes | a229b3c | 2008-09-22 01:08:49 +0000 | [diff] [blame] | 30 | ) |