blob: 89aebd82a128c6e77bbf969ec4af4bca1ee387aa [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
Oscar Fuentes030019f2009-06-03 15:29:09 +000019 MachOCodeEmitter.cpp
Oscar Fuentes3d01fc72008-09-22 01:08:49 +000020 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 Olesen48872e02009-05-16 00:33:53 +000031 MachineVerifier.cpp
Oscar Fuentes3d01fc72008-09-22 01:08:49 +000032 OcamlGC.cpp
Oscar Fuentes80533042008-10-04 21:18:50 +000033 PBQP.cpp
Oscar Fuentes3d01fc72008-09-22 01:08:49 +000034 PHIElimination.cpp
35 Passes.cpp
36 PostRASchedulerList.cpp
Oscar Fuentes7334b152008-10-21 02:37:50 +000037 PreAllocSplitting.cpp
Oscar Fuentes3d01fc72008-09-22 01:08:49 +000038 PrologEpilogInserter.cpp
39 PseudoSourceValue.cpp
40 RegAllocBigBlock.cpp
41 RegAllocLinearScan.cpp
42 RegAllocLocal.cpp
Oscar Fuentes80533042008-10-04 21:18:50 +000043 RegAllocPBQP.cpp
Oscar Fuentes3d01fc72008-09-22 01:08:49 +000044 RegAllocSimple.cpp
45 RegisterCoalescer.cpp
46 RegisterScavenging.cpp
Dan Gohman343f0c02008-11-19 23:18:57 +000047 ScheduleDAG.cpp
48 ScheduleDAGEmit.cpp
49 ScheduleDAGInstrs.cpp
50 ScheduleDAGPrinter.cpp
Oscar Fuentes3d01fc72008-09-22 01:08:49 +000051 ShadowStackGC.cpp
Chris Lattner9422e012009-05-13 06:27:38 +000052 ShrinkWrapping.cpp
Oscar Fuentes3d01fc72008-09-22 01:08:49 +000053 SimpleRegisterCoalescing.cpp
Mike Stump1d4c7382009-05-19 00:18:14 +000054 Spiller.cpp
Oscar Fuentes5c42fd82008-11-04 03:24:04 +000055 StackProtector.cpp
Oscar Fuentes3d01fc72008-09-22 01:08:49 +000056 StackSlotColoring.cpp
57 StrongPHIElimination.cpp
58 TargetInstrInfoImpl.cpp
59 TwoAddressInstructionPass.cpp
60 UnreachableBlockElim.cpp
61 VirtRegMap.cpp
Oscar Fuentes5dcf50b2009-05-06 14:56:40 +000062 VirtRegRewriter.cpp
Oscar Fuentes3d01fc72008-09-22 01:08:49 +000063 )