Oscar Fuentes | 00905d5 | 2008-09-22 01:08:49 +0000 | [diff] [blame] | 1 | add_llvm_library(LLVMCodeGen |
David Goodwin | a8b8596 | 2009-10-26 19:32:42 +0000 | [diff] [blame] | 2 | AggressiveAntiDepBreaker.cpp |
Oscar Fuentes | 00905d5 | 2008-09-22 01:08:49 +0000 | [diff] [blame] | 3 | BranchFolding.cpp |
Lang Hames | 76d8399 | 2009-12-14 07:43:25 +0000 | [diff] [blame] | 4 | CalcSpillWeights.cpp |
Evan Cheng | 02482c8 | 2009-05-07 05:42:24 +0000 | [diff] [blame] | 5 | CodePlacementOpt.cpp |
David Goodwin | ad5789c | 2009-10-26 16:59:04 +0000 | [diff] [blame] | 6 | CriticalAntiDepBreaker.cpp |
Oscar Fuentes | 00905d5 | 2008-09-22 01:08:49 +0000 | [diff] [blame] | 7 | DeadMachineInstructionElim.cpp |
Duncan Sands | f325c48 | 2009-05-22 20:36:31 +0000 | [diff] [blame] | 8 | DwarfEHPrepare.cpp |
Bruno Cardoso Lopes | 14582c8 | 2009-06-03 17:47:27 +0000 | [diff] [blame] | 9 | ELFCodeEmitter.cpp |
Oscar Fuentes | 00905d5 | 2008-09-22 01:08:49 +0000 | [diff] [blame] | 10 | ELFWriter.cpp |
David Goodwin | 5ab4fd4 | 2009-08-10 15:55:25 +0000 | [diff] [blame] | 11 | ExactHazardRecognizer.cpp |
Oscar Fuentes | 00905d5 | 2008-09-22 01:08:49 +0000 | [diff] [blame] | 12 | GCMetadata.cpp |
13 | GCMetadataPrinter.cpp | ||||
14 | GCStrategy.cpp | ||||
15 | IfConversion.cpp | ||||
16 | IntrinsicLowering.cpp | ||||
17 | LLVMTargetMachine.cpp | ||||
Dan Gohman | d27a0e0 | 2008-11-19 23:18:57 +0000 | [diff] [blame] | 18 | LatencyPriorityQueue.cpp |
Oscar Fuentes | 00905d5 | 2008-09-22 01:08:49 +0000 | [diff] [blame] | 19 | LiveInterval.cpp |
20 | LiveIntervalAnalysis.cpp | ||||
21 | LiveStackAnalysis.cpp | ||||
22 | LiveVariables.cpp | ||||
Oscar Fuentes | 00905d5 | 2008-09-22 01:08:49 +0000 | [diff] [blame] | 23 | LowerSubregs.cpp |
Oscar Fuentes | 00905d5 | 2008-09-22 01:08:49 +0000 | [diff] [blame] | 24 | MachineBasicBlock.cpp |
25 | MachineDominators.cpp | ||||
26 | MachineFunction.cpp | ||||
Ted Kremenek | 27abe04 | 2009-07-31 18:50:22 +0000 | [diff] [blame] | 27 | MachineFunctionAnalysis.cpp |
28 | MachineFunctionPass.cpp | ||||
Oscar Fuentes | 00905d5 | 2008-09-22 01:08:49 +0000 | [diff] [blame] | 29 | MachineInstr.cpp |
30 | MachineLICM.cpp | ||||
31 | MachineLoopInfo.cpp | ||||
32 | MachineModuleInfo.cpp | ||||
Xerxes Ranby | 9f16e40 | 2009-09-16 10:18:36 +0000 | [diff] [blame] | 33 | MachineModuleInfoImpls.cpp |
Oscar Fuentes | 00905d5 | 2008-09-22 01:08:49 +0000 | [diff] [blame] | 34 | MachinePassRegistry.cpp |
35 | MachineRegisterInfo.cpp | ||||
Douglas Gregor | 33221d9 | 2009-12-02 22:19:31 +0000 | [diff] [blame] | 36 | MachineSSAUpdater.cpp |
Ted Kremenek | 07ad56a | 2010-01-13 01:02:47 +0000 | [diff] [blame] | 37 | MachineSink.cpp |
Jakob Stoklund Olesen | ac32dd9 | 2009-05-16 00:33:53 +0000 | [diff] [blame] | 38 | MachineVerifier.cpp |
Duncan Sands | 8895e1d | 2009-07-06 14:28:32 +0000 | [diff] [blame] | 39 | ObjectCodeEmitter.cpp |
Oscar Fuentes | 00905d5 | 2008-09-22 01:08:49 +0000 | [diff] [blame] | 40 | OcamlGC.cpp |
Ted Kremenek | 07ad56a | 2010-01-13 01:02:47 +0000 | [diff] [blame] | 41 | OptimizeExts.cpp |
Bob Wilson | 90b0d5c | 2010-02-12 01:30:21 +0000 | [diff] [blame] | 42 | OptimizePHIs.cpp |
Oscar Fuentes | 00905d5 | 2008-09-22 01:08:49 +0000 | [diff] [blame] | 43 | PHIElimination.cpp |
44 | Passes.cpp | ||||
45 | PostRASchedulerList.cpp | ||||
Oscar Fuentes | 67825b0 | 2008-10-21 02:37:50 +0000 | [diff] [blame] | 46 | PreAllocSplitting.cpp |
Douglas Gregor | c527ba8 | 2009-11-04 01:32:06 +0000 | [diff] [blame] | 47 | ProcessImplicitDefs.cpp |
Oscar Fuentes | 00905d5 | 2008-09-22 01:08:49 +0000 | [diff] [blame] | 48 | PrologEpilogInserter.cpp |
49 | PseudoSourceValue.cpp | ||||
Oscar Fuentes | 00905d5 | 2008-09-22 01:08:49 +0000 | [diff] [blame] | 50 | RegAllocLinearScan.cpp |
51 | RegAllocLocal.cpp | ||||
Oscar Fuentes | 105f8d6 | 2008-10-04 21:18:50 +0000 | [diff] [blame] | 52 | RegAllocPBQP.cpp |
Oscar Fuentes | 00905d5 | 2008-09-22 01:08:49 +0000 | [diff] [blame] | 53 | RegisterCoalescer.cpp |
54 | RegisterScavenging.cpp | ||||
Dan Gohman | d27a0e0 | 2008-11-19 23:18:57 +0000 | [diff] [blame] | 55 | ScheduleDAG.cpp |
56 | ScheduleDAGEmit.cpp | ||||
57 | ScheduleDAGInstrs.cpp | ||||
58 | ScheduleDAGPrinter.cpp | ||||
Oscar Fuentes | 00905d5 | 2008-09-22 01:08:49 +0000 | [diff] [blame] | 59 | ShadowStackGC.cpp |
Chris Lattner | a28251d | 2009-05-13 06:27:38 +0000 | [diff] [blame] | 60 | ShrinkWrapping.cpp |
Oscar Fuentes | 00905d5 | 2008-09-22 01:08:49 +0000 | [diff] [blame] | 61 | SimpleRegisterCoalescing.cpp |
Benjamin Kramer | 4c4411c | 2009-08-17 18:47:11 +0000 | [diff] [blame] | 62 | SjLjEHPrepare.cpp |
Douglas Gregor | c527ba8 | 2009-11-04 01:32:06 +0000 | [diff] [blame] | 63 | SlotIndexes.cpp |
Mike Stump | 128f894 | 2009-05-19 00:18:14 +0000 | [diff] [blame] | 64 | Spiller.cpp |
Oscar Fuentes | a1bd780 | 2008-11-04 03:24:04 +0000 | [diff] [blame] | 65 | StackProtector.cpp |
Oscar Fuentes | 00905d5 | 2008-09-22 01:08:49 +0000 | [diff] [blame] | 66 | StackSlotColoring.cpp |
67 | StrongPHIElimination.cpp | ||||
Bob Wilson | 810ced7 | 2009-11-26 00:32:21 +0000 | [diff] [blame] | 68 | TailDuplication.cpp |
Oscar Fuentes | 00905d5 | 2008-09-22 01:08:49 +0000 | [diff] [blame] | 69 | TargetInstrInfoImpl.cpp |
Anton Korobeynikov | 0dd39a8 | 2010-02-15 22:55:13 +0000 | [diff] [blame] | 70 | TargetLoweringObjectFileImpl.cpp |
Oscar Fuentes | 00905d5 | 2008-09-22 01:08:49 +0000 | [diff] [blame] | 71 | TwoAddressInstructionPass.cpp |
72 | UnreachableBlockElim.cpp | ||||
73 | VirtRegMap.cpp | ||||
Oscar Fuentes | 053276c | 2009-05-06 14:56:40 +0000 | [diff] [blame] | 74 | VirtRegRewriter.cpp |
Oscar Fuentes | 00905d5 | 2008-09-22 01:08:49 +0000 | [diff] [blame] | 75 | ) |
Douglas Gregor | deb5ade | 2009-06-26 15:37:00 +0000 | [diff] [blame] | 76 | |
Douglas Gregor | d097aa0 | 2009-07-02 18:53:52 +0000 | [diff] [blame] | 77 | target_link_libraries (LLVMCodeGen LLVMCore LLVMScalarOpts) |