Propagate debug loc info for AND. Also clean up some comments.
[oota-llvm.git] / lib / CodeGen / CMakeLists.txt
1 add_llvm_library(LLVMCodeGen
2   BranchFolding.cpp
3   DeadMachineInstructionElim.cpp
4   ELFWriter.cpp
5   GCMetadata.cpp
6   GCMetadataPrinter.cpp
7   GCStrategy.cpp
8   IfConversion.cpp
9   IntrinsicLowering.cpp
10   LLVMTargetMachine.cpp
11   LatencyPriorityQueue.cpp
12   LiveInterval.cpp
13   LiveIntervalAnalysis.cpp
14   LiveStackAnalysis.cpp
15   LiveVariables.cpp
16   LoopAligner.cpp
17   LowerSubregs.cpp
18   MachOWriter.cpp
19   MachineBasicBlock.cpp
20   MachineDominators.cpp
21   MachineFunction.cpp
22   MachineInstr.cpp
23   MachineLICM.cpp
24   MachineLoopInfo.cpp
25   MachineModuleInfo.cpp
26   MachinePassRegistry.cpp
27   MachineRegisterInfo.cpp
28   MachineSink.cpp
29   OcamlGC.cpp
30   PBQP.cpp
31   PHIElimination.cpp
32   Passes.cpp
33   PostRASchedulerList.cpp
34   PreAllocSplitting.cpp
35   PrologEpilogInserter.cpp
36   PseudoSourceValue.cpp
37   RegAllocBigBlock.cpp
38   RegAllocLinearScan.cpp
39   RegAllocLocal.cpp
40   RegAllocPBQP.cpp
41   RegAllocSimple.cpp
42   RegisterCoalescer.cpp
43   RegisterScavenging.cpp
44   ScheduleDAG.cpp
45   ScheduleDAGEmit.cpp
46   ScheduleDAGInstrs.cpp
47   ScheduleDAGPrinter.cpp
48   ShadowStackGC.cpp
49   SimpleRegisterCoalescing.cpp
50   StackProtector.cpp
51   StackSlotColoring.cpp
52   StrongPHIElimination.cpp
53   TargetInstrInfoImpl.cpp
54   TwoAddressInstructionPass.cpp
55   UnreachableBlockElim.cpp
56   VirtRegMap.cpp
57   )