Oscar Fuentes | 3d01fc7 | 2008-09-22 01:08:49 +0000 | [diff] [blame] | 1 | add_llvm_library(LLVMCodeGen |
David Goodwin | 3487771 | 2009-10-26 19:32:42 +0000 | [diff] [blame] | 2 | AggressiveAntiDepBreaker.cpp |
Oscar Fuentes | 3d01fc7 | 2008-09-22 01:08:49 +0000 | [diff] [blame] | 3 | BranchFolding.cpp |
Lang Hames | 94a4a5e | 2009-12-14 07:43:25 +0000 | [diff] [blame] | 4 | CalcSpillWeights.cpp |
Evan Cheng | bbf1db7 | 2009-05-07 05:42:24 +0000 | [diff] [blame] | 5 | CodePlacementOpt.cpp |
David Goodwin | 2e7be61 | 2009-10-26 16:59:04 +0000 | [diff] [blame] | 6 | CriticalAntiDepBreaker.cpp |
Oscar Fuentes | 3d01fc7 | 2008-09-22 01:08:49 +0000 | [diff] [blame] | 7 | DeadMachineInstructionElim.cpp |
Duncan Sands | b0f1e17 | 2009-05-22 20:36:31 +0000 | [diff] [blame] | 8 | DwarfEHPrepare.cpp |
Bruno Cardoso Lopes | 4cb3143 | 2009-06-03 17:47:27 +0000 | [diff] [blame] | 9 | ELFCodeEmitter.cpp |
Oscar Fuentes | 3d01fc7 | 2008-09-22 01:08:49 +0000 | [diff] [blame] | 10 | ELFWriter.cpp |
David Goodwin | d94a4e5 | 2009-08-10 15:55:25 +0000 | [diff] [blame] | 11 | ExactHazardRecognizer.cpp |
Oscar Fuentes | 3d01fc7 | 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 | 343f0c0 | 2008-11-19 23:18:57 +0000 | [diff] [blame] | 18 | LatencyPriorityQueue.cpp |
Oscar Fuentes | 3d01fc7 | 2008-09-22 01:08:49 +0000 | [diff] [blame] | 19 | LiveInterval.cpp |
20 | LiveIntervalAnalysis.cpp | ||||
21 | LiveStackAnalysis.cpp | ||||
22 | LiveVariables.cpp | ||||
Oscar Fuentes | 3d01fc7 | 2008-09-22 01:08:49 +0000 | [diff] [blame] | 23 | LowerSubregs.cpp |
Oscar Fuentes | 3d01fc7 | 2008-09-22 01:08:49 +0000 | [diff] [blame] | 24 | MachineBasicBlock.cpp |
25 | MachineDominators.cpp | ||||
26 | MachineFunction.cpp | ||||
Ted Kremenek | f83146f | 2009-07-31 18:50:22 +0000 | [diff] [blame] | 27 | MachineFunctionAnalysis.cpp |
28 | MachineFunctionPass.cpp | ||||
Oscar Fuentes | 3d01fc7 | 2008-09-22 01:08:49 +0000 | [diff] [blame] | 29 | MachineInstr.cpp |
30 | MachineLICM.cpp | ||||
31 | MachineLoopInfo.cpp | ||||
32 | MachineModuleInfo.cpp | ||||
Xerxes Ranby | 3314091 | 2009-09-16 10:18:36 +0000 | [diff] [blame] | 33 | MachineModuleInfoImpls.cpp |
Oscar Fuentes | 3d01fc7 | 2008-09-22 01:08:49 +0000 | [diff] [blame] | 34 | MachinePassRegistry.cpp |
35 | MachineRegisterInfo.cpp | ||||
Douglas Gregor | e731fa2 | 2009-12-02 22:19:31 +0000 | [diff] [blame] | 36 | MachineSSAUpdater.cpp |
Ted Kremenek | ce3ad15 | 2010-01-13 01:02:47 +0000 | [diff] [blame] | 37 | MachineSink.cpp |
Jakob Stoklund Olesen | 48872e0 | 2009-05-16 00:33:53 +0000 | [diff] [blame] | 38 | MachineVerifier.cpp |
Duncan Sands | 08b7daf | 2009-07-06 14:28:32 +0000 | [diff] [blame] | 39 | ObjectCodeEmitter.cpp |
Oscar Fuentes | 3d01fc7 | 2008-09-22 01:08:49 +0000 | [diff] [blame] | 40 | OcamlGC.cpp |
Ted Kremenek | ce3ad15 | 2010-01-13 01:02:47 +0000 | [diff] [blame] | 41 | OptimizeExts.cpp |
Bob Wilson | fe61fb1 | 2010-02-12 01:30:21 +0000 | [diff] [blame] | 42 | OptimizePHIs.cpp |
Oscar Fuentes | 3d01fc7 | 2008-09-22 01:08:49 +0000 | [diff] [blame] | 43 | PHIElimination.cpp |
44 | Passes.cpp | ||||
45 | PostRASchedulerList.cpp | ||||
Oscar Fuentes | 7334b15 | 2008-10-21 02:37:50 +0000 | [diff] [blame] | 46 | PreAllocSplitting.cpp |
Douglas Gregor | dece1e2 | 2009-11-04 01:32:06 +0000 | [diff] [blame] | 47 | ProcessImplicitDefs.cpp |
Oscar Fuentes | 3d01fc7 | 2008-09-22 01:08:49 +0000 | [diff] [blame] | 48 | PrologEpilogInserter.cpp |
49 | PseudoSourceValue.cpp | ||||
Oscar Fuentes | 3d01fc7 | 2008-09-22 01:08:49 +0000 | [diff] [blame] | 50 | RegAllocLinearScan.cpp |
51 | RegAllocLocal.cpp | ||||
Oscar Fuentes | 8053304 | 2008-10-04 21:18:50 +0000 | [diff] [blame] | 52 | RegAllocPBQP.cpp |
Oscar Fuentes | 3d01fc7 | 2008-09-22 01:08:49 +0000 | [diff] [blame] | 53 | RegisterCoalescer.cpp |
54 | RegisterScavenging.cpp | ||||
Dan Gohman | 343f0c0 | 2008-11-19 23:18:57 +0000 | [diff] [blame] | 55 | ScheduleDAG.cpp |
56 | ScheduleDAGEmit.cpp | ||||
57 | ScheduleDAGInstrs.cpp | ||||
58 | ScheduleDAGPrinter.cpp | ||||
Oscar Fuentes | 3d01fc7 | 2008-09-22 01:08:49 +0000 | [diff] [blame] | 59 | ShadowStackGC.cpp |
Chris Lattner | 9422e01 | 2009-05-13 06:27:38 +0000 | [diff] [blame] | 60 | ShrinkWrapping.cpp |
Oscar Fuentes | 3d01fc7 | 2008-09-22 01:08:49 +0000 | [diff] [blame] | 61 | SimpleRegisterCoalescing.cpp |
Benjamin Kramer | ae68a19 | 2009-08-17 18:47:11 +0000 | [diff] [blame] | 62 | SjLjEHPrepare.cpp |
Douglas Gregor | dece1e2 | 2009-11-04 01:32:06 +0000 | [diff] [blame] | 63 | SlotIndexes.cpp |
Mike Stump | 1d4c738 | 2009-05-19 00:18:14 +0000 | [diff] [blame] | 64 | Spiller.cpp |
Oscar Fuentes | 5c42fd8 | 2008-11-04 03:24:04 +0000 | [diff] [blame] | 65 | StackProtector.cpp |
Oscar Fuentes | 3d01fc7 | 2008-09-22 01:08:49 +0000 | [diff] [blame] | 66 | StackSlotColoring.cpp |
67 | StrongPHIElimination.cpp | ||||
Bob Wilson | 15acadd | 2009-11-26 00:32:21 +0000 | [diff] [blame] | 68 | TailDuplication.cpp |
Oscar Fuentes | 3d01fc7 | 2008-09-22 01:08:49 +0000 | [diff] [blame] | 69 | TargetInstrInfoImpl.cpp |
Anton Korobeynikov | 04c60d9 | 2010-02-15 22:55:13 +0000 | [diff] [blame] | 70 | TargetLoweringObjectFileImpl.cpp |
Oscar Fuentes | 3d01fc7 | 2008-09-22 01:08:49 +0000 | [diff] [blame] | 71 | TwoAddressInstructionPass.cpp |
72 | UnreachableBlockElim.cpp | ||||
73 | VirtRegMap.cpp | ||||
Oscar Fuentes | 5dcf50b | 2009-05-06 14:56:40 +0000 | [diff] [blame] | 74 | VirtRegRewriter.cpp |
Oscar Fuentes | 3d01fc7 | 2008-09-22 01:08:49 +0000 | [diff] [blame] | 75 | ) |
Douglas Gregor | 8947881 | 2009-06-26 15:37:00 +0000 | [diff] [blame] | 76 | |
Douglas Gregor | 033080c | 2009-07-02 18:53:52 +0000 | [diff] [blame] | 77 | target_link_libraries (LLVMCodeGen LLVMCore LLVMScalarOpts) |