blob: eeefe3147a6d696b5de495322c1fd3fac2ed5cb7 [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
Oscar Fuentes3d01fc72008-09-22 01:08:49 +000034 OcamlGC.cpp
Oscar Fuentes80533042008-10-04 21:18:50 +000035 PBQP.cpp
Oscar Fuentes3d01fc72008-09-22 01:08:49 +000036 PHIElimination.cpp
37 Passes.cpp
38 PostRASchedulerList.cpp
Oscar Fuentes7334b152008-10-21 02:37:50 +000039 PreAllocSplitting.cpp
Oscar Fuentes3d01fc72008-09-22 01:08:49 +000040 PrologEpilogInserter.cpp
41 PseudoSourceValue.cpp
42 RegAllocBigBlock.cpp
43 RegAllocLinearScan.cpp
44 RegAllocLocal.cpp
Oscar Fuentes80533042008-10-04 21:18:50 +000045 RegAllocPBQP.cpp
Oscar Fuentes3d01fc72008-09-22 01:08:49 +000046 RegAllocSimple.cpp
47 RegisterCoalescer.cpp
48 RegisterScavenging.cpp
Dan Gohman343f0c02008-11-19 23:18:57 +000049 ScheduleDAG.cpp
50 ScheduleDAGEmit.cpp
51 ScheduleDAGInstrs.cpp
52 ScheduleDAGPrinter.cpp
Oscar Fuentes3d01fc72008-09-22 01:08:49 +000053 ShadowStackGC.cpp
Chris Lattner9422e012009-05-13 06:27:38 +000054 ShrinkWrapping.cpp
Oscar Fuentes3d01fc72008-09-22 01:08:49 +000055 SimpleRegisterCoalescing.cpp
Mike Stump1d4c7382009-05-19 00:18:14 +000056 Spiller.cpp
Oscar Fuentes5c42fd82008-11-04 03:24:04 +000057 StackProtector.cpp
Oscar Fuentes3d01fc72008-09-22 01:08:49 +000058 StackSlotColoring.cpp
59 StrongPHIElimination.cpp
60 TargetInstrInfoImpl.cpp
61 TwoAddressInstructionPass.cpp
62 UnreachableBlockElim.cpp
63 VirtRegMap.cpp
Oscar Fuentes5dcf50b2009-05-06 14:56:40 +000064 VirtRegRewriter.cpp
Oscar Fuentes3d01fc72008-09-22 01:08:49 +000065 )
Douglas Gregor89478812009-06-26 15:37:00 +000066
67target_link_libraries (LLVMCodeGen LLVMCore)