Oscar Fuentes | a229b3c | 2008-09-22 01:08:49 +0000 | [diff] [blame] | 1 | add_llvm_library(LLVMCodeGen |
David Goodwin | de11f36 | 2009-10-26 19:32:42 +0000 | [diff] [blame] | 2 | AggressiveAntiDepBreaker.cpp |
Jakob Stoklund Olesen | 0c67e01 | 2010-12-10 18:36:02 +0000 | [diff] [blame] | 3 | AllocationOrder.cpp |
Ted Kremenek | d52caa5 | 2010-06-15 04:08:14 +0000 | [diff] [blame] | 4 | Analysis.cpp |
Robin Morisset | 59c23cd | 2014-08-21 21:50:01 +0000 | [diff] [blame] | 5 | AtomicExpandPass.cpp |
Chandler Carruth | 664e354 | 2013-01-07 01:37:14 +0000 | [diff] [blame] | 6 | BasicTargetTransformInfo.cpp |
Oscar Fuentes | a229b3c | 2008-09-22 01:08:49 +0000 | [diff] [blame] | 7 | BranchFolding.cpp |
Lang Hames | c73ca2b | 2009-12-14 07:43:25 +0000 | [diff] [blame] | 8 | CalcSpillWeights.cpp |
Dan Gohman | 498e5f8 | 2010-07-07 15:15:27 +0000 | [diff] [blame] | 9 | CallingConvLower.cpp |
Owen Anderson | 80fc076 | 2010-10-07 18:41:20 +0000 | [diff] [blame] | 10 | CodeGen.cpp |
Quentin Colombet | a349084 | 2014-02-22 00:07:45 +0000 | [diff] [blame] | 11 | CodeGenPrepare.cpp |
Swaroop Sridhar | 665bc9c | 2015-05-20 01:07:23 +0000 | [diff] [blame^] | 12 | CoreCLRGC.cpp |
David Goodwin | 8370485 | 2009-10-26 16:59:04 +0000 | [diff] [blame] | 13 | CriticalAntiDepBreaker.cpp |
Dylan Noblesmith | c19f0b7 | 2011-12-01 21:49:23 +0000 | [diff] [blame] | 14 | DFAPacketizer.cpp |
Benjamin Kramer | 56b31bd | 2013-01-11 20:05:37 +0000 | [diff] [blame] | 15 | DeadMachineInstructionElim.cpp |
Duncan Sands | d6fb650 | 2009-05-22 20:36:31 +0000 | [diff] [blame] | 16 | DwarfEHPrepare.cpp |
Jakob Stoklund Olesen | f8a63a1 | 2012-07-04 00:09:54 +0000 | [diff] [blame] | 17 | EarlyIfConversion.cpp |
Jakob Stoklund Olesen | f96ae68 | 2011-01-04 21:10:05 +0000 | [diff] [blame] | 18 | EdgeBundles.cpp |
Duncan Sands | d58611a | 2013-03-25 14:12:21 +0000 | [diff] [blame] | 19 | ErlangGC.cpp |
Jakob Stoklund Olesen | 934b7d7 | 2011-09-28 00:01:54 +0000 | [diff] [blame] | 20 | ExecutionDepsFix.cpp |
Dan Gohman | c2b7861 | 2010-11-18 18:45:06 +0000 | [diff] [blame] | 21 | ExpandISelPseudos.cpp |
Jakob Stoklund Olesen | f152df1 | 2011-09-25 16:46:00 +0000 | [diff] [blame] | 22 | ExpandPostRAPseudos.cpp |
Oscar Fuentes | a229b3c | 2008-09-22 01:08:49 +0000 | [diff] [blame] | 23 | GCMetadata.cpp |
24 | GCMetadataPrinter.cpp | ||||
Philip Reames | f27f373 | 2015-01-15 19:29:42 +0000 | [diff] [blame] | 25 | GCRootLowering.cpp |
Philip Reames | 56a0393 | 2015-01-26 18:26:35 +0000 | [diff] [blame] | 26 | GCStrategy.cpp |
Jiangning Liu | 96e92c1 | 2014-06-13 22:57:59 +0000 | [diff] [blame] | 27 | GlobalMerge.cpp |
Oscar Fuentes | a229b3c | 2008-09-22 01:08:49 +0000 | [diff] [blame] | 28 | IfConversion.cpp |
Jakob Stoklund Olesen | f888911 | 2010-06-29 23:58:39 +0000 | [diff] [blame] | 29 | InlineSpiller.cpp |
Jakob Stoklund Olesen | 91cbcaf | 2011-04-02 06:03:35 +0000 | [diff] [blame] | 30 | InterferenceCache.cpp |
Oscar Fuentes | a229b3c | 2008-09-22 01:08:49 +0000 | [diff] [blame] | 31 | IntrinsicLowering.cpp |
32 | LLVMTargetMachine.cpp | ||||
Dan Gohman | 60cb69e | 2008-11-19 23:18:57 +0000 | [diff] [blame] | 33 | LatencyPriorityQueue.cpp |
Devang Patel | e1649c3 | 2011-08-10 19:04:06 +0000 | [diff] [blame] | 34 | LexicalScopes.cpp |
Jakob Stoklund Olesen | d4900a6 | 2010-11-30 02:17:10 +0000 | [diff] [blame] | 35 | LiveDebugVariables.cpp |
Oscar Fuentes | a229b3c | 2008-09-22 01:08:49 +0000 | [diff] [blame] | 36 | LiveInterval.cpp |
37 | LiveIntervalAnalysis.cpp | ||||
Andrew Trick | 1c24605 | 2010-10-22 23:09:15 +0000 | [diff] [blame] | 38 | LiveIntervalUnion.cpp |
Benjamin Kramer | 56b31bd | 2013-01-11 20:05:37 +0000 | [diff] [blame] | 39 | LiveRangeCalc.cpp |
40 | LiveRangeEdit.cpp | ||||
Jakob Stoklund Olesen | c26fbbf | 2012-06-09 02:13:10 +0000 | [diff] [blame] | 41 | LiveRegMatrix.cpp |
Juergen Ributzka | 310034e | 2013-12-14 06:52:56 +0000 | [diff] [blame] | 42 | LivePhysRegs.cpp |
Oscar Fuentes | a229b3c | 2008-09-22 01:08:49 +0000 | [diff] [blame] | 43 | LiveStackAnalysis.cpp |
44 | LiveVariables.cpp | ||||
Ted Kremenek | da2eba5 | 2010-08-14 01:55:09 +0000 | [diff] [blame] | 45 | LocalStackSlotAllocation.cpp |
Oscar Fuentes | a229b3c | 2008-09-22 01:08:49 +0000 | [diff] [blame] | 46 | MachineBasicBlock.cpp |
Jakub Staszak | 875ebd5 | 2011-07-25 19:25:40 +0000 | [diff] [blame] | 47 | MachineBlockFrequencyInfo.cpp |
Chandler Carruth | 1028142 | 2011-10-21 06:46:38 +0000 | [diff] [blame] | 48 | MachineBlockPlacement.cpp |
Jakub Staszak | 12a43bd | 2011-06-16 20:22:37 +0000 | [diff] [blame] | 49 | MachineBranchProbabilityInfo.cpp |
Benjamin Kramer | 56b31bd | 2013-01-11 20:05:37 +0000 | [diff] [blame] | 50 | MachineCSE.cpp |
Gerolf Hoflehner | 5e1207e | 2014-08-03 21:35:39 +0000 | [diff] [blame] | 51 | MachineCombiner.cpp |
Evan Cheng | 00b1a3c | 2012-01-07 03:02:36 +0000 | [diff] [blame] | 52 | MachineCopyPropagation.cpp |
Oscar Fuentes | a229b3c | 2008-09-22 01:08:49 +0000 | [diff] [blame] | 53 | MachineDominators.cpp |
Matt Arsenault | 4181ea3 | 2014-07-12 21:59:52 +0000 | [diff] [blame] | 54 | MachineDominanceFrontier.cpp |
Oscar Fuentes | a229b3c | 2008-09-22 01:08:49 +0000 | [diff] [blame] | 55 | MachineFunction.cpp |
Ted Kremenek | defdbdc | 2009-07-31 18:50:22 +0000 | [diff] [blame] | 56 | MachineFunctionAnalysis.cpp |
57 | MachineFunctionPass.cpp | ||||
David Greene | 9b063df | 2010-04-02 23:17:14 +0000 | [diff] [blame] | 58 | MachineFunctionPrinterPass.cpp |
Oscar Fuentes | a229b3c | 2008-09-22 01:08:49 +0000 | [diff] [blame] | 59 | MachineInstr.cpp |
NAKAMURA Takumi | 4c5ab7b | 2011-12-14 03:50:53 +0000 | [diff] [blame] | 60 | MachineInstrBundle.cpp |
Oscar Fuentes | a229b3c | 2008-09-22 01:08:49 +0000 | [diff] [blame] | 61 | MachineLICM.cpp |
62 | MachineLoopInfo.cpp | ||||
63 | MachineModuleInfo.cpp | ||||
Xerxes Ranby | 230c717 | 2009-09-16 10:18:36 +0000 | [diff] [blame] | 64 | MachineModuleInfoImpls.cpp |
Oscar Fuentes | a229b3c | 2008-09-22 01:08:49 +0000 | [diff] [blame] | 65 | MachinePassRegistry.cpp |
Benjamin Kramer | 56b31bd | 2013-01-11 20:05:37 +0000 | [diff] [blame] | 66 | MachinePostDominators.cpp |
Oscar Fuentes | a229b3c | 2008-09-22 01:08:49 +0000 | [diff] [blame] | 67 | MachineRegisterInfo.cpp |
Matt Arsenault | 1b8d837 | 2014-07-19 18:29:29 +0000 | [diff] [blame] | 68 | MachineRegionInfo.cpp |
Douglas Gregor | a3b825e | 2009-12-02 22:19:31 +0000 | [diff] [blame] | 69 | MachineSSAUpdater.cpp |
Andrew Trick | e77e84e | 2012-01-13 06:30:30 +0000 | [diff] [blame] | 70 | MachineScheduler.cpp |
Ted Kremenek | 451a965 | 2010-01-13 01:02:47 +0000 | [diff] [blame] | 71 | MachineSink.cpp |
Jakob Stoklund Olesen | f9029fe | 2012-07-26 18:38:11 +0000 | [diff] [blame] | 72 | MachineTraceMetrics.cpp |
Jakob Stoklund Olesen | 36c027a | 2009-05-16 00:33:53 +0000 | [diff] [blame] | 73 | MachineVerifier.cpp |
Oscar Fuentes | a229b3c | 2008-09-22 01:08:49 +0000 | [diff] [blame] | 74 | OcamlGC.cpp |
Bob Wilson | 0827e04 | 2010-02-12 01:30:21 +0000 | [diff] [blame] | 75 | OptimizePHIs.cpp |
Oscar Fuentes | a229b3c | 2008-09-22 01:08:49 +0000 | [diff] [blame] | 76 | PHIElimination.cpp |
Cameron Zwarich | da592a9e | 2010-12-05 19:51:05 +0000 | [diff] [blame] | 77 | PHIEliminationUtils.cpp |
Oscar Fuentes | a229b3c | 2008-09-22 01:08:49 +0000 | [diff] [blame] | 78 | Passes.cpp |
Bill Wendling | 8845140 | 2010-08-10 05:16:06 +0000 | [diff] [blame] | 79 | PeepholeOptimizer.cpp |
Oscar Fuentes | a229b3c | 2008-09-22 01:08:49 +0000 | [diff] [blame] | 80 | PostRASchedulerList.cpp |
Douglas Gregor | 90790c7 | 2009-11-04 01:32:06 +0000 | [diff] [blame] | 81 | ProcessImplicitDefs.cpp |
Oscar Fuentes | a229b3c | 2008-09-22 01:08:49 +0000 | [diff] [blame] | 82 | PrologEpilogInserter.cpp |
83 | PseudoSourceValue.cpp | ||||
Jakob Stoklund Olesen | a818d80 | 2012-01-11 22:28:30 +0000 | [diff] [blame] | 84 | RegAllocBase.cpp |
Andrew Trick | 1c24605 | 2010-10-22 23:09:15 +0000 | [diff] [blame] | 85 | RegAllocBasic.cpp |
Jakob Stoklund Olesen | 8a070a5 | 2010-04-21 18:02:42 +0000 | [diff] [blame] | 86 | RegAllocFast.cpp |
Jakob Stoklund Olesen | b8812a1 | 2010-12-08 03:26:16 +0000 | [diff] [blame] | 87 | RegAllocGreedy.cpp |
Oscar Fuentes | b5abd78 | 2008-10-04 21:18:50 +0000 | [diff] [blame] | 88 | RegAllocPBQP.cpp |
Jakob Stoklund Olesen | c58894b | 2011-06-02 02:19:35 +0000 | [diff] [blame] | 89 | RegisterClassInfo.cpp |
Oscar Fuentes | a229b3c | 2008-09-22 01:08:49 +0000 | [diff] [blame] | 90 | RegisterCoalescer.cpp |
Andrew Trick | 26bdff9 | 2012-04-24 18:06:49 +0000 | [diff] [blame] | 91 | RegisterPressure.cpp |
Oscar Fuentes | a229b3c | 2008-09-22 01:08:49 +0000 | [diff] [blame] | 92 | RegisterScavenging.cpp |
Dan Gohman | 60cb69e | 2008-11-19 23:18:57 +0000 | [diff] [blame] | 93 | ScheduleDAG.cpp |
Dan Gohman | 60cb69e | 2008-11-19 23:18:57 +0000 | [diff] [blame] | 94 | ScheduleDAGInstrs.cpp |
95 | ScheduleDAGPrinter.cpp | ||||
Chris Lattner | 878665b | 2011-01-09 21:31:39 +0000 | [diff] [blame] | 96 | ScoreboardHazardRecognizer.cpp |
Quentin Colombet | 61b305e | 2015-05-05 17:38:16 +0000 | [diff] [blame] | 97 | ShrinkWrap.cpp |
Oscar Fuentes | a229b3c | 2008-09-22 01:08:49 +0000 | [diff] [blame] | 98 | ShadowStackGC.cpp |
Philip Reames | 23cf2e2 | 2015-01-28 19:28:03 +0000 | [diff] [blame] | 99 | ShadowStackGCLowering.cpp |
Benjamin Kramer | 436bd9f | 2009-08-17 18:47:11 +0000 | [diff] [blame] | 100 | SjLjEHPrepare.cpp |
Douglas Gregor | 90790c7 | 2009-11-04 01:32:06 +0000 | [diff] [blame] | 101 | SlotIndexes.cpp |
Jakob Stoklund Olesen | 8e236ea | 2011-01-06 01:21:53 +0000 | [diff] [blame] | 102 | SpillPlacement.cpp |
Jakob Stoklund Olesen | 36d12c6 | 2010-07-20 15:41:07 +0000 | [diff] [blame] | 103 | SplitKit.cpp |
Benjamin Kramer | 56b31bd | 2013-01-11 20:05:37 +0000 | [diff] [blame] | 104 | StackColoring.cpp |
Oscar Fuentes | 8881a91 | 2008-11-04 03:24:04 +0000 | [diff] [blame] | 105 | StackProtector.cpp |
Oscar Fuentes | a229b3c | 2008-09-22 01:08:49 +0000 | [diff] [blame] | 106 | StackSlotColoring.cpp |
Juergen Ributzka | e829475 | 2013-12-14 06:53:06 +0000 | [diff] [blame] | 107 | StackMapLivenessAnalysis.cpp |
Andrew Trick | 153ebe6 | 2013-10-31 22:11:56 +0000 | [diff] [blame] | 108 | StackMaps.cpp |
Philip Reames | 4ac17a3 | 2015-01-07 19:07:50 +0000 | [diff] [blame] | 109 | StatepointExampleGC.cpp |
Bob Wilson | 2d4ff12 | 2009-11-26 00:32:21 +0000 | [diff] [blame] | 110 | TailDuplication.cpp |
Nick Lewycky | c9e935c | 2011-12-15 22:58:58 +0000 | [diff] [blame] | 111 | TargetFrameLoweringImpl.cpp |
Jakob Stoklund Olesen | fcf14e8 | 2012-11-28 02:35:09 +0000 | [diff] [blame] | 112 | TargetInstrInfo.cpp |
Benjamin Kramer | 56b31bd | 2013-01-11 20:05:37 +0000 | [diff] [blame] | 113 | TargetLoweringBase.cpp |
Anton Korobeynikov | 1be2063a | 2010-02-15 22:55:13 +0000 | [diff] [blame] | 114 | TargetLoweringObjectFileImpl.cpp |
Nick Lewycky | c9e935c | 2011-12-15 22:58:58 +0000 | [diff] [blame] | 115 | TargetOptionsImpl.cpp |
Jakob Stoklund Olesen | fcf14e8 | 2012-11-28 02:35:09 +0000 | [diff] [blame] | 116 | TargetRegisterInfo.cpp |
Andrew Trick | d2a19da | 2012-09-14 20:26:46 +0000 | [diff] [blame] | 117 | TargetSchedule.cpp |
Oscar Fuentes | a229b3c | 2008-09-22 01:08:49 +0000 | [diff] [blame] | 118 | TwoAddressInstructionPass.cpp |
119 | UnreachableBlockElim.cpp | ||||
120 | VirtRegMap.cpp | ||||
Reid Kleckner | 1185fce | 2015-01-29 00:41:44 +0000 | [diff] [blame] | 121 | WinEHPrepare.cpp |
Zachary Turner | 3bd47ce | 2015-02-11 03:28:02 +0000 | [diff] [blame] | 122 | |
123 | ADDITIONAL_HEADER_DIRS | ||||
124 | ${LLVM_MAIN_INCLUDE_DIR}/llvm/CodeGen | ||||
125 | ${LLVM_MAIN_INCLUDE_DIR}/llvm/CodeGen/PBQP | ||||
Oscar Fuentes | a229b3c | 2008-09-22 01:08:49 +0000 | [diff] [blame] | 126 | ) |
Oscar Fuentes | 5ed9626 | 2011-02-18 22:06:14 +0000 | [diff] [blame] | 127 | |
NAKAMURA Takumi | 704de07 | 2012-06-24 13:32:01 +0000 | [diff] [blame] | 128 | add_dependencies(LLVMCodeGen intrinsics_gen) |
129 | |||||
Oscar Fuentes | 5ed9626 | 2011-02-18 22:06:14 +0000 | [diff] [blame] | 130 | add_subdirectory(SelectionDAG) |
131 | add_subdirectory(AsmPrinter) |