This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 3cf846acd82 Test commit: fix typo in comment new ea46abe2cc7 Replace most users of UnknownSize with LocationSize::unknow [...] new 04af5ff3eb6 Support for remapping profile data when symbols change, for [...] new 8313c3b553f [CMake] NFC. Updating documentation on options
The 3 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: cmake/modules/HandleLLVMOptions.cmake | 4 +- include/llvm/Analysis/AliasAnalysis.h | 3 +- include/llvm/Analysis/MemoryDependenceAnalysis.h | 2 +- include/llvm/Analysis/MemoryLocation.h | 2 +- include/llvm/ProfileData/SampleProfReader.h | 52 +++++++++++++++++-- lib/Analysis/AliasSetTracker.cpp | 2 +- lib/Analysis/BasicAliasAnalysis.cpp | 39 +++++++------- lib/Analysis/CFLAndersAliasAnalysis.cpp | 6 +-- lib/Analysis/DependenceAnalysis.cpp | 4 +- lib/Analysis/LoopAccessAnalysis.cpp | 4 +- lib/Analysis/MemoryLocation.cpp | 10 ++-- lib/CodeGen/ImplicitNullChecks.cpp | 10 ++-- lib/CodeGen/MachinePipeliner.cpp | 4 +- lib/ProfileData/SampleProfReader.cpp | 55 ++++++++++++++++++++ lib/Target/ARM/ARMParallelDSP.cpp | 2 +- lib/Target/Hexagon/HexagonLoopIdiomRecognition.cpp | 2 +- lib/Transforms/IPO/FunctionAttrs.cpp | 2 +- lib/Transforms/Scalar/LICM.cpp | 2 +- unittests/Analysis/AliasAnalysisTest.cpp | 4 +- unittests/ProfileData/SampleProfTest.cpp | 59 +++++++++++++++------- 20 files changed, 194 insertions(+), 74 deletions(-)