This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from c4c59c309ef [dsymutil][test] Add PowerPC test new a886e2f85a0 Don't output bitcode to stdout in 2002-07-31-SlashInString.ll test new b0b9884d4b3 Make the LLParser accept call instructions of variables in [...]
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: lib/AsmParser/LLParser.cpp | 51 +++++++++++++++------- lib/AsmParser/LLParser.h | 6 +-- test/Assembler/2002-07-31-SlashInString.ll | 2 +- test/Assembler/call-nonzero-program-addrspace-2.ll | 11 +++++ test/Assembler/call-nonzero-program-addrspace.ll | 13 ++++++ test/Assembler/invoke-nonzero-program-addrspace.ll | 18 ++++++++ 6 files changed, 81 insertions(+), 20 deletions(-) create mode 100644 test/Assembler/call-nonzero-program-addrspace-2.ll create mode 100644 test/Assembler/call-nonzero-program-addrspace.ll create mode 100644 test/Assembler/invoke-nonzero-program-addrspace.ll