repo.or.cz
/
llvm
/
zpu.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Fixed some bugs.
[llvm/zpu.git]
/
lib
/
Transforms
/
Scalar
/
CMakeLists.txt
blob
3f4ceb4b7741cc784375106db91134ad814d31aa
1
add_llvm_library(LLVMScalarOpts
2
ADCE.cpp
3
BasicBlockPlacement.cpp
4
CodeGenPrepare.cpp
5
ConstantProp.cpp
6
CorrelatedValuePropagation.cpp
7
DCE.cpp
8
DeadStoreElimination.cpp
9
GEPSplitter.cpp
10
GVN.cpp
11
IndVarSimplify.cpp
12
JumpThreading.cpp
13
LICM.cpp
14
LoopDeletion.cpp
15
LoopRotation.cpp
16
LoopStrengthReduce.cpp
17
LoopUnrollPass.cpp
18
LoopUnswitch.cpp
19
LowerAtomic.cpp
20
MemCpyOptimizer.cpp
21
Reassociate.cpp
22
Reg2Mem.cpp
23
SCCP.cpp
24
Scalar.cpp
25
ScalarReplAggregates.cpp
26
SimplifyCFGPass.cpp
27
SimplifyHalfPowrLibCalls.cpp
28
SimplifyLibCalls.cpp
29
Sink.cpp
30
TailDuplication.cpp
31
TailRecursionElimination.cpp
32
)