This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 061feda [CodeGen] Make the code that detects a if a shuffle is really [...] new b07f540 Add writeonly IR attribute
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: docs/LangRef.rst | 7 +++++ include/llvm/Analysis/AliasAnalysis.h | 13 +++++++++ include/llvm/Bitcode/LLVMBitCodes.h | 3 ++- include/llvm/IR/Attributes.td | 3 +++ include/llvm/IR/CallSite.h | 8 ++++++ include/llvm/IR/Function.h | 8 ++++++ include/llvm/IR/Instructions.h | 16 +++++++++++ include/llvm/IR/Intrinsics.td | 10 +++++-- lib/Analysis/AliasAnalysis.cpp | 4 +++ lib/Analysis/BasicAliasAnalysis.cpp | 33 ++++++++--------------- lib/AsmParser/LLLexer.cpp | 1 + lib/AsmParser/LLParser.cpp | 2 ++ lib/AsmParser/LLToken.h | 1 + lib/Bitcode/Reader/BitcodeReader.cpp | 2 ++ lib/Bitcode/Writer/BitcodeWriter.cpp | 2 ++ lib/IR/Attributes.cpp | 3 +++ lib/IR/Verifier.cpp | 23 ++++++++++++++++ test/Analysis/BasicAA/cs-cs.ll | 43 ++++++++++++++++++++---------- test/Bindings/llvm-c/Inputs/invalid.ll.bc | Bin 688 -> 688 bytes test/Bindings/llvm-c/invalid-bitcode.test | 4 +-- test/Bitcode/attributes.ll | 11 ++++++-- test/Bitcode/compatibility.ll | 7 +++-- test/Bitcode/invalid.ll | 2 +- test/Bitcode/invalid.ll.bc | Bin 688 -> 688 bytes test/LTO/X86/Inputs/invalid.ll.bc | Bin 688 -> 688 bytes test/LTO/X86/invalid.ll | 2 +- test/Verifier/writeonly.ll | 13 +++++++++ utils/TableGen/CodeGenIntrinsics.h | 1 + utils/TableGen/CodeGenTarget.cpp | 3 +++ utils/TableGen/IntrinsicEmitter.cpp | 17 +++++++++++- 30 files changed, 194 insertions(+), 48 deletions(-) create mode 100644 test/Verifier/writeonly.ll