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 | 030019f | 2009-06-03 15:29:09 +0000 | [diff] [blame] | 24 | MachOCodeEmitter.cpp |
Oscar Fuentes | 3d01fc7 | 2008-09-22 01:08:49 +0000 | [diff] [blame] | 25 | MachOWriter.cpp |
| 26 | MachineBasicBlock.cpp |
| 27 | MachineDominators.cpp |
| 28 | MachineFunction.cpp |
Ted Kremenek | f83146f | 2009-07-31 18:50:22 +0000 | [diff] [blame] | 29 | MachineFunctionAnalysis.cpp |
| 30 | MachineFunctionPass.cpp |
Oscar Fuentes | 3d01fc7 | 2008-09-22 01:08:49 +0000 | [diff] [blame] | 31 | MachineInstr.cpp |
| 32 | MachineLICM.cpp |
| 33 | MachineLoopInfo.cpp |
| 34 | MachineModuleInfo.cpp |
Xerxes Ranby | 3314091 | 2009-09-16 10:18:36 +0000 | [diff] [blame] | 35 | MachineModuleInfoImpls.cpp |
Oscar Fuentes | 3d01fc7 | 2008-09-22 01:08:49 +0000 | [diff] [blame] | 36 | MachinePassRegistry.cpp |
| 37 | MachineRegisterInfo.cpp |
| 38 | MachineSink.cpp |
Douglas Gregor | e731fa2 | 2009-12-02 22:19:31 +0000 | [diff] [blame] | 39 | MachineSSAUpdater.cpp |
Jakob Stoklund Olesen | 48872e0 | 2009-05-16 00:33:53 +0000 | [diff] [blame] | 40 | MachineVerifier.cpp |
Jim Grosbach | b51d3f9 | 2009-12-02 19:31:07 +0000 | [diff] [blame] | 41 | MaxStackAlignment.cpp |
Duncan Sands | 08b7daf | 2009-07-06 14:28:32 +0000 | [diff] [blame] | 42 | ObjectCodeEmitter.cpp |
Oscar Fuentes | 3d01fc7 | 2008-09-22 01:08:49 +0000 | [diff] [blame] | 43 | OcamlGC.cpp |
| 44 | PHIElimination.cpp |
| 45 | Passes.cpp |
| 46 | PostRASchedulerList.cpp |
Oscar Fuentes | 7334b15 | 2008-10-21 02:37:50 +0000 | [diff] [blame] | 47 | PreAllocSplitting.cpp |
Douglas Gregor | dece1e2 | 2009-11-04 01:32:06 +0000 | [diff] [blame] | 48 | ProcessImplicitDefs.cpp |
Oscar Fuentes | 3d01fc7 | 2008-09-22 01:08:49 +0000 | [diff] [blame] | 49 | PrologEpilogInserter.cpp |
| 50 | PseudoSourceValue.cpp |
Oscar Fuentes | 3d01fc7 | 2008-09-22 01:08:49 +0000 | [diff] [blame] | 51 | RegAllocLinearScan.cpp |
| 52 | RegAllocLocal.cpp |
Oscar Fuentes | 8053304 | 2008-10-04 21:18:50 +0000 | [diff] [blame] | 53 | RegAllocPBQP.cpp |
Oscar Fuentes | 3d01fc7 | 2008-09-22 01:08:49 +0000 | [diff] [blame] | 54 | RegisterCoalescer.cpp |
| 55 | RegisterScavenging.cpp |
Dan Gohman | 343f0c0 | 2008-11-19 23:18:57 +0000 | [diff] [blame] | 56 | ScheduleDAG.cpp |
| 57 | ScheduleDAGEmit.cpp |
| 58 | ScheduleDAGInstrs.cpp |
| 59 | ScheduleDAGPrinter.cpp |
Oscar Fuentes | 3d01fc7 | 2008-09-22 01:08:49 +0000 | [diff] [blame] | 60 | ShadowStackGC.cpp |
Chris Lattner | 9422e01 | 2009-05-13 06:27:38 +0000 | [diff] [blame] | 61 | ShrinkWrapping.cpp |
Oscar Fuentes | 3d01fc7 | 2008-09-22 01:08:49 +0000 | [diff] [blame] | 62 | SimpleRegisterCoalescing.cpp |
Benjamin Kramer | ae68a19 | 2009-08-17 18:47:11 +0000 | [diff] [blame] | 63 | SjLjEHPrepare.cpp |
Douglas Gregor | dece1e2 | 2009-11-04 01:32:06 +0000 | [diff] [blame] | 64 | SlotIndexes.cpp |
Mike Stump | 1d4c738 | 2009-05-19 00:18:14 +0000 | [diff] [blame] | 65 | Spiller.cpp |
Oscar Fuentes | 5c42fd8 | 2008-11-04 03:24:04 +0000 | [diff] [blame] | 66 | StackProtector.cpp |
Oscar Fuentes | 3d01fc7 | 2008-09-22 01:08:49 +0000 | [diff] [blame] | 67 | StackSlotColoring.cpp |
| 68 | StrongPHIElimination.cpp |
Bob Wilson | 15acadd | 2009-11-26 00:32:21 +0000 | [diff] [blame] | 69 | TailDuplication.cpp |
Oscar Fuentes | 3d01fc7 | 2008-09-22 01:08:49 +0000 | [diff] [blame] | 70 | TargetInstrInfoImpl.cpp |
| 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) |