OLD | NEW |
1 add_llvm_library(LLVMScalarOpts | 1 add_llvm_library(LLVMScalarOpts |
2 ADCE.cpp | 2 ADCE.cpp |
3 BasicBlockPlacement.cpp | 3 BasicBlockPlacement.cpp |
4 CodeGenPrepare.cpp | 4 CodeGenPrepare.cpp |
5 ConstantProp.cpp | 5 ConstantProp.cpp |
6 CorrelatedValuePropagation.cpp | 6 CorrelatedValuePropagation.cpp |
7 DCE.cpp | 7 DCE.cpp |
8 DeadStoreElimination.cpp | 8 DeadStoreElimination.cpp |
9 EarlyCSE.cpp | 9 EarlyCSE.cpp |
10 GlobalMerge.cpp | 10 GlobalMerge.cpp |
(...skipping 13 matching lines...) Expand all Loading... |
24 Reassociate.cpp | 24 Reassociate.cpp |
25 Reg2Mem.cpp | 25 Reg2Mem.cpp |
26 SCCP.cpp | 26 SCCP.cpp |
27 SROA.cpp | 27 SROA.cpp |
28 Scalar.cpp | 28 Scalar.cpp |
29 ScalarReplAggregates.cpp | 29 ScalarReplAggregates.cpp |
30 SimplifyCFGPass.cpp | 30 SimplifyCFGPass.cpp |
31 SimplifyLibCalls.cpp | 31 SimplifyLibCalls.cpp |
32 Sink.cpp | 32 Sink.cpp |
33 TailRecursionElimination.cpp | 33 TailRecursionElimination.cpp |
34 NaClCcRewrite.cpp | |
35 ) | 34 ) |
36 | 35 |
37 add_dependencies(LLVMScalarOpts intrinsics_gen) | 36 add_dependencies(LLVMScalarOpts intrinsics_gen) |
OLD | NEW |