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
- Make BranchProbability constructor public.
[llvm/stm8.git]
/
lib
/
Transforms
/
IPO
/
CMakeLists.txt
blob
3de7bfceed1bce7221fe7ede49b73a1d0f721976
1
add_llvm_library(LLVMipo
2
ArgumentPromotion.cpp
3
ConstantMerge.cpp
4
DeadArgumentElimination.cpp
5
ExtractGV.cpp
6
FunctionAttrs.cpp
7
GlobalDCE.cpp
8
GlobalOpt.cpp
9
IPConstantPropagation.cpp
10
IPO.cpp
11
InlineAlways.cpp
12
InlineSimple.cpp
13
Inliner.cpp
14
Internalize.cpp
15
LoopExtractor.cpp
16
LowerSetJmp.cpp
17
MergeFunctions.cpp
18
PartialInlining.cpp
19
PruneEH.cpp
20
StripDeadPrototypes.cpp
21
StripSymbols.cpp
22
)