blob: 58c879e5d5f861eab11bb834cc62c272955a82ce [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
8 GCMetadata.cpp
9 GCMetadataPrinter.cpp
10 GCStrategy.cpp
11 IfConversion.cpp
12 IntrinsicLowering.cpp
13 LLVMTargetMachine.cpp
Dan Gohman343f0c02008-11-19 23:18:57 +000014 LatencyPriorityQueue.cpp
Oscar Fuentes89456ce2009-06-10 22:53:59 +000015 LazyLiveness.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
26 MachineInstr.cpp
27 MachineLICM.cpp
28 MachineLoopInfo.cpp
29 MachineModuleInfo.cpp
30 MachinePassRegistry.cpp
31 MachineRegisterInfo.cpp
32 MachineSink.cpp
Jakob Stoklund Olesen48872e02009-05-16 00:33:53 +000033 MachineVerifier.cpp
Duncan Sands08b7daf2009-07-06 14:28:32 +000034 ObjectCodeEmitter.cpp
Oscar Fuentes3d01fc72008-09-22 01:08:49 +000035 OcamlGC.cpp
Oscar Fuentes80533042008-10-04 21:18:50 +000036 PBQP.cpp
Oscar Fuentes3d01fc72008-09-22 01:08:49 +000037 PHIElimination.cpp
38 Passes.cpp
39 PostRASchedulerList.cpp
Oscar Fuentes7334b152008-10-21 02:37:50 +000040 PreAllocSplitting.cpp
Oscar Fuentes3d01fc72008-09-22 01:08:49 +000041 PrologEpilogInserter.cpp
42 PseudoSourceValue.cpp
43 RegAllocBigBlock.cpp
44 RegAllocLinearScan.cpp
45 RegAllocLocal.cpp
Oscar Fuentes80533042008-10-04 21:18:50 +000046 RegAllocPBQP.cpp
Oscar Fuentes3d01fc72008-09-22 01:08:49 +000047 RegAllocSimple.cpp
48 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
Mike Stump1d4c7382009-05-19 00:18:14 +000057 Spiller.cpp
Oscar Fuentes5c42fd82008-11-04 03:24:04 +000058 StackProtector.cpp
Oscar Fuentes3d01fc72008-09-22 01:08:49 +000059 StackSlotColoring.cpp
60 StrongPHIElimination.cpp
61 TargetInstrInfoImpl.cpp
62 TwoAddressInstructionPass.cpp
63 UnreachableBlockElim.cpp
64 VirtRegMap.cpp
Oscar Fuentes5dcf50b2009-05-06 14:56:40 +000065 VirtRegRewriter.cpp
Oscar Fuentes3d01fc72008-09-22 01:08:49 +000066 )
Douglas Gregor89478812009-06-26 15:37:00 +000067
Douglas Gregor033080c2009-07-02 18:53:52 +000068target_link_libraries (LLVMCodeGen LLVMCore LLVMScalarOpts)