2008-09-22 09:08:49 +08:00
|
|
|
add_llvm_library(LLVMTransformUtils
|
2013-12-06 17:00:17 +08:00
|
|
|
ASanStackFrameLayout.cpp
|
2014-11-08 08:00:47 +08:00
|
|
|
AddDiscriminators.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
|
2014-11-08 08:00:47 +08:00
|
|
|
CtorUtils.cpp
|
2008-09-22 09:08:49 +08:00
|
|
|
DemoteRegToStack.cpp
|
2014-11-08 08:00:47 +08:00
|
|
|
FlattenCFG.cpp
|
2013-10-22 01:14:55 +08:00
|
|
|
GlobalStatus.cpp
|
2008-09-22 09:08:49 +08:00
|
|
|
InlineFunction.cpp
|
2009-07-22 01:43:20 +08:00
|
|
|
InstructionNamer.cpp
|
2012-09-19 06:02:40 +08:00
|
|
|
IntegerDivision.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
|
2008-09-22 09:08:49 +08:00
|
|
|
LowerInvoke.cpp
|
|
|
|
LowerSwitch.cpp
|
|
|
|
Mem2Reg.cpp
|
2012-09-11 10:55:37 +08:00
|
|
|
MetaRenamer.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
|
2012-10-14 00:45:24 +08:00
|
|
|
SimplifyLibCalls.cpp
|
2014-11-08 08:00:47 +08:00
|
|
|
SymbolRewriter.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
|
2015-02-11 11:28:02 +08:00
|
|
|
|
|
|
|
ADDITIONAL_HEADER_DIRS
|
|
|
|
${LLVM_MAIN_INCLUDE_DIR}/llvm/Transforms
|
|
|
|
${LLVM_MAIN_INCLUDE_DIR}/llvm/Transforms/Utils
|
2008-09-22 09:08:49 +08:00
|
|
|
)
|
2012-06-24 21:32:01 +08:00
|
|
|
|
|
|
|
add_dependencies(LLVMTransformUtils intrinsics_gen)
|