This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 286f6b54738 TableGen/SearchableTables: Cast enums to unsigned in genera [...] new 47ff67b78de Allow creating llvm::Function in non-zero address spaces
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 | 25 ++-- include/llvm/IR/Function.h | 18 ++- include/llvm/IR/GlobalValue.h | 1 + lib/AsmParser/LLParser.cpp | 127 +++++++++++---------- lib/AsmParser/LLParser.h | 14 ++- lib/Bitcode/Reader/BitcodeReader.cpp | 10 +- lib/Bitcode/Writer/BitcodeWriter.cpp | 4 +- lib/IR/AsmWriter.cpp | 30 +++++ lib/IR/AutoUpgrade.cpp | 4 +- lib/IR/Function.cpp | 20 +++- lib/IR/Globals.cpp | 5 + lib/IR/Module.cpp | 8 +- .../Instrumentation/DataFlowSanitizer.cpp | 7 +- lib/Transforms/Utils/CloneFunction.cpp | 4 +- lib/Transforms/Utils/CloneModule.cpp | 9 +- lib/Transforms/Utils/CodeExtractor.cpp | 7 +- test/Assembler/call-nonzero-program-addrspace-2.ll | 21 +++- test/Assembler/call-nonzero-program-addrspace.ll | 24 ++-- test/Assembler/invoke-nonzero-program-addrspace.ll | 22 +++- test/Bitcode/function-address-space-fwd-decl.ll | 39 +++++++ test/Bitcode/function-default-address-spaces.ll | 35 ++++++ .../function-nonzero-address-spaces-types.ll | 23 ++++ test/Bitcode/function-nonzero-address-spaces.ll | 29 +++++ 23 files changed, 368 insertions(+), 118 deletions(-) create mode 100644 test/Bitcode/function-address-space-fwd-decl.ll create mode 100644 test/Bitcode/function-default-address-spaces.ll create mode 100644 test/Bitcode/function-nonzero-address-spaces-types.ll create mode 100644 test/Bitcode/function-nonzero-address-spaces.ll