Oscar Fuentes | 3d01fc7 | 2008-09-22 01:08:49 +0000 | [diff] [blame] | 1 | add_llvm_library(LLVMCodeGen |
| 2 | BranchFolding.cpp |
Evan Cheng | bbf1db7 | 2009-05-07 05:42:24 +0000 | [diff] [blame] | 3 | CodePlacementOpt.cpp |
Oscar Fuentes | 3d01fc7 | 2008-09-22 01:08:49 +0000 | [diff] [blame] | 4 | DeadMachineInstructionElim.cpp |
Duncan Sands | b0f1e17 | 2009-05-22 20:36:31 +0000 | [diff] [blame] | 5 | DwarfEHPrepare.cpp |
Bruno Cardoso Lopes | 4cb3143 | 2009-06-03 17:47:27 +0000 | [diff] [blame] | 6 | ELFCodeEmitter.cpp |
Oscar Fuentes | 3d01fc7 | 2008-09-22 01:08:49 +0000 | [diff] [blame] | 7 | ELFWriter.cpp |
David Goodwin | d94a4e5 | 2009-08-10 15:55:25 +0000 | [diff] [blame] | 8 | ExactHazardRecognizer.cpp |
Oscar Fuentes | 3d01fc7 | 2008-09-22 01:08:49 +0000 | [diff] [blame] | 9 | GCMetadata.cpp |
| 10 | GCMetadataPrinter.cpp |
| 11 | GCStrategy.cpp |
| 12 | IfConversion.cpp |
| 13 | IntrinsicLowering.cpp |
| 14 | LLVMTargetMachine.cpp |
Dan Gohman | 343f0c0 | 2008-11-19 23:18:57 +0000 | [diff] [blame] | 15 | LatencyPriorityQueue.cpp |
Oscar Fuentes | 89456ce | 2009-06-10 22:53:59 +0000 | [diff] [blame] | 16 | LazyLiveness.cpp |
Oscar Fuentes | 3d01fc7 | 2008-09-22 01:08:49 +0000 | [diff] [blame] | 17 | LiveInterval.cpp |
| 18 | LiveIntervalAnalysis.cpp |
| 19 | LiveStackAnalysis.cpp |
| 20 | LiveVariables.cpp |
Oscar Fuentes | 3d01fc7 | 2008-09-22 01:08:49 +0000 | [diff] [blame] | 21 | LowerSubregs.cpp |
Oscar Fuentes | 030019f | 2009-06-03 15:29:09 +0000 | [diff] [blame] | 22 | MachOCodeEmitter.cpp |
Oscar Fuentes | 3d01fc7 | 2008-09-22 01:08:49 +0000 | [diff] [blame] | 23 | MachOWriter.cpp |
| 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 |
| 36 | MachineSink.cpp |
Jakob Stoklund Olesen | 48872e0 | 2009-05-16 00:33:53 +0000 | [diff] [blame] | 37 | MachineVerifier.cpp |
Duncan Sands | 08b7daf | 2009-07-06 14:28:32 +0000 | [diff] [blame] | 38 | ObjectCodeEmitter.cpp |
Oscar Fuentes | 3d01fc7 | 2008-09-22 01:08:49 +0000 | [diff] [blame] | 39 | OcamlGC.cpp |
| 40 | PHIElimination.cpp |
| 41 | Passes.cpp |
| 42 | PostRASchedulerList.cpp |
Oscar Fuentes | 7334b15 | 2008-10-21 02:37:50 +0000 | [diff] [blame] | 43 | PreAllocSplitting.cpp |
Oscar Fuentes | 3d01fc7 | 2008-09-22 01:08:49 +0000 | [diff] [blame] | 44 | PrologEpilogInserter.cpp |
| 45 | PseudoSourceValue.cpp |
Oscar Fuentes | 3d01fc7 | 2008-09-22 01:08:49 +0000 | [diff] [blame] | 46 | RegAllocLinearScan.cpp |
| 47 | RegAllocLocal.cpp |
Oscar Fuentes | 8053304 | 2008-10-04 21:18:50 +0000 | [diff] [blame] | 48 | RegAllocPBQP.cpp |
Oscar Fuentes | 3d01fc7 | 2008-09-22 01:08:49 +0000 | [diff] [blame] | 49 | RegAllocSimple.cpp |
| 50 | RegisterCoalescer.cpp |
| 51 | RegisterScavenging.cpp |
Dan Gohman | 343f0c0 | 2008-11-19 23:18:57 +0000 | [diff] [blame] | 52 | ScheduleDAG.cpp |
| 53 | ScheduleDAGEmit.cpp |
| 54 | ScheduleDAGInstrs.cpp |
| 55 | ScheduleDAGPrinter.cpp |
Oscar Fuentes | 3d01fc7 | 2008-09-22 01:08:49 +0000 | [diff] [blame] | 56 | ShadowStackGC.cpp |
Chris Lattner | 9422e01 | 2009-05-13 06:27:38 +0000 | [diff] [blame] | 57 | ShrinkWrapping.cpp |
Oscar Fuentes | 3d01fc7 | 2008-09-22 01:08:49 +0000 | [diff] [blame] | 58 | SimpleRegisterCoalescing.cpp |
Benjamin Kramer | ae68a19 | 2009-08-17 18:47:11 +0000 | [diff] [blame] | 59 | SjLjEHPrepare.cpp |
Mike Stump | 1d4c738 | 2009-05-19 00:18:14 +0000 | [diff] [blame] | 60 | Spiller.cpp |
Oscar Fuentes | 5c42fd8 | 2008-11-04 03:24:04 +0000 | [diff] [blame] | 61 | StackProtector.cpp |
Oscar Fuentes | 3d01fc7 | 2008-09-22 01:08:49 +0000 | [diff] [blame] | 62 | StackSlotColoring.cpp |
| 63 | StrongPHIElimination.cpp |
| 64 | TargetInstrInfoImpl.cpp |
| 65 | TwoAddressInstructionPass.cpp |
| 66 | UnreachableBlockElim.cpp |
| 67 | VirtRegMap.cpp |
Oscar Fuentes | 5dcf50b | 2009-05-06 14:56:40 +0000 | [diff] [blame] | 68 | VirtRegRewriter.cpp |
Oscar Fuentes | 3d01fc7 | 2008-09-22 01:08:49 +0000 | [diff] [blame] | 69 | ) |
Douglas Gregor | 8947881 | 2009-06-26 15:37:00 +0000 | [diff] [blame] | 70 | |
Douglas Gregor | 033080c | 2009-07-02 18:53:52 +0000 | [diff] [blame] | 71 | target_link_libraries (LLVMCodeGen LLVMCore LLVMScalarOpts) |