2008-09-22 09:08:49 +08:00
|
|
|
add_llvm_library(LLVMTransformUtils
|
2009-02-21 15:05:11 +08:00
|
|
|
AddrModeMatcher.cpp
|
2008-09-22 09:08:49 +08:00
|
|
|
BasicBlockUtils.cpp
|
|
|
|
BreakCriticalEdges.cpp
|
2010-03-06 06:34:16 +08:00
|
|
|
BuildLibCalls.cpp
|
2012-09-05 02:22:17 +08:00
|
|
|
BypassSlowDivision.cpp
|
2008-09-22 09:08:49 +08:00
|
|
|
CloneFunction.cpp
|
|
|
|
CloneModule.cpp
|
2011-12-17 09:20:32 +08:00
|
|
|
CmpInstAnalysis.cpp
|
2008-09-22 09:08:49 +08:00
|
|
|
CodeExtractor.cpp
|
|
|
|
DemoteRegToStack.cpp
|
|
|
|
InlineFunction.cpp
|
2009-07-22 01:43:20 +08:00
|
|
|
InstructionNamer.cpp
|
2008-09-22 09:08:49 +08:00
|
|
|
LCSSA.cpp
|
|
|
|
Local.cpp
|
|
|
|
LoopSimplify.cpp
|
2009-11-03 12:01:53 +08:00
|
|
|
LoopUnroll.cpp
|
2011-12-09 14:19:40 +08:00
|
|
|
LoopUnrollRuntime.cpp
|
2011-07-07 02:22:43 +08:00
|
|
|
LowerExpectIntrinsic.cpp
|
2008-09-22 09:08:49 +08:00
|
|
|
LowerInvoke.cpp
|
|
|
|
LowerSwitch.cpp
|
|
|
|
Mem2Reg.cpp
|
2011-11-01 07:58:51 +08:00
|
|
|
ModuleUtils.cpp
|
2008-09-22 09:08:49 +08:00
|
|
|
PromoteMemoryToRegister.cpp
|
2009-10-10 17:04:27 +08:00
|
|
|
SSAUpdater.cpp
|
2009-07-22 01:43:20 +08:00
|
|
|
SimplifyCFG.cpp
|
2011-08-10 11:51:58 +08:00
|
|
|
SimplifyIndVar.cpp
|
2010-12-21 04:54:37 +08:00
|
|
|
SimplifyInstructions.cpp
|
2008-09-22 09:08:49 +08:00
|
|
|
UnifyFunctionExitNodes.cpp
|
2010-10-08 01:55:47 +08:00
|
|
|
Utils.cpp
|
2008-09-22 09:08:49 +08:00
|
|
|
ValueMapper.cpp
|
|
|
|
)
|
2012-06-24 21:32:01 +08:00
|
|
|
|
|
|
|
add_dependencies(LLVMTransformUtils intrinsics_gen)
|