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