diff options
author | Stephen Hines <srhines@google.com> | 2014-02-06 23:41:26 -0800 |
---|---|---|
committer | Stephen Hines <srhines@google.com> | 2014-02-13 13:31:07 -0800 |
commit | 373aa5c665fe6df6b9c5586d397dc3617f25aab5 (patch) | |
tree | 44dcdf3911fadedb91a9077131708f4aa6e8245f /lib/Analysis | |
parent | ce9904c6ea8fd669978a8eefb854b330eb9828ff (diff) | |
download | external_llvm-373aa5c665fe6df6b9c5586d397dc3617f25aab5.zip external_llvm-373aa5c665fe6df6b9c5586d397dc3617f25aab5.tar.gz external_llvm-373aa5c665fe6df6b9c5586d397dc3617f25aab5.tar.bz2 |
Update LLVM for merge to 3.4.
Update config.h files.
Add RS SubtargetFeature for +long64 on ARM devices.
Adjust Android.mk for added/removed files:
+ Delinearization.cpp
- PathNumbering.cpp
- PathProfileInfo.cpp
- PathProfileVerifier.cpp
- ProfileDataLoader.cpp
- ProfileDataLoaderPass.cpp
- ProfileEstimatorPass.cpp
- ProfileInfo.cpp
- ProfileInfoLoader.cpp
- ProfileInfoLoaderPass.cpp
- ProfileVerifierPass.cpp
+ LiveRegUnits.cpp
- ShrinkWrapping.cpp
+ StackMaps.cpp
- StrongPHIElimination.cpp
+ DIEHash.cpp
+ LegacyPassManager.cpp
+ ELF.cpp
+ Unicode.cpp
- MipsOptimizeMathLibCalls.cpp
- MipsELFStreamer.cpp
+ MipsTargetStreamer.cpp
- EdgeProfiling.cpp
+ DataFlowSanitizer.cpp
+ DebugIR.cpp
- OptimalEdgeProfiling.cpp
- PathProfiling.cpp
- ProfilingUtils.cpp
- BasicBlockPlacement.cpp
+ LoopRerollPass.cpp
+ PartiallyInlineLibCalls.cpp
+ SampleProfile.cpp
+ GlobalStatus.cpp
Change-Id: I17dcf0bf53a1720acd8226ae3e30d84993562a91
Diffstat (limited to 'lib/Analysis')
-rw-r--r-- | lib/Analysis/Android.mk | 11 |
1 files changed, 1 insertions, 10 deletions
diff --git a/lib/Analysis/Android.mk b/lib/Analysis/Android.mk index 7e0bccc..86d71f0 100644 --- a/lib/Analysis/Android.mk +++ b/lib/Analysis/Android.mk @@ -16,6 +16,7 @@ analysis_SRC_FILES := \ CodeMetrics.cpp \ ConstantFolding.cpp \ CostModel.cpp \ + Delinearization.cpp \ DependenceAnalysis.cpp \ DomPrinter.cpp \ DominanceFrontier.cpp \ @@ -37,17 +38,7 @@ analysis_SRC_FILES := \ ModuleDebugInfoPrinter.cpp \ NoAliasAnalysis.cpp \ PHITransAddr.cpp \ - PathNumbering.cpp \ - PathProfileInfo.cpp \ - PathProfileVerifier.cpp \ PostDominators.cpp \ - ProfileDataLoader.cpp \ - ProfileDataLoaderPass.cpp \ - ProfileEstimatorPass.cpp \ - ProfileInfo.cpp \ - ProfileInfoLoader.cpp \ - ProfileInfoLoaderPass.cpp \ - ProfileVerifierPass.cpp \ PtrUseVisitor.cpp \ RegionInfo.cpp \ RegionPass.cpp \ |