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