use both the Mangler and the CBE's mangler for identifiers,
[oota-llvm.git] / lib / CodeGen / CMakeLists.txt
1 add_llvm_library(LLVMCodeGen
2   AggressiveAntiDepBreaker.cpp
3   BranchFolding.cpp
4   CalcSpillWeights.cpp
5   CodePlacementOpt.cpp
6   CriticalAntiDepBreaker.cpp
7   DeadMachineInstructionElim.cpp
8   DwarfEHPrepare.cpp
9   ELFCodeEmitter.cpp
10   ELFWriter.cpp
11   ExactHazardRecognizer.cpp
12   GCMetadata.cpp
13   GCMetadataPrinter.cpp
14   GCStrategy.cpp
15   IfConversion.cpp
16   IntrinsicLowering.cpp
17   LLVMTargetMachine.cpp
18   LatencyPriorityQueue.cpp
19   LiveInterval.cpp
20   LiveIntervalAnalysis.cpp
21   LiveStackAnalysis.cpp
22   LiveVariables.cpp
23   LowerSubregs.cpp
24   MachOWriter.cpp
25   MachineBasicBlock.cpp
26   MachineDominators.cpp
27   MachineFunction.cpp
28   MachineFunctionAnalysis.cpp
29   MachineFunctionPass.cpp
30   MachineInstr.cpp
31   MachineLICM.cpp
32   MachineLoopInfo.cpp
33   MachineModuleInfo.cpp
34   MachineModuleInfoImpls.cpp
35   MachinePassRegistry.cpp
36   MachineRegisterInfo.cpp
37   MachineSSAUpdater.cpp
38   MachineSink.cpp
39   MachineVerifier.cpp
40   ObjectCodeEmitter.cpp
41   OcamlGC.cpp
42   OptimizeExts.cpp
43   PHIElimination.cpp
44   Passes.cpp
45   PostRASchedulerList.cpp
46   PreAllocSplitting.cpp
47   ProcessImplicitDefs.cpp
48   PrologEpilogInserter.cpp
49   PseudoSourceValue.cpp
50   RegAllocLinearScan.cpp
51   RegAllocLocal.cpp
52   RegAllocPBQP.cpp
53   RegisterCoalescer.cpp
54   RegisterScavenging.cpp
55   ScheduleDAG.cpp
56   ScheduleDAGEmit.cpp
57   ScheduleDAGInstrs.cpp
58   ScheduleDAGPrinter.cpp
59   ShadowStackGC.cpp
60   ShrinkWrapping.cpp
61   SimpleRegisterCoalescing.cpp
62   SjLjEHPrepare.cpp
63   SlotIndexes.cpp
64   Spiller.cpp
65   StackProtector.cpp
66   StackSlotColoring.cpp
67   StrongPHIElimination.cpp
68   TailDuplication.cpp
69   TargetInstrInfoImpl.cpp
70   TwoAddressInstructionPass.cpp
71   UnreachableBlockElim.cpp
72   VirtRegMap.cpp
73   VirtRegRewriter.cpp
74   )
75
76 target_link_libraries (LLVMCodeGen LLVMCore LLVMScalarOpts)