This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from dbdaecd1134 Revert r310014 as it breaks build lld-x86_64-darwin13 new e9c33c9ee0c Un-revert r310014: false revert, it wasn't the cause of bui [...]
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: include/llvm/IR/DIBuilder.h | 10 ++- lib/IR/DIBuilder.cpp | 29 +++++- lib/Transforms/IPO/GlobalOpt.cpp | 35 +++++++- test/DebugInfo/Generic/global-sra-array.ll | 129 +++++++++++++++++++++++++++ test/DebugInfo/Generic/global-sra-struct.ll | 132 ++++++++++++++++++++++++++++ 5 files changed, 325 insertions(+), 10 deletions(-) create mode 100644 test/DebugInfo/Generic/global-sra-array.ll create mode 100644 test/DebugInfo/Generic/global-sra-struct.ll