blob: 1439f418e8cec08db088217410ab97e09e4d5ac1 [file] [log] [blame]
Oscar Fuentes3d01fc72008-09-22 01:08:49 +00001add_llvm_library(LLVMCodeGen
David Goodwin34877712009-10-26 19:32:42 +00002 AggressiveAntiDepBreaker.cpp
Oscar Fuentes3d01fc72008-09-22 01:08:49 +00003 BranchFolding.cpp
Evan Chengbbf1db72009-05-07 05:42:24 +00004 CodePlacementOpt.cpp
David Goodwin2e7be612009-10-26 16:59:04 +00005 CriticalAntiDepBreaker.cpp
Oscar Fuentes3d01fc72008-09-22 01:08:49 +00006 DeadMachineInstructionElim.cpp
Duncan Sandsb0f1e172009-05-22 20:36:31 +00007 DwarfEHPrepare.cpp
Bruno Cardoso Lopes4cb31432009-06-03 17:47:27 +00008 ELFCodeEmitter.cpp
Oscar Fuentes3d01fc72008-09-22 01:08:49 +00009 ELFWriter.cpp
David Goodwind94a4e52009-08-10 15:55:25 +000010 ExactHazardRecognizer.cpp
Oscar Fuentes3d01fc72008-09-22 01:08:49 +000011 GCMetadata.cpp
12 GCMetadataPrinter.cpp
13 GCStrategy.cpp
14 IfConversion.cpp
15 IntrinsicLowering.cpp
16 LLVMTargetMachine.cpp
Dan Gohman343f0c02008-11-19 23:18:57 +000017 LatencyPriorityQueue.cpp
Oscar Fuentes3d01fc72008-09-22 01:08:49 +000018 LiveInterval.cpp
19 LiveIntervalAnalysis.cpp
20 LiveStackAnalysis.cpp
21 LiveVariables.cpp
Oscar Fuentes3d01fc72008-09-22 01:08:49 +000022 LowerSubregs.cpp
Oscar Fuentes030019f2009-06-03 15:29:09 +000023 MachOCodeEmitter.cpp
Oscar Fuentes3d01fc72008-09-22 01:08:49 +000024 MachOWriter.cpp
25 MachineBasicBlock.cpp
26 MachineDominators.cpp
27 MachineFunction.cpp
Ted Kremenekf83146f2009-07-31 18:50:22 +000028 MachineFunctionAnalysis.cpp
29 MachineFunctionPass.cpp
Oscar Fuentes3d01fc72008-09-22 01:08:49 +000030 MachineInstr.cpp
31 MachineLICM.cpp
32 MachineLoopInfo.cpp
33 MachineModuleInfo.cpp
Xerxes Ranby33140912009-09-16 10:18:36 +000034 MachineModuleInfoImpls.cpp
Oscar Fuentes3d01fc72008-09-22 01:08:49 +000035 MachinePassRegistry.cpp
36 MachineRegisterInfo.cpp
37 MachineSink.cpp
Jakob Stoklund Olesen48872e02009-05-16 00:33:53 +000038 MachineVerifier.cpp
Jim Grosbachb51d3f92009-12-02 19:31:07 +000039 MaxStackAlignment.cpp
Duncan Sands08b7daf2009-07-06 14:28:32 +000040 ObjectCodeEmitter.cpp
Oscar Fuentes3d01fc72008-09-22 01:08:49 +000041 OcamlGC.cpp
42 PHIElimination.cpp
43 Passes.cpp
44 PostRASchedulerList.cpp
Oscar Fuentes7334b152008-10-21 02:37:50 +000045 PreAllocSplitting.cpp
Douglas Gregordece1e22009-11-04 01:32:06 +000046 ProcessImplicitDefs.cpp
Oscar Fuentes3d01fc72008-09-22 01:08:49 +000047 PrologEpilogInserter.cpp
48 PseudoSourceValue.cpp
Oscar Fuentes3d01fc72008-09-22 01:08:49 +000049 RegAllocLinearScan.cpp
50 RegAllocLocal.cpp
Oscar Fuentes80533042008-10-04 21:18:50 +000051 RegAllocPBQP.cpp
Oscar Fuentes3d01fc72008-09-22 01:08:49 +000052 RegisterCoalescer.cpp
53 RegisterScavenging.cpp
Dan Gohman343f0c02008-11-19 23:18:57 +000054 ScheduleDAG.cpp
55 ScheduleDAGEmit.cpp
56 ScheduleDAGInstrs.cpp
57 ScheduleDAGPrinter.cpp
Oscar Fuentes3d01fc72008-09-22 01:08:49 +000058 ShadowStackGC.cpp
Chris Lattner9422e012009-05-13 06:27:38 +000059 ShrinkWrapping.cpp
Oscar Fuentes3d01fc72008-09-22 01:08:49 +000060 SimpleRegisterCoalescing.cpp
Benjamin Kramerae68a192009-08-17 18:47:11 +000061 SjLjEHPrepare.cpp
Douglas Gregordece1e22009-11-04 01:32:06 +000062 SlotIndexes.cpp
Mike Stump1d4c7382009-05-19 00:18:14 +000063 Spiller.cpp
Oscar Fuentes5c42fd82008-11-04 03:24:04 +000064 StackProtector.cpp
Oscar Fuentes3d01fc72008-09-22 01:08:49 +000065 StackSlotColoring.cpp
66 StrongPHIElimination.cpp
Bob Wilson15acadd2009-11-26 00:32:21 +000067 TailDuplication.cpp
Oscar Fuentes3d01fc72008-09-22 01:08:49 +000068 TargetInstrInfoImpl.cpp
69 TwoAddressInstructionPass.cpp
70 UnreachableBlockElim.cpp
71 VirtRegMap.cpp
Oscar Fuentes5dcf50b2009-05-06 14:56:40 +000072 VirtRegRewriter.cpp
Oscar Fuentes3d01fc72008-09-22 01:08:49 +000073 )
Douglas Gregor89478812009-06-26 15:37:00 +000074
Douglas Gregor033080c2009-07-02 18:53:52 +000075target_link_libraries (LLVMCodeGen LLVMCore LLVMScalarOpts)