blob: 2ef115dbd205658f393e25a5885118b7e8b2a409 [file] [log] [blame]
Oscar Fuentes3d01fc72008-09-22 01:08:49 +00001add_llvm_library(LLVMCodeGen
David Goodwin34877712009-10-26 19:32:42 +00002 AggressiveAntiDepBreaker.cpp
Ted Kremenek76863b12010-06-15 04:08:14 +00003 Analysis.cpp
Oscar Fuentes3d01fc72008-09-22 01:08:49 +00004 BranchFolding.cpp
Lang Hames94a4a5e2009-12-14 07:43:25 +00005 CalcSpillWeights.cpp
Dan Gohman2f2b0ab2010-07-07 15:15:27 +00006 CallingConvLower.cpp
Evan Chengbbf1db72009-05-07 05:42:24 +00007 CodePlacementOpt.cpp
David Goodwin2e7be612009-10-26 16:59:04 +00008 CriticalAntiDepBreaker.cpp
Oscar Fuentes3d01fc72008-09-22 01:08:49 +00009 DeadMachineInstructionElim.cpp
Duncan Sandsb0f1e172009-05-22 20:36:31 +000010 DwarfEHPrepare.cpp
Bruno Cardoso Lopes4cb31432009-06-03 17:47:27 +000011 ELFCodeEmitter.cpp
Oscar Fuentes3d01fc72008-09-22 01:08:49 +000012 ELFWriter.cpp
13 GCMetadata.cpp
14 GCMetadataPrinter.cpp
15 GCStrategy.cpp
16 IfConversion.cpp
Jakob Stoklund Olesen914f2ff2010-06-29 23:58:39 +000017 InlineSpiller.cpp
Oscar Fuentes3d01fc72008-09-22 01:08:49 +000018 IntrinsicLowering.cpp
19 LLVMTargetMachine.cpp
Dan Gohman343f0c02008-11-19 23:18:57 +000020 LatencyPriorityQueue.cpp
Oscar Fuentes3d01fc72008-09-22 01:08:49 +000021 LiveInterval.cpp
22 LiveIntervalAnalysis.cpp
23 LiveStackAnalysis.cpp
24 LiveVariables.cpp
Ted Kremenek865287d2010-08-14 01:55:09 +000025 LocalStackSlotAllocation.cpp
Oscar Fuentes3d01fc72008-09-22 01:08:49 +000026 LowerSubregs.cpp
Oscar Fuentes3d01fc72008-09-22 01:08:49 +000027 MachineBasicBlock.cpp
Eric Christopher7b2c9e62010-03-02 02:49:43 +000028 MachineCSE.cpp
Oscar Fuentes3d01fc72008-09-22 01:08:49 +000029 MachineDominators.cpp
30 MachineFunction.cpp
Ted Kremenekf83146f2009-07-31 18:50:22 +000031 MachineFunctionAnalysis.cpp
32 MachineFunctionPass.cpp
David Greene5c8aa952010-04-02 23:17:14 +000033 MachineFunctionPrinterPass.cpp
Oscar Fuentes3d01fc72008-09-22 01:08:49 +000034 MachineInstr.cpp
35 MachineLICM.cpp
36 MachineLoopInfo.cpp
37 MachineModuleInfo.cpp
Xerxes Ranby33140912009-09-16 10:18:36 +000038 MachineModuleInfoImpls.cpp
Oscar Fuentes3d01fc72008-09-22 01:08:49 +000039 MachinePassRegistry.cpp
40 MachineRegisterInfo.cpp
Douglas Gregore731fa22009-12-02 22:19:31 +000041 MachineSSAUpdater.cpp
Ted Kremenekce3ad152010-01-13 01:02:47 +000042 MachineSink.cpp
Jakob Stoklund Olesen48872e02009-05-16 00:33:53 +000043 MachineVerifier.cpp
Duncan Sands08b7daf2009-07-06 14:28:32 +000044 ObjectCodeEmitter.cpp
Oscar Fuentes3d01fc72008-09-22 01:08:49 +000045 OcamlGC.cpp
Bob Wilsonfe61fb12010-02-12 01:30:21 +000046 OptimizePHIs.cpp
Oscar Fuentes3d01fc72008-09-22 01:08:49 +000047 PHIElimination.cpp
48 Passes.cpp
Bill Wendling94f79502010-08-10 05:16:06 +000049 PeepholeOptimizer.cpp
Ted Kremenek76863b12010-06-15 04:08:14 +000050 PostRAHazardRecognizer.cpp
Oscar Fuentes3d01fc72008-09-22 01:08:49 +000051 PostRASchedulerList.cpp
Oscar Fuentes7334b152008-10-21 02:37:50 +000052 PreAllocSplitting.cpp
Douglas Gregordece1e22009-11-04 01:32:06 +000053 ProcessImplicitDefs.cpp
Oscar Fuentes3d01fc72008-09-22 01:08:49 +000054 PrologEpilogInserter.cpp
55 PseudoSourceValue.cpp
Jakob Stoklund Olesen00207232010-04-21 18:02:42 +000056 RegAllocFast.cpp
Oscar Fuentes3d01fc72008-09-22 01:08:49 +000057 RegAllocLinearScan.cpp
Oscar Fuentes80533042008-10-04 21:18:50 +000058 RegAllocPBQP.cpp
Oscar Fuentes3d01fc72008-09-22 01:08:49 +000059 RegisterCoalescer.cpp
60 RegisterScavenging.cpp
Benjamin Kramer5907f4c2010-07-19 15:37:03 +000061 RenderMachineFunction.cpp
Dan Gohman343f0c02008-11-19 23:18:57 +000062 ScheduleDAG.cpp
63 ScheduleDAGEmit.cpp
64 ScheduleDAGInstrs.cpp
65 ScheduleDAGPrinter.cpp
Oscar Fuentes3d01fc72008-09-22 01:08:49 +000066 ShadowStackGC.cpp
Chris Lattner9422e012009-05-13 06:27:38 +000067 ShrinkWrapping.cpp
Oscar Fuentes3d01fc72008-09-22 01:08:49 +000068 SimpleRegisterCoalescing.cpp
Benjamin Kramerae68a192009-08-17 18:47:11 +000069 SjLjEHPrepare.cpp
Douglas Gregordece1e22009-11-04 01:32:06 +000070 SlotIndexes.cpp
Mike Stump1d4c7382009-05-19 00:18:14 +000071 Spiller.cpp
Jakob Stoklund Olesen8ae02632010-07-20 15:41:07 +000072 SplitKit.cpp
Zhongxing Xud3bb3352010-07-17 12:12:42 +000073 Splitter.cpp
Oscar Fuentes5c42fd82008-11-04 03:24:04 +000074 StackProtector.cpp
Oscar Fuentes3d01fc72008-09-22 01:08:49 +000075 StackSlotColoring.cpp
76 StrongPHIElimination.cpp
Bob Wilson15acadd2009-11-26 00:32:21 +000077 TailDuplication.cpp
Oscar Fuentes3d01fc72008-09-22 01:08:49 +000078 TargetInstrInfoImpl.cpp
Anton Korobeynikov04c60d92010-02-15 22:55:13 +000079 TargetLoweringObjectFileImpl.cpp
Oscar Fuentes3d01fc72008-09-22 01:08:49 +000080 TwoAddressInstructionPass.cpp
81 UnreachableBlockElim.cpp
82 VirtRegMap.cpp
Oscar Fuentes5dcf50b2009-05-06 14:56:40 +000083 VirtRegRewriter.cpp
Oscar Fuentes3d01fc72008-09-22 01:08:49 +000084 )
Douglas Gregor89478812009-06-26 15:37:00 +000085
Douglas Gregor033080c2009-07-02 18:53:52 +000086target_link_libraries (LLVMCodeGen LLVMCore LLVMScalarOpts)