repo.or.cz
/
llvm
/
avr.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Fix comment for consistency sake.
[llvm/avr.git]
/
lib
/
Transforms
/
IPO
/
CMakeLists.txt
blob
ec0f1e193ad6fb2ce043f3ab7e83f4ce27ded755
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
IndMemRemoval.cpp
13
InlineAlways.cpp
14
InlineSimple.cpp
15
Inliner.cpp
16
Internalize.cpp
17
LoopExtractor.cpp
18
LowerSetJmp.cpp
19
MergeFunctions.cpp
20
PartialInlining.cpp
21
PartialSpecialization.cpp
22
PruneEH.cpp
23
RaiseAllocations.cpp
24
StripDeadPrototypes.cpp
25
StripSymbols.cpp
26
StructRetPromotion.cpp
27
)