blob: 7a969f0ad8f48507c3ebea773e9824d9f2fd512e [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
Lang Hames94a4a5e2009-12-14 07:43:25 +00004 CalcSpillWeights.cpp
Evan Chengbbf1db72009-05-07 05:42:24 +00005 CodePlacementOpt.cpp
David Goodwin2e7be612009-10-26 16:59:04 +00006 CriticalAntiDepBreaker.cpp
Oscar Fuentes3d01fc72008-09-22 01:08:49 +00007 DeadMachineInstructionElim.cpp
Duncan Sandsb0f1e172009-05-22 20:36:31 +00008 DwarfEHPrepare.cpp
Bruno Cardoso Lopes4cb31432009-06-03 17:47:27 +00009 ELFCodeEmitter.cpp
Oscar Fuentes3d01fc72008-09-22 01:08:49 +000010 ELFWriter.cpp
David Goodwind94a4e52009-08-10 15:55:25 +000011 ExactHazardRecognizer.cpp
Oscar Fuentes3d01fc72008-09-22 01:08:49 +000012 GCMetadata.cpp
13 GCMetadataPrinter.cpp
14 GCStrategy.cpp
15 IfConversion.cpp
16 IntrinsicLowering.cpp
17 LLVMTargetMachine.cpp
Dan Gohman343f0c02008-11-19 23:18:57 +000018 LatencyPriorityQueue.cpp
Oscar Fuentes3d01fc72008-09-22 01:08:49 +000019 LiveInterval.cpp
20 LiveIntervalAnalysis.cpp
21 LiveStackAnalysis.cpp
22 LiveVariables.cpp
Oscar Fuentes3d01fc72008-09-22 01:08:49 +000023 LowerSubregs.cpp
Oscar Fuentes030019f2009-06-03 15:29:09 +000024 MachOCodeEmitter.cpp
Oscar Fuentes3d01fc72008-09-22 01:08:49 +000025 MachOWriter.cpp
26 MachineBasicBlock.cpp
27 MachineDominators.cpp
28 MachineFunction.cpp
Ted Kremenekf83146f2009-07-31 18:50:22 +000029 MachineFunctionAnalysis.cpp
30 MachineFunctionPass.cpp
Oscar Fuentes3d01fc72008-09-22 01:08:49 +000031 MachineInstr.cpp
32 MachineLICM.cpp
33 MachineLoopInfo.cpp
34 MachineModuleInfo.cpp
Xerxes Ranby33140912009-09-16 10:18:36 +000035 MachineModuleInfoImpls.cpp
Oscar Fuentes3d01fc72008-09-22 01:08:49 +000036 MachinePassRegistry.cpp
37 MachineRegisterInfo.cpp
38 MachineSink.cpp
Douglas Gregore731fa22009-12-02 22:19:31 +000039 MachineSSAUpdater.cpp
Jakob Stoklund Olesen48872e02009-05-16 00:33:53 +000040 MachineVerifier.cpp
Jim Grosbachb51d3f92009-12-02 19:31:07 +000041 MaxStackAlignment.cpp
Duncan Sands08b7daf2009-07-06 14:28:32 +000042 ObjectCodeEmitter.cpp
Oscar Fuentes3d01fc72008-09-22 01:08:49 +000043 OcamlGC.cpp
44 PHIElimination.cpp
45 Passes.cpp
46 PostRASchedulerList.cpp
Oscar Fuentes7334b152008-10-21 02:37:50 +000047 PreAllocSplitting.cpp
Douglas Gregordece1e22009-11-04 01:32:06 +000048 ProcessImplicitDefs.cpp
Oscar Fuentes3d01fc72008-09-22 01:08:49 +000049 PrologEpilogInserter.cpp
50 PseudoSourceValue.cpp
Oscar Fuentes3d01fc72008-09-22 01:08:49 +000051 RegAllocLinearScan.cpp
52 RegAllocLocal.cpp
Oscar Fuentes80533042008-10-04 21:18:50 +000053 RegAllocPBQP.cpp
Oscar Fuentes3d01fc72008-09-22 01:08:49 +000054 RegisterCoalescer.cpp
55 RegisterScavenging.cpp
Dan Gohman343f0c02008-11-19 23:18:57 +000056 ScheduleDAG.cpp
57 ScheduleDAGEmit.cpp
58 ScheduleDAGInstrs.cpp
59 ScheduleDAGPrinter.cpp
Oscar Fuentes3d01fc72008-09-22 01:08:49 +000060 ShadowStackGC.cpp
Chris Lattner9422e012009-05-13 06:27:38 +000061 ShrinkWrapping.cpp
Oscar Fuentes3d01fc72008-09-22 01:08:49 +000062 SimpleRegisterCoalescing.cpp
Benjamin Kramerae68a192009-08-17 18:47:11 +000063 SjLjEHPrepare.cpp
Douglas Gregordece1e22009-11-04 01:32:06 +000064 SlotIndexes.cpp
Mike Stump1d4c7382009-05-19 00:18:14 +000065 Spiller.cpp
Oscar Fuentes5c42fd82008-11-04 03:24:04 +000066 StackProtector.cpp
Oscar Fuentes3d01fc72008-09-22 01:08:49 +000067 StackSlotColoring.cpp
68 StrongPHIElimination.cpp
Bob Wilson15acadd2009-11-26 00:32:21 +000069 TailDuplication.cpp
Oscar Fuentes3d01fc72008-09-22 01:08:49 +000070 TargetInstrInfoImpl.cpp
71 TwoAddressInstructionPass.cpp
72 UnreachableBlockElim.cpp
73 VirtRegMap.cpp
Oscar Fuentes5dcf50b2009-05-06 14:56:40 +000074 VirtRegRewriter.cpp
Oscar Fuentes3d01fc72008-09-22 01:08:49 +000075 )
Douglas Gregor89478812009-06-26 15:37:00 +000076
Douglas Gregor033080c2009-07-02 18:53:52 +000077target_link_libraries (LLVMCodeGen LLVMCore LLVMScalarOpts)