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 |
| 8 | GCMetadata.cpp |
| 9 | GCMetadataPrinter.cpp |
| 10 | GCStrategy.cpp |
| 11 | IfConversion.cpp |
| 12 | IntrinsicLowering.cpp |
| 13 | LLVMTargetMachine.cpp |
Dan Gohman | 343f0c0 | 2008-11-19 23:18:57 +0000 | [diff] [blame] | 14 | LatencyPriorityQueue.cpp |
Oscar Fuentes | 89456ce | 2009-06-10 22:53:59 +0000 | [diff] [blame] | 15 | LazyLiveness.cpp |
Oscar Fuentes | 3d01fc7 | 2008-09-22 01:08:49 +0000 | [diff] [blame] | 16 | LiveInterval.cpp |
| 17 | LiveIntervalAnalysis.cpp |
| 18 | LiveStackAnalysis.cpp |
| 19 | LiveVariables.cpp |
Oscar Fuentes | 3d01fc7 | 2008-09-22 01:08:49 +0000 | [diff] [blame] | 20 | LowerSubregs.cpp |
Oscar Fuentes | 030019f | 2009-06-03 15:29:09 +0000 | [diff] [blame] | 21 | MachOCodeEmitter.cpp |
Oscar Fuentes | 3d01fc7 | 2008-09-22 01:08:49 +0000 | [diff] [blame] | 22 | MachOWriter.cpp |
| 23 | MachineBasicBlock.cpp |
| 24 | MachineDominators.cpp |
| 25 | MachineFunction.cpp |
| 26 | MachineInstr.cpp |
| 27 | MachineLICM.cpp |
| 28 | MachineLoopInfo.cpp |
| 29 | MachineModuleInfo.cpp |
| 30 | MachinePassRegistry.cpp |
| 31 | MachineRegisterInfo.cpp |
| 32 | MachineSink.cpp |
Jakob Stoklund Olesen | 48872e0 | 2009-05-16 00:33:53 +0000 | [diff] [blame] | 33 | MachineVerifier.cpp |
Oscar Fuentes | 3d01fc7 | 2008-09-22 01:08:49 +0000 | [diff] [blame] | 34 | OcamlGC.cpp |
Oscar Fuentes | 8053304 | 2008-10-04 21:18:50 +0000 | [diff] [blame] | 35 | PBQP.cpp |
Oscar Fuentes | 3d01fc7 | 2008-09-22 01:08:49 +0000 | [diff] [blame] | 36 | PHIElimination.cpp |
| 37 | Passes.cpp |
| 38 | PostRASchedulerList.cpp |
Oscar Fuentes | 7334b15 | 2008-10-21 02:37:50 +0000 | [diff] [blame] | 39 | PreAllocSplitting.cpp |
Oscar Fuentes | 3d01fc7 | 2008-09-22 01:08:49 +0000 | [diff] [blame] | 40 | PrologEpilogInserter.cpp |
| 41 | PseudoSourceValue.cpp |
| 42 | RegAllocBigBlock.cpp |
| 43 | RegAllocLinearScan.cpp |
| 44 | RegAllocLocal.cpp |
Oscar Fuentes | 8053304 | 2008-10-04 21:18:50 +0000 | [diff] [blame] | 45 | RegAllocPBQP.cpp |
Oscar Fuentes | 3d01fc7 | 2008-09-22 01:08:49 +0000 | [diff] [blame] | 46 | RegAllocSimple.cpp |
| 47 | RegisterCoalescer.cpp |
| 48 | RegisterScavenging.cpp |
Dan Gohman | 343f0c0 | 2008-11-19 23:18:57 +0000 | [diff] [blame] | 49 | ScheduleDAG.cpp |
| 50 | ScheduleDAGEmit.cpp |
| 51 | ScheduleDAGInstrs.cpp |
| 52 | ScheduleDAGPrinter.cpp |
Oscar Fuentes | 3d01fc7 | 2008-09-22 01:08:49 +0000 | [diff] [blame] | 53 | ShadowStackGC.cpp |
Chris Lattner | 9422e01 | 2009-05-13 06:27:38 +0000 | [diff] [blame] | 54 | ShrinkWrapping.cpp |
Oscar Fuentes | 3d01fc7 | 2008-09-22 01:08:49 +0000 | [diff] [blame] | 55 | SimpleRegisterCoalescing.cpp |
Mike Stump | 1d4c738 | 2009-05-19 00:18:14 +0000 | [diff] [blame] | 56 | Spiller.cpp |
Oscar Fuentes | 5c42fd8 | 2008-11-04 03:24:04 +0000 | [diff] [blame] | 57 | StackProtector.cpp |
Oscar Fuentes | 3d01fc7 | 2008-09-22 01:08:49 +0000 | [diff] [blame] | 58 | StackSlotColoring.cpp |
| 59 | StrongPHIElimination.cpp |
| 60 | TargetInstrInfoImpl.cpp |
| 61 | TwoAddressInstructionPass.cpp |
| 62 | UnreachableBlockElim.cpp |
| 63 | VirtRegMap.cpp |
Oscar Fuentes | 5dcf50b | 2009-05-06 14:56:40 +0000 | [diff] [blame] | 64 | VirtRegRewriter.cpp |
Oscar Fuentes | 3d01fc7 | 2008-09-22 01:08:49 +0000 | [diff] [blame] | 65 | ) |
Douglas Gregor | 8947881 | 2009-06-26 15:37:00 +0000 | [diff] [blame^] | 66 | |
| 67 | target_link_libraries (LLVMCodeGen LLVMCore) |