This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from ab849b1c45d Add missing <atomic> include to appease MSVC builds. new d77ce817925 [Support] Move the static initializer install_out_memory_ne [...] new 6f8da226650 [FunctionAttrs] Add a test for "nofree" function attribute
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/Support/InitLLVM.h | 5 +- lib/Support/ErrorHandling.cpp | 22 +-- lib/Support/InitLLVM.cpp | 1 + test/Transforms/FunctionAttrs/nofree-attributor.ll | 163 +++++++++++++++++++++ 4 files changed, 173 insertions(+), 18 deletions(-) create mode 100644 test/Transforms/FunctionAttrs/nofree-attributor.ll