This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from fbb6a60b6dc [llvm-exegesis] Put a newline at the end of each error report. new aacb846c039 [SimplifyLibcalls] Realloc(null, N) -> Malloc(N) new e734fe7e7b9 [llvm-exegesis] Use LLVMTargetMachine pointer everywhere. NFCI.
The 2 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/Transforms/Utils/BuildLibCalls.h | 8 +++++ include/llvm/Transforms/Utils/SimplifyLibCalls.h | 1 + lib/Transforms/Utils/BuildLibCalls.cpp | 37 ++++++++++++++++++++++++ lib/Transforms/Utils/SimplifyLibCalls.cpp | 30 ++++++------------- test/Transforms/InstCombine/realloc.ll | 24 +++++++++++++++ tools/llvm-exegesis/lib/InMemoryAssembler.cpp | 2 +- 6 files changed, 80 insertions(+), 22 deletions(-) create mode 100644 test/Transforms/InstCombine/realloc.ll