blob: 9802423105453cb03bf3eb4a0edf17c0b2fb0725 [file] [log] [blame]
Oscar Fuentes3d01fc72008-09-22 01:08:49 +00001add_llvm_library(LLVMCodeGen
Dan Gohmanaf509752010-04-21 01:32:29 +00002 Analysis.cpp
David Goodwin34877712009-10-26 19:32:42 +00003 AggressiveAntiDepBreaker.cpp
Oscar Fuentes3d01fc72008-09-22 01:08:49 +00004 BranchFolding.cpp
Lang Hames94a4a5e2009-12-14 07:43:25 +00005 CalcSpillWeights.cpp
Evan Chengbbf1db72009-05-07 05:42:24 +00006 CodePlacementOpt.cpp
David Goodwin2e7be612009-10-26 16:59:04 +00007 CriticalAntiDepBreaker.cpp
Oscar Fuentes3d01fc72008-09-22 01:08:49 +00008 DeadMachineInstructionElim.cpp
Duncan Sandsb0f1e172009-05-22 20:36:31 +00009 DwarfEHPrepare.cpp
Bruno Cardoso Lopes4cb31432009-06-03 17:47:27 +000010 ELFCodeEmitter.cpp
Oscar Fuentes3d01fc72008-09-22 01:08:49 +000011 ELFWriter.cpp
David Goodwind94a4e52009-08-10 15:55:25 +000012 ExactHazardRecognizer.cpp
Oscar Fuentes3d01fc72008-09-22 01:08:49 +000013 GCMetadata.cpp
14 GCMetadataPrinter.cpp
15 GCStrategy.cpp
16 IfConversion.cpp
17 IntrinsicLowering.cpp
18 LLVMTargetMachine.cpp
Dan Gohman343f0c02008-11-19 23:18:57 +000019 LatencyPriorityQueue.cpp
Oscar Fuentes3d01fc72008-09-22 01:08:49 +000020 LiveInterval.cpp
21 LiveIntervalAnalysis.cpp
22 LiveStackAnalysis.cpp
23 LiveVariables.cpp
Oscar Fuentes3d01fc72008-09-22 01:08:49 +000024 LowerSubregs.cpp
Oscar Fuentes3d01fc72008-09-22 01:08:49 +000025 MachineBasicBlock.cpp
Eric Christopher7b2c9e62010-03-02 02:49:43 +000026 MachineCSE.cpp
Oscar Fuentes3d01fc72008-09-22 01:08:49 +000027 MachineDominators.cpp
28 MachineFunction.cpp
Ted Kremenekf83146f2009-07-31 18:50:22 +000029 MachineFunctionAnalysis.cpp
30 MachineFunctionPass.cpp
David Greene5c8aa952010-04-02 23:17:14 +000031 MachineFunctionPrinterPass.cpp
Oscar Fuentes3d01fc72008-09-22 01:08:49 +000032 MachineInstr.cpp
33 MachineLICM.cpp
34 MachineLoopInfo.cpp
35 MachineModuleInfo.cpp
Xerxes Ranby33140912009-09-16 10:18:36 +000036 MachineModuleInfoImpls.cpp
Oscar Fuentes3d01fc72008-09-22 01:08:49 +000037 MachinePassRegistry.cpp
38 MachineRegisterInfo.cpp
Douglas Gregore731fa22009-12-02 22:19:31 +000039 MachineSSAUpdater.cpp
Ted Kremenekce3ad152010-01-13 01:02:47 +000040 MachineSink.cpp
Jakob Stoklund Olesen48872e02009-05-16 00:33:53 +000041 MachineVerifier.cpp
Duncan Sands08b7daf2009-07-06 14:28:32 +000042 ObjectCodeEmitter.cpp
Oscar Fuentes3d01fc72008-09-22 01:08:49 +000043 OcamlGC.cpp
Ted Kremenekce3ad152010-01-13 01:02:47 +000044 OptimizeExts.cpp
Bob Wilsonfe61fb12010-02-12 01:30:21 +000045 OptimizePHIs.cpp
Oscar Fuentes3d01fc72008-09-22 01:08:49 +000046 PHIElimination.cpp
47 Passes.cpp
48 PostRASchedulerList.cpp
Oscar Fuentes7334b152008-10-21 02:37:50 +000049 PreAllocSplitting.cpp
Douglas Gregordece1e22009-11-04 01:32:06 +000050 ProcessImplicitDefs.cpp
Oscar Fuentes3d01fc72008-09-22 01:08:49 +000051 PrologEpilogInserter.cpp
52 PseudoSourceValue.cpp
Oscar Fuentes3d01fc72008-09-22 01:08:49 +000053 RegAllocLinearScan.cpp
54 RegAllocLocal.cpp
Oscar Fuentes80533042008-10-04 21:18:50 +000055 RegAllocPBQP.cpp
Oscar Fuentes3d01fc72008-09-22 01:08:49 +000056 RegisterCoalescer.cpp
57 RegisterScavenging.cpp
Dan Gohman343f0c02008-11-19 23:18:57 +000058 ScheduleDAG.cpp
59 ScheduleDAGEmit.cpp
60 ScheduleDAGInstrs.cpp
61 ScheduleDAGPrinter.cpp
Oscar Fuentes3d01fc72008-09-22 01:08:49 +000062 ShadowStackGC.cpp
Chris Lattner9422e012009-05-13 06:27:38 +000063 ShrinkWrapping.cpp
Oscar Fuentes3d01fc72008-09-22 01:08:49 +000064 SimpleRegisterCoalescing.cpp
Benjamin Kramerae68a192009-08-17 18:47:11 +000065 SjLjEHPrepare.cpp
Douglas Gregordece1e22009-11-04 01:32:06 +000066 SlotIndexes.cpp
Mike Stump1d4c7382009-05-19 00:18:14 +000067 Spiller.cpp
Oscar Fuentes5c42fd82008-11-04 03:24:04 +000068 StackProtector.cpp
Oscar Fuentes3d01fc72008-09-22 01:08:49 +000069 StackSlotColoring.cpp
70 StrongPHIElimination.cpp
Bob Wilson15acadd2009-11-26 00:32:21 +000071 TailDuplication.cpp
Oscar Fuentes3d01fc72008-09-22 01:08:49 +000072 TargetInstrInfoImpl.cpp
Anton Korobeynikov04c60d92010-02-15 22:55:13 +000073 TargetLoweringObjectFileImpl.cpp
Oscar Fuentes3d01fc72008-09-22 01:08:49 +000074 TwoAddressInstructionPass.cpp
75 UnreachableBlockElim.cpp
76 VirtRegMap.cpp
Oscar Fuentes5dcf50b2009-05-06 14:56:40 +000077 VirtRegRewriter.cpp
Oscar Fuentes3d01fc72008-09-22 01:08:49 +000078 )
Douglas Gregor89478812009-06-26 15:37:00 +000079
Douglas Gregor033080c2009-07-02 18:53:52 +000080target_link_libraries (LLVMCodeGen LLVMCore LLVMScalarOpts)