This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from b9f31323a69 Revert "[Analysis] Support aligned new/delete functions." new 75627b1a254 [Analysis] Support aligned new/delete functions.
The 1 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: include/llvm/Analysis/TargetLibraryInfo.def | 36 ++++++++++++++++++++ lib/Analysis/MemoryBuiltins.cpp | 17 ++++++++++ lib/Analysis/TargetLibraryInfo.cpp | 28 ++++++++++++++++ test/Transforms/InstCombine/malloc-free-delete.ll | 40 +++++++++++++++++++++++ unittests/Analysis/TargetLibraryInfoTest.cpp | 12 +++++++ 5 files changed, 133 insertions(+)