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