aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Transforms
diff options
context:
space:
mode:
authorStephen Hines <srhines@google.com>2012-09-10 20:13:51 -0700
committerStephen Hines <srhines@google.com>2012-09-10 20:13:51 -0700
commit68aeecc773d36c4be9adf32d1f09ec739574c880 (patch)
treeff2a7e4a750998714164704b8c4b41382a69a1fa /lib/Transforms
parent1c4ad5ef4fab105f0c8af7edd026e00502fb6279 (diff)
downloadexternal_llvm-68aeecc773d36c4be9adf32d1f09ec739574c880.zip
external_llvm-68aeecc773d36c4be9adf32d1f09ec739574c880.tar.gz
external_llvm-68aeecc773d36c4be9adf32d1f09ec739574c880.tar.bz2
Merge up through LLVM r163557.
Updated Android.mk source files for Analysis, CodeGen, Target/Mips, Transforms/Instrumentation, and Transforms/Utils. Change-Id: I232a895e3ad9ec0c4a66f4308a11bb794b67940f
Diffstat (limited to 'lib/Transforms')
-rw-r--r--lib/Transforms/Instrumentation/Android.mk2
-rw-r--r--lib/Transforms/Utils/Android.mk1
2 files changed, 2 insertions, 1 deletions
diff --git a/lib/Transforms/Instrumentation/Android.mk b/lib/Transforms/Instrumentation/Android.mk
index cc7a9da..a6512bf 100644
--- a/lib/Transforms/Instrumentation/Android.mk
+++ b/lib/Transforms/Instrumentation/Android.mk
@@ -2,9 +2,9 @@ LOCAL_PATH:= $(call my-dir)
instrumentation_SRC_FILES := \
AddressSanitizer.cpp \
+ BlackList.cpp \
BoundsChecking.cpp \
EdgeProfiling.cpp \
- FunctionBlackList.cpp \
GCOVProfiling.cpp \
Instrumentation.cpp \
OptimalEdgeProfiling.cpp \
diff --git a/lib/Transforms/Utils/Android.mk b/lib/Transforms/Utils/Android.mk
index 5a908d0..c3f0789 100644
--- a/lib/Transforms/Utils/Android.mk
+++ b/lib/Transforms/Utils/Android.mk
@@ -5,6 +5,7 @@ transforms_utils_SRC_FILES := \
BasicBlockUtils.cpp \
BreakCriticalEdges.cpp \
BuildLibCalls.cpp \
+ BypassSlowDivision.cpp \
CloneFunction.cpp \
CloneModule.cpp \
CmpInstAnalysis.cpp \