mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-25 20:23:11 +01:00
9c5aa00411
works on unstructured CFGs. This implements PR217, our oldest open PR. llvm-svn: 83705
31 lines
597 B
CMake
31 lines
597 B
CMake
add_llvm_library(LLVMTransformUtils
|
|
AddrModeMatcher.cpp
|
|
BasicBlockUtils.cpp
|
|
BasicInliner.cpp
|
|
BreakCriticalEdges.cpp
|
|
CloneFunction.cpp
|
|
CloneLoop.cpp
|
|
CloneModule.cpp
|
|
CodeExtractor.cpp
|
|
DemoteRegToStack.cpp
|
|
InlineCost.cpp
|
|
InlineFunction.cpp
|
|
InstructionNamer.cpp
|
|
LCSSA.cpp
|
|
Local.cpp
|
|
LoopSimplify.cpp
|
|
LowerAllocations.cpp
|
|
LowerInvoke.cpp
|
|
LowerSwitch.cpp
|
|
Mem2Reg.cpp
|
|
PromoteMemoryToRegister.cpp
|
|
SSAUpdater.cpp
|
|
SSI.cpp
|
|
SimplifyCFG.cpp
|
|
UnifyFunctionExitNodes.cpp
|
|
UnrollLoop.cpp
|
|
ValueMapper.cpp
|
|
)
|
|
|
|
target_link_libraries (LLVMTransformUtils LLVMSupport)
|