This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 7737462b290 [AVR] Fix a lowering bug in AVRISelLowering.cpp new a78fde85591 Add default address space for functions to the data layout (1/3)
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 | 9 ++++++++- include/llvm/IR/DataLayout.h | 4 ++++ lib/IR/DataLayout.cpp | 17 ++++++++++++++--- test/Assembler/datalayout-program-addrspace.ll | 5 +++++ test/Assembler/invalid-datalayout-alloca-addrspace.ll | 2 +- test/Assembler/invalid-datalayout-program-addrspace.ll | 4 ++++ 6 files changed, 36 insertions(+), 5 deletions(-) create mode 100644 test/Assembler/datalayout-program-addrspace.ll create mode 100644 test/Assembler/invalid-datalayout-program-addrspace.ll