blob: 3fdf95a7b75d35eff38696a17caf8cbfff273473 [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 Fuentes89456ce2009-06-10 22:53:59 +000016 LazyLiveness.cpp
Oscar Fuentes3d01fc72008-09-22 01:08:49 +000017 LiveInterval.cpp
18 LiveIntervalAnalysis.cpp
19 LiveStackAnalysis.cpp
20 LiveVariables.cpp
Oscar Fuentes3d01fc72008-09-22 01:08:49 +000021 LowerSubregs.cpp
Oscar Fuentes030019f2009-06-03 15:29:09 +000022 MachOCodeEmitter.cpp
Oscar Fuentes3d01fc72008-09-22 01:08:49 +000023 MachOWriter.cpp
24 MachineBasicBlock.cpp
25 MachineDominators.cpp
26 MachineFunction.cpp
Ted Kremenekf83146f2009-07-31 18:50:22 +000027 MachineFunctionAnalysis.cpp
28 MachineFunctionPass.cpp
Oscar Fuentes3d01fc72008-09-22 01:08:49 +000029 MachineInstr.cpp
30 MachineLICM.cpp
31 MachineLoopInfo.cpp
32 MachineModuleInfo.cpp
Xerxes Ranby33140912009-09-16 10:18:36 +000033 MachineModuleInfoImpls.cpp
Oscar Fuentes3d01fc72008-09-22 01:08:49 +000034 MachinePassRegistry.cpp
35 MachineRegisterInfo.cpp
36 MachineSink.cpp
Jakob Stoklund Olesen48872e02009-05-16 00:33:53 +000037 MachineVerifier.cpp
Duncan Sands08b7daf2009-07-06 14:28:32 +000038 ObjectCodeEmitter.cpp
Oscar Fuentes3d01fc72008-09-22 01:08:49 +000039 OcamlGC.cpp
40 PHIElimination.cpp
41 Passes.cpp
42 PostRASchedulerList.cpp
Oscar Fuentes7334b152008-10-21 02:37:50 +000043 PreAllocSplitting.cpp
Oscar Fuentes3d01fc72008-09-22 01:08:49 +000044 PrologEpilogInserter.cpp
45 PseudoSourceValue.cpp
Oscar Fuentes3d01fc72008-09-22 01:08:49 +000046 RegAllocLinearScan.cpp
47 RegAllocLocal.cpp
Oscar Fuentes80533042008-10-04 21:18:50 +000048 RegAllocPBQP.cpp
Oscar Fuentes3d01fc72008-09-22 01:08:49 +000049 RegAllocSimple.cpp
50 RegisterCoalescer.cpp
51 RegisterScavenging.cpp
Dan Gohman343f0c02008-11-19 23:18:57 +000052 ScheduleDAG.cpp
53 ScheduleDAGEmit.cpp
54 ScheduleDAGInstrs.cpp
55 ScheduleDAGPrinter.cpp
Oscar Fuentes3d01fc72008-09-22 01:08:49 +000056 ShadowStackGC.cpp
Chris Lattner9422e012009-05-13 06:27:38 +000057 ShrinkWrapping.cpp
Oscar Fuentes3d01fc72008-09-22 01:08:49 +000058 SimpleRegisterCoalescing.cpp
Benjamin Kramerae68a192009-08-17 18:47:11 +000059 SjLjEHPrepare.cpp
Mike Stump1d4c7382009-05-19 00:18:14 +000060 Spiller.cpp
Oscar Fuentes5c42fd82008-11-04 03:24:04 +000061 StackProtector.cpp
Oscar Fuentes3d01fc72008-09-22 01:08:49 +000062 StackSlotColoring.cpp
63 StrongPHIElimination.cpp
64 TargetInstrInfoImpl.cpp
65 TwoAddressInstructionPass.cpp
66 UnreachableBlockElim.cpp
67 VirtRegMap.cpp
Oscar Fuentes5dcf50b2009-05-06 14:56:40 +000068 VirtRegRewriter.cpp
Oscar Fuentes3d01fc72008-09-22 01:08:49 +000069 )
Douglas Gregor89478812009-06-26 15:37:00 +000070
Douglas Gregor033080c2009-07-02 18:53:52 +000071target_link_libraries (LLVMCodeGen LLVMCore LLVMScalarOpts)