blob: ca4b31c6377489651ca77e7d5a41d1f9f7791b08 [file] [log] [blame]
Oscar Fuentes3d01fc72008-09-22 01:08:49 +00001add_llvm_library(LLVMCodeGen
2 BranchFolding.cpp
Evan Chengbbf1db72009-05-07 05:42:24 +00003 CodePlacementOpt.cpp
Oscar Fuentes3d01fc72008-09-22 01:08:49 +00004 DeadMachineInstructionElim.cpp
Duncan Sandsb0f1e172009-05-22 20:36:31 +00005 DwarfEHPrepare.cpp
Oscar Fuentes3d01fc72008-09-22 01:08:49 +00006 ELFWriter.cpp
7 GCMetadata.cpp
8 GCMetadataPrinter.cpp
9 GCStrategy.cpp
10 IfConversion.cpp
11 IntrinsicLowering.cpp
12 LLVMTargetMachine.cpp
Dan Gohman343f0c02008-11-19 23:18:57 +000013 LatencyPriorityQueue.cpp
Oscar Fuentes3d01fc72008-09-22 01:08:49 +000014 LiveInterval.cpp
15 LiveIntervalAnalysis.cpp
16 LiveStackAnalysis.cpp
17 LiveVariables.cpp
Oscar Fuentes3d01fc72008-09-22 01:08:49 +000018 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 Olesen48872e02009-05-16 00:33:53 +000030 MachineVerifier.cpp
Oscar Fuentes3d01fc72008-09-22 01:08:49 +000031 OcamlGC.cpp
Oscar Fuentes80533042008-10-04 21:18:50 +000032 PBQP.cpp
Oscar Fuentes3d01fc72008-09-22 01:08:49 +000033 PHIElimination.cpp
34 Passes.cpp
35 PostRASchedulerList.cpp
Oscar Fuentes7334b152008-10-21 02:37:50 +000036 PreAllocSplitting.cpp
Oscar Fuentes3d01fc72008-09-22 01:08:49 +000037 PrologEpilogInserter.cpp
38 PseudoSourceValue.cpp
39 RegAllocBigBlock.cpp
40 RegAllocLinearScan.cpp
41 RegAllocLocal.cpp
Oscar Fuentes80533042008-10-04 21:18:50 +000042 RegAllocPBQP.cpp
Oscar Fuentes3d01fc72008-09-22 01:08:49 +000043 RegAllocSimple.cpp
44 RegisterCoalescer.cpp
45 RegisterScavenging.cpp
Dan Gohman343f0c02008-11-19 23:18:57 +000046 ScheduleDAG.cpp
47 ScheduleDAGEmit.cpp
48 ScheduleDAGInstrs.cpp
49 ScheduleDAGPrinter.cpp
Oscar Fuentes3d01fc72008-09-22 01:08:49 +000050 ShadowStackGC.cpp
Chris Lattner9422e012009-05-13 06:27:38 +000051 ShrinkWrapping.cpp
Oscar Fuentes3d01fc72008-09-22 01:08:49 +000052 SimpleRegisterCoalescing.cpp
Mike Stump1d4c7382009-05-19 00:18:14 +000053 Spiller.cpp
Oscar Fuentes5c42fd82008-11-04 03:24:04 +000054 StackProtector.cpp
Oscar Fuentes3d01fc72008-09-22 01:08:49 +000055 StackSlotColoring.cpp
56 StrongPHIElimination.cpp
57 TargetInstrInfoImpl.cpp
58 TwoAddressInstructionPass.cpp
59 UnreachableBlockElim.cpp
60 VirtRegMap.cpp
Oscar Fuentes5dcf50b2009-05-06 14:56:40 +000061 VirtRegRewriter.cpp
Oscar Fuentes3d01fc72008-09-22 01:08:49 +000062 )