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