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 static inline to do the right thing when built in C99 mode. Of course,
[llvm/stm8.git]
/
lib
/
Transforms
/
IPO
/
CMakeLists.txt
blob
179b150c14783791692d4488bf4ff16acb88d09c
1
add_llvm_library(LLVMipo
2
ArgumentPromotion.cpp
3
ConstantMerge.cpp
4
DeadArgumentElimination.cpp
5
DeadTypeElimination.cpp
6
ExtractGV.cpp
7
FunctionAttrs.cpp
8
GlobalDCE.cpp
9
GlobalOpt.cpp
10
IPConstantPropagation.cpp
11
IPO.cpp
12
InlineAlways.cpp
13
InlineSimple.cpp
14
Inliner.cpp
15
Internalize.cpp
16
LoopExtractor.cpp
17
LowerSetJmp.cpp
18
MergeFunctions.cpp
19
PartialInlining.cpp
20
PruneEH.cpp
21
StripDeadPrototypes.cpp
22
StripSymbols.cpp
23
)