Stub out a new LiveDebugVariables pass.
[oota-llvm.git] / lib / CodeGen / CMakeLists.txt
1 add_llvm_library(LLVMCodeGen
2   AggressiveAntiDepBreaker.cpp
3   Analysis.cpp
4   BranchFolding.cpp
5   CalcSpillWeights.cpp
6   CallingConvLower.cpp
7   CodeGen.cpp
8   CodePlacementOpt.cpp
9   CriticalAntiDepBreaker.cpp
10   DeadMachineInstructionElim.cpp
11   DwarfEHPrepare.cpp
12   ELFCodeEmitter.cpp
13   ELFWriter.cpp
14   ExpandISelPseudos.cpp
15   GCMetadata.cpp
16   GCMetadataPrinter.cpp
17   GCStrategy.cpp
18   IfConversion.cpp
19   InlineSpiller.cpp
20   IntrinsicLowering.cpp
21   LLVMTargetMachine.cpp
22   LatencyPriorityQueue.cpp
23   LiveDebugVariables.cpp
24   LiveInterval.cpp
25   LiveIntervalAnalysis.cpp
26   LiveIntervalUnion.cpp
27   LiveStackAnalysis.cpp
28   LiveVariables.cpp
29   LiveRangeEdit.cpp
30   LocalStackSlotAllocation.cpp
31   LowerSubregs.cpp
32   MachineBasicBlock.cpp
33   MachineCSE.cpp
34   MachineDominators.cpp
35   MachineFunction.cpp
36   MachineFunctionAnalysis.cpp
37   MachineFunctionPass.cpp
38   MachineFunctionPrinterPass.cpp
39   MachineInstr.cpp
40   MachineLICM.cpp
41   MachineLoopInfo.cpp
42   MachineModuleInfo.cpp
43   MachineModuleInfoImpls.cpp
44   MachinePassRegistry.cpp
45   MachineRegisterInfo.cpp
46   MachineSSAUpdater.cpp
47   MachineSink.cpp
48   MachineVerifier.cpp
49   ObjectCodeEmitter.cpp
50   OcamlGC.cpp
51   OptimizePHIs.cpp
52   PHIElimination.cpp
53   Passes.cpp
54   PeepholeOptimizer.cpp
55   PostRAHazardRecognizer.cpp
56   PostRASchedulerList.cpp
57   PreAllocSplitting.cpp
58   ProcessImplicitDefs.cpp
59   PrologEpilogInserter.cpp
60   PseudoSourceValue.cpp
61   RegAllocBasic.cpp
62   RegAllocFast.cpp
63   RegAllocLinearScan.cpp
64   RegAllocPBQP.cpp
65   RegisterCoalescer.cpp
66   RegisterScavenging.cpp
67   RenderMachineFunction.cpp
68   ScheduleDAG.cpp
69   ScheduleDAGEmit.cpp
70   ScheduleDAGInstrs.cpp
71   ScheduleDAGPrinter.cpp
72   ShadowStackGC.cpp
73   ShrinkWrapping.cpp
74   SimpleRegisterCoalescing.cpp
75   SjLjEHPrepare.cpp
76   SlotIndexes.cpp
77   Spiller.cpp
78   SplitKit.cpp
79   Splitter.cpp
80   StackProtector.cpp
81   StackSlotColoring.cpp
82   StrongPHIElimination.cpp
83   TailDuplication.cpp
84   TargetInstrInfoImpl.cpp
85   TargetLoweringObjectFileImpl.cpp
86   TwoAddressInstructionPass.cpp
87   UnreachableBlockElim.cpp
88   VirtRegMap.cpp
89   VirtRegRewriter.cpp
90   )