mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-25 04:02:41 +01:00
60d0ab4838
llvm-svn: 76595
28 lines
541 B
CMake
28 lines
541 B
CMake
add_llvm_library(LLVMipo
|
|
ArgumentPromotion.cpp
|
|
ConstantMerge.cpp
|
|
DeadArgumentElimination.cpp
|
|
DeadTypeElimination.cpp
|
|
ExtractGV.cpp
|
|
FunctionAttrs.cpp
|
|
GlobalDCE.cpp
|
|
GlobalOpt.cpp
|
|
IPConstantPropagation.cpp
|
|
IPO.cpp
|
|
IndMemRemoval.cpp
|
|
InlineAlways.cpp
|
|
InlineSimple.cpp
|
|
Inliner.cpp
|
|
Internalize.cpp
|
|
LoopExtractor.cpp
|
|
LowerSetJmp.cpp
|
|
MergeFunctions.cpp
|
|
PartialInlining.cpp
|
|
PartialSpecialization.cpp
|
|
PruneEH.cpp
|
|
RaiseAllocations.cpp
|
|
StripDeadPrototypes.cpp
|
|
StripSymbols.cpp
|
|
StructRetPromotion.cpp
|
|
)
|