blob: 713c30c7d4ab26b39eafeb34da7efc8a518ea629 [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
Bruno Cardoso Lopes4cb31432009-06-03 17:47:27 +00006 ELFCodeEmitter.cpp
Oscar Fuentes3d01fc72008-09-22 01:08:49 +00007 ELFWriter.cpp
David Goodwind94a4e52009-08-10 15:55:25 +00008 ExactHazardRecognizer.cpp
Oscar Fuentes3d01fc72008-09-22 01:08:49 +00009 GCMetadata.cpp
10 GCMetadataPrinter.cpp
11 GCStrategy.cpp
12 IfConversion.cpp
13 IntrinsicLowering.cpp
14 LLVMTargetMachine.cpp
Dan Gohman343f0c02008-11-19 23:18:57 +000015 LatencyPriorityQueue.cpp
Oscar Fuentes3d01fc72008-09-22 01:08:49 +000016 LiveInterval.cpp
17 LiveIntervalAnalysis.cpp
18 LiveStackAnalysis.cpp
19 LiveVariables.cpp
Oscar Fuentes3d01fc72008-09-22 01:08:49 +000020 LowerSubregs.cpp
Oscar Fuentes030019f2009-06-03 15:29:09 +000021 MachOCodeEmitter.cpp
Oscar Fuentes3d01fc72008-09-22 01:08:49 +000022 MachOWriter.cpp
23 MachineBasicBlock.cpp
24 MachineDominators.cpp
25 MachineFunction.cpp
Ted Kremenekf83146f2009-07-31 18:50:22 +000026 MachineFunctionAnalysis.cpp
27 MachineFunctionPass.cpp
Oscar Fuentes3d01fc72008-09-22 01:08:49 +000028 MachineInstr.cpp
29 MachineLICM.cpp
30 MachineLoopInfo.cpp
31 MachineModuleInfo.cpp
Xerxes Ranby33140912009-09-16 10:18:36 +000032 MachineModuleInfoImpls.cpp
Oscar Fuentes3d01fc72008-09-22 01:08:49 +000033 MachinePassRegistry.cpp
34 MachineRegisterInfo.cpp
35 MachineSink.cpp
Jakob Stoklund Olesen48872e02009-05-16 00:33:53 +000036 MachineVerifier.cpp
Duncan Sands08b7daf2009-07-06 14:28:32 +000037 ObjectCodeEmitter.cpp
Oscar Fuentes3d01fc72008-09-22 01:08:49 +000038 OcamlGC.cpp
39 PHIElimination.cpp
40 Passes.cpp
41 PostRASchedulerList.cpp
Oscar Fuentes7334b152008-10-21 02:37:50 +000042 PreAllocSplitting.cpp
Oscar Fuentes3d01fc72008-09-22 01:08:49 +000043 PrologEpilogInserter.cpp
44 PseudoSourceValue.cpp
Oscar Fuentes3d01fc72008-09-22 01:08:49 +000045 RegAllocLinearScan.cpp
46 RegAllocLocal.cpp
Oscar Fuentes80533042008-10-04 21:18:50 +000047 RegAllocPBQP.cpp
Oscar Fuentes3d01fc72008-09-22 01:08:49 +000048 RegisterCoalescer.cpp
49 RegisterScavenging.cpp
Dan Gohman343f0c02008-11-19 23:18:57 +000050 ScheduleDAG.cpp
51 ScheduleDAGEmit.cpp
52 ScheduleDAGInstrs.cpp
53 ScheduleDAGPrinter.cpp
Oscar Fuentes3d01fc72008-09-22 01:08:49 +000054 ShadowStackGC.cpp
Chris Lattner9422e012009-05-13 06:27:38 +000055 ShrinkWrapping.cpp
Oscar Fuentes3d01fc72008-09-22 01:08:49 +000056 SimpleRegisterCoalescing.cpp
Benjamin Kramerae68a192009-08-17 18:47:11 +000057 SjLjEHPrepare.cpp
Mike Stump1d4c7382009-05-19 00:18:14 +000058 Spiller.cpp
Oscar Fuentes5c42fd82008-11-04 03:24:04 +000059 StackProtector.cpp
Oscar Fuentes3d01fc72008-09-22 01:08:49 +000060 StackSlotColoring.cpp
61 StrongPHIElimination.cpp
62 TargetInstrInfoImpl.cpp
63 TwoAddressInstructionPass.cpp
64 UnreachableBlockElim.cpp
65 VirtRegMap.cpp
Oscar Fuentes5dcf50b2009-05-06 14:56:40 +000066 VirtRegRewriter.cpp
Oscar Fuentes3d01fc72008-09-22 01:08:49 +000067 )
Douglas Gregor89478812009-06-26 15:37:00 +000068
Douglas Gregor033080c2009-07-02 18:53:52 +000069target_link_libraries (LLVMCodeGen LLVMCore LLVMScalarOpts)