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