repo.or.cz
/
llvm
/
stm8.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Use BranchProbability instead of floating points in IfConverter.
[llvm/stm8.git]
/
lib
/
Transforms
/
Scalar
/
CMakeLists.txt
blob
c223da60e0fa23d227b6e0d5f069bfa404a0da9b
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
EarlyCSE.cpp
10
GVN.cpp
11
IndVarSimplify.cpp
12
JumpThreading.cpp
13
LICM.cpp
14
LoopDeletion.cpp
15
LoopIdiomRecognize.cpp
16
LoopInstSimplify.cpp
17
LoopRotation.cpp
18
LoopStrengthReduce.cpp
19
LoopUnrollPass.cpp
20
LoopUnswitch.cpp
21
LowerAtomic.cpp
22
MemCpyOptimizer.cpp
23
ObjCARC.cpp
24
Reassociate.cpp
25
Reg2Mem.cpp
26
SCCP.cpp
27
Scalar.cpp
28
ScalarReplAggregates.cpp
29
SimplifyCFGPass.cpp
30
SimplifyLibCalls.cpp
31
Sink.cpp
32
TailDuplication.cpp
33
TailRecursionElimination.cpp
34
)