diff options
Diffstat (limited to 'lib/Transforms')
-rw-r--r-- | lib/Transforms/IPO/Android.mk | 42 | ||||
-rw-r--r-- | lib/Transforms/InstCombine/Android.mk | 28 | ||||
-rw-r--r-- | lib/Transforms/Scalar/Android.mk | 64 | ||||
-rw-r--r-- | lib/Transforms/Utils/Android.mk | 55 |
4 files changed, 95 insertions, 94 deletions
diff --git a/lib/Transforms/IPO/Android.mk b/lib/Transforms/IPO/Android.mk index 3130102..ba9f2b5 100644 --- a/lib/Transforms/IPO/Android.mk +++ b/lib/Transforms/IPO/Android.mk @@ -1,26 +1,26 @@ LOCAL_PATH:= $(call my-dir) -transforms_ipo_SRC_FILES := \ - ArgumentPromotion.cpp \ - ConstantMerge.cpp \ - DeadArgumentElimination.cpp \ - ExtractGV.cpp \ - FunctionAttrs.cpp \ - GlobalDCE.cpp \ - GlobalOpt.cpp \ - IPConstantPropagation.cpp \ - IPO.cpp \ - InlineAlways.cpp \ - InlineSimple.cpp \ - Inliner.cpp \ - Internalize.cpp \ - LoopExtractor.cpp \ - LowerSetJmp.cpp \ - MergeFunctions.cpp \ - PartialInlining.cpp \ - PruneEH.cpp \ - StripDeadPrototypes.cpp \ - StripSymbols.cpp +transforms_ipo_SRC_FILES := \ + ArgumentPromotion.cpp \ + ConstantMerge.cpp \ + DeadArgumentElimination.cpp \ + ExtractGV.cpp \ + FunctionAttrs.cpp \ + GlobalDCE.cpp \ + GlobalOpt.cpp \ + IPConstantPropagation.cpp \ + IPO.cpp \ + InlineAlways.cpp \ + InlineSimple.cpp \ + Inliner.cpp \ + Internalize.cpp \ + LoopExtractor.cpp \ + MergeFunctions.cpp \ + PartialInlining.cpp \ + PassManagerBuilder.cpp \ + PruneEH.cpp \ + StripDeadPrototypes.cpp \ + StripSymbols.cpp # For the host # ===================================================== diff --git a/lib/Transforms/InstCombine/Android.mk b/lib/Transforms/InstCombine/Android.mk index b30fcd9..31605d9 100644 --- a/lib/Transforms/InstCombine/Android.mk +++ b/lib/Transforms/InstCombine/Android.mk @@ -1,19 +1,19 @@ LOCAL_PATH:= $(call my-dir) -transforms_inst_combine_SRC_FILES := \ - InstCombineAddSub.cpp \ - InstCombineAndOrXor.cpp \ - InstCombineCalls.cpp \ - InstCombineCasts.cpp \ - InstCombineCompares.cpp \ - InstCombineLoadStoreAlloca.cpp \ - InstCombineMulDivRem.cpp \ - InstCombinePHI.cpp \ - InstCombineSelect.cpp \ - InstCombineShifts.cpp \ - InstCombineSimplifyDemanded.cpp \ - InstCombineVectorOps.cpp \ - InstructionCombining.cpp +transforms_inst_combine_SRC_FILES := \ + InstCombineAddSub.cpp \ + InstCombineAndOrXor.cpp \ + InstCombineCalls.cpp \ + InstCombineCasts.cpp \ + InstCombineCompares.cpp \ + InstCombineLoadStoreAlloca.cpp \ + InstCombineMulDivRem.cpp \ + InstCombinePHI.cpp \ + InstCombineSelect.cpp \ + InstCombineShifts.cpp \ + InstCombineSimplifyDemanded.cpp \ + InstCombineVectorOps.cpp \ + InstructionCombining.cpp # For the host # ===================================================== diff --git a/lib/Transforms/Scalar/Android.mk b/lib/Transforms/Scalar/Android.mk index 88c0bb3..8804508 100644 --- a/lib/Transforms/Scalar/Android.mk +++ b/lib/Transforms/Scalar/Android.mk @@ -1,38 +1,38 @@ LOCAL_PATH:= $(call my-dir) transforms_scalar_SRC_FILES := \ - ADCE.cpp \ - BasicBlockPlacement.cpp \ - CodeGenPrepare.cpp \ - ConstantProp.cpp \ - CorrelatedValuePropagation.cpp \ - DCE.cpp \ - DeadStoreElimination.cpp \ - EarlyCSE.cpp \ - GVN.cpp \ - IndVarSimplify.cpp \ - JumpThreading.cpp \ - LICM.cpp \ - LoopDeletion.cpp \ - LoopIdiomRecognize.cpp \ - LoopInstSimplify.cpp \ - LoopRotation.cpp \ - LoopStrengthReduce.cpp \ - LoopUnrollPass.cpp \ - LoopUnswitch.cpp \ - LowerAtomic.cpp \ - MemCpyOptimizer.cpp \ - ObjCARC.cpp \ - Reassociate.cpp \ - Reg2Mem.cpp \ - SCCP.cpp \ - Scalar.cpp \ - ScalarReplAggregates.cpp \ - SimplifyCFGPass.cpp \ - SimplifyLibCalls.cpp \ - Sink.cpp \ - TailDuplication.cpp \ - TailRecursionElimination.cpp + ADCE.cpp \ + BasicBlockPlacement.cpp \ + CodeGenPrepare.cpp \ + ConstantProp.cpp \ + CorrelatedValuePropagation.cpp \ + DCE.cpp \ + DeadStoreElimination.cpp \ + EarlyCSE.cpp \ + GlobalMerge.cpp \ + GVN.cpp \ + IndVarSimplify.cpp \ + JumpThreading.cpp \ + LICM.cpp \ + LoopDeletion.cpp \ + LoopIdiomRecognize.cpp \ + LoopInstSimplify.cpp \ + LoopRotation.cpp \ + LoopStrengthReduce.cpp \ + LoopUnrollPass.cpp \ + LoopUnswitch.cpp \ + LowerAtomic.cpp \ + MemCpyOptimizer.cpp \ + ObjCARC.cpp \ + Reassociate.cpp \ + Reg2Mem.cpp \ + SCCP.cpp \ + Scalar.cpp \ + ScalarReplAggregates.cpp \ + SimplifyCFGPass.cpp \ + SimplifyLibCalls.cpp \ + Sink.cpp \ + TailRecursionElimination.cpp # For the host # ===================================================== diff --git a/lib/Transforms/Utils/Android.mk b/lib/Transforms/Utils/Android.mk index c4018e2..d41096f 100644 --- a/lib/Transforms/Utils/Android.mk +++ b/lib/Transforms/Utils/Android.mk @@ -1,32 +1,33 @@ LOCAL_PATH:= $(call my-dir) -transforms_utils_SRC_FILES := \ - AddrModeMatcher.cpp \ - BasicBlockUtils.cpp \ - BasicInliner.cpp \ - BreakCriticalEdges.cpp \ - BuildLibCalls.cpp \ - CloneFunction.cpp \ - CloneModule.cpp \ - CodeExtractor.cpp \ - DemoteRegToStack.cpp \ - InlineFunction.cpp \ - InstructionNamer.cpp \ - LCSSA.cpp \ - Local.cpp \ - LoopSimplify.cpp \ - LoopUnroll.cpp \ - LowerExpectIntrinsic.cpp \ - LowerInvoke.cpp \ - LowerSwitch.cpp \ - Mem2Reg.cpp \ - PromoteMemoryToRegister.cpp \ - SSAUpdater.cpp \ - SimplifyCFG.cpp \ - SimplifyInstructions.cpp \ - UnifyFunctionExitNodes.cpp \ - Utils.cpp \ - ValueMapper.cpp +transforms_utils_SRC_FILES := \ + AddrModeMatcher.cpp \ + BasicBlockUtils.cpp \ + BasicInliner.cpp \ + BreakCriticalEdges.cpp \ + BuildLibCalls.cpp \ + CloneFunction.cpp \ + CloneModule.cpp \ + CodeExtractor.cpp \ + DemoteRegToStack.cpp \ + InlineFunction.cpp \ + InstructionNamer.cpp \ + LCSSA.cpp \ + Local.cpp \ + LoopSimplify.cpp \ + LoopUnroll.cpp \ + LowerExpectIntrinsic.cpp \ + LowerInvoke.cpp \ + LowerSwitch.cpp \ + Mem2Reg.cpp \ + PromoteMemoryToRegister.cpp \ + SSAUpdater.cpp \ + SimplifyCFG.cpp \ + SimplifyIndVar.cpp \ + SimplifyInstructions.cpp \ + UnifyFunctionExitNodes.cpp \ + Utils.cpp \ + ValueMapper.cpp # For the host # ===================================================== |