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