comparison lib/CodeGen/CMakeLists.txt @ 134:3a76565eade5 LLVM5.0.1

update 5.0.1
author mir3636
date Sat, 17 Feb 2018 09:57:20 +0900
parents 803732b1fca8
children c2174574ed3a
comparison
equal deleted inserted replaced
133:c60214abe0e8 134:3a76565eade5
4 Analysis.cpp 4 Analysis.cpp
5 AtomicExpandPass.cpp 5 AtomicExpandPass.cpp
6 BasicTargetTransformInfo.cpp 6 BasicTargetTransformInfo.cpp
7 BranchFolding.cpp 7 BranchFolding.cpp
8 BranchRelaxation.cpp 8 BranchRelaxation.cpp
9 BreakFalseDeps.cpp
9 BuiltinGCs.cpp 10 BuiltinGCs.cpp
10 CalcSpillWeights.cpp 11 CalcSpillWeights.cpp
11 CallingConvLower.cpp 12 CallingConvLower.cpp
12 CodeGen.cpp 13 CodeGen.cpp
13 CodeGenPrepare.cpp 14 CodeGenPrepare.cpp
14 CountingFunctionInserter.cpp
15 CriticalAntiDepBreaker.cpp 15 CriticalAntiDepBreaker.cpp
16 DeadMachineInstructionElim.cpp 16 DeadMachineInstructionElim.cpp
17 DetectDeadLanes.cpp 17 DetectDeadLanes.cpp
18 DFAPacketizer.cpp 18 DFAPacketizer.cpp
19 DwarfEHPrepare.cpp 19 DwarfEHPrepare.cpp
20 EarlyIfConversion.cpp 20 EarlyIfConversion.cpp
21 EdgeBundles.cpp 21 EdgeBundles.cpp
22 ExecutionDepsFix.cpp 22 ExecutionDomainFix.cpp
23 ExpandISelPseudos.cpp 23 ExpandISelPseudos.cpp
24 ExpandMemCmp.cpp
24 ExpandPostRAPseudos.cpp 25 ExpandPostRAPseudos.cpp
25 ExpandReductions.cpp 26 ExpandReductions.cpp
26 FaultMaps.cpp 27 FaultMaps.cpp
27 FEntryInserter.cpp 28 FEntryInserter.cpp
28 FuncletLayout.cpp 29 FuncletLayout.cpp
31 GCRootLowering.cpp 32 GCRootLowering.cpp
32 GCStrategy.cpp 33 GCStrategy.cpp
33 GlobalMerge.cpp 34 GlobalMerge.cpp
34 IfConversion.cpp 35 IfConversion.cpp
35 ImplicitNullChecks.cpp 36 ImplicitNullChecks.cpp
37 IndirectBrExpandPass.cpp
36 InlineSpiller.cpp 38 InlineSpiller.cpp
37 InterferenceCache.cpp 39 InterferenceCache.cpp
38 InterleavedAccessPass.cpp 40 InterleavedAccessPass.cpp
39 IntrinsicLowering.cpp 41 IntrinsicLowering.cpp
40 LatencyPriorityQueue.cpp 42 LatencyPriorityQueue.cpp
41 LazyMachineBlockFrequencyInfo.cpp 43 LazyMachineBlockFrequencyInfo.cpp
42 LexicalScopes.cpp 44 LexicalScopes.cpp
43 LiveDebugValues.cpp 45 LiveDebugValues.cpp
44 LiveDebugVariables.cpp 46 LiveDebugVariables.cpp
45 LiveIntervalAnalysis.cpp 47 LiveIntervals.cpp
46 LiveInterval.cpp 48 LiveInterval.cpp
47 LiveIntervalUnion.cpp 49 LiveIntervalUnion.cpp
48 LivePhysRegs.cpp 50 LivePhysRegs.cpp
49 LiveRangeCalc.cpp 51 LiveRangeCalc.cpp
50 LiveRangeEdit.cpp 52 LiveRangeEdit.cpp
51 LiveRangeShrink.cpp 53 LiveRangeShrink.cpp
52 LiveRegMatrix.cpp 54 LiveRegMatrix.cpp
53 LiveRegUnits.cpp 55 LiveRegUnits.cpp
54 LiveStackAnalysis.cpp 56 LiveStacks.cpp
55 LiveVariables.cpp 57 LiveVariables.cpp
56 LLVMTargetMachine.cpp 58 LLVMTargetMachine.cpp
57 LocalStackSlotAllocation.cpp 59 LocalStackSlotAllocation.cpp
60 LoopTraversal.cpp
58 LowLevelType.cpp 61 LowLevelType.cpp
59 LowerEmuTLS.cpp 62 LowerEmuTLS.cpp
60 MachineBasicBlock.cpp 63 MachineBasicBlock.cpp
61 MachineBlockFrequencyInfo.cpp 64 MachineBlockFrequencyInfo.cpp
62 MachineBlockPlacement.cpp 65 MachineBlockPlacement.cpp
74 MachineInstr.cpp 77 MachineInstr.cpp
75 MachineLICM.cpp 78 MachineLICM.cpp
76 MachineLoopInfo.cpp 79 MachineLoopInfo.cpp
77 MachineModuleInfo.cpp 80 MachineModuleInfo.cpp
78 MachineModuleInfoImpls.cpp 81 MachineModuleInfoImpls.cpp
82 MachineOperand.cpp
79 MachineOptimizationRemarkEmitter.cpp 83 MachineOptimizationRemarkEmitter.cpp
80 MachineOutliner.cpp 84 MachineOutliner.cpp
81 MachinePassRegistry.cpp 85 MachinePassRegistry.cpp
82 MachinePipeliner.cpp 86 MachinePipeliner.cpp
83 MachinePostDominators.cpp 87 MachinePostDominators.cpp
101 PostRASchedulerList.cpp 105 PostRASchedulerList.cpp
102 PreISelIntrinsicLowering.cpp 106 PreISelIntrinsicLowering.cpp
103 ProcessImplicitDefs.cpp 107 ProcessImplicitDefs.cpp
104 PrologEpilogInserter.cpp 108 PrologEpilogInserter.cpp
105 PseudoSourceValue.cpp 109 PseudoSourceValue.cpp
110 ReachingDefAnalysis.cpp
106 RegAllocBase.cpp 111 RegAllocBase.cpp
107 RegAllocBasic.cpp 112 RegAllocBasic.cpp
108 RegAllocFast.cpp 113 RegAllocFast.cpp
109 RegAllocGreedy.cpp 114 RegAllocGreedy.cpp
110 RegAllocPBQP.cpp 115 RegAllocPBQP.cpp
111 RegisterClassInfo.cpp 116 RegisterClassInfo.cpp
112 RegisterCoalescer.cpp 117 RegisterCoalescer.cpp
113 RegisterPressure.cpp 118 RegisterPressure.cpp
114 RegisterScavenging.cpp 119 RegisterScavenging.cpp
115 RenameIndependentSubregs.cpp 120 RenameIndependentSubregs.cpp
121 MIRCanonicalizerPass.cpp
116 RegisterUsageInfo.cpp 122 RegisterUsageInfo.cpp
117 RegUsageInfoCollector.cpp 123 RegUsageInfoCollector.cpp
118 RegUsageInfoPropagate.cpp 124 RegUsageInfoPropagate.cpp
119 ResetMachineFunctionPass.cpp 125 ResetMachineFunctionPass.cpp
120 SafeStack.cpp 126 SafeStack.cpp