This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 7597e7f1797 Add, and infer, a nofree function attribute new fb8a52a5866 Teach the IRBuilder about fadd and friends. new bb7d03ce5b3 [Bitcode][NFC] Remove unused variable from BitcodeAnalyzer
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/IR/IRBuilder.h | 130 ++++++++++++++++++++++++++++++++- include/llvm/IR/IntrinsicInst.h | 49 +++++++++---- lib/Bitcode/Reader/BitcodeAnalyzer.cpp | 2 - lib/IR/IntrinsicInst.cpp | 67 ++++++++++++++--- lib/IR/Verifier.cpp | 4 +- unittests/IR/IRBuilderTest.cpp | 64 ++++++++++++++++ 6 files changed, 286 insertions(+), 30 deletions(-)