This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 8979745 2016-05-13 Anton Kolesov <anton.kolesov(a)synopsys.com>
new cd9cf09 * config.guess: Import version 2016-04-02 (newest). * confi [...]
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:
ChangeLog | 5 ++++
config.guess | 93 ++++++++++++++++++++++++++++++++----------------------------
config.sub | 8 ++++--
3 files changed, 60 insertions(+), 46 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 80bf9f5 Add missing TinyPtrVector functionality: reverse iterators an [...]
new 85bfb07 Add a (size, value) constructor to TinyPtrVector.
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/ADT/TinyPtrVector.h | 12 ++++++++++--
1 file changed, 10 insertions(+), 2 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 7985e4b AMDGPU: Fix promote alloca pass creating huge arrays
new 80bf9f5 Add missing TinyPtrVector functionality: reverse iterators an [...]
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/ADT/TinyPtrVector.h | 22 +++++++++++++++++++++-
1 file changed, 21 insertions(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository clang.
from b76523e Revert "Reapply^2 "[ProfileData] (clang) Use Error in InstrPr [...]
new 258d236 [PS4] Tighten up a test (noticed in passing)
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:
test/Driver/ps4-linker-win.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 02e7a26 llvm-dwp: Add .test files missing from r269339
new e26e7d3 Fail early on unknown appending linkage variables.
new 7985e4b AMDGPU: Fix promote alloca pass creating huge arrays
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:
docs/LangRef.rst | 5 +
lib/CodeGen/AsmPrinter/AsmPrinter.cpp | 9 +-
lib/Target/AMDGPU/AMDGPUPromoteAlloca.cpp | 105 ++++++++++++++---
lib/Target/AMDGPU/AMDGPUSubtarget.cpp | 58 +++++++++
lib/Target/AMDGPU/AMDGPUSubtarget.h | 11 +-
test/CodeGen/AMDGPU/amdgpu.private-memory.ll | 31 ++---
test/CodeGen/AMDGPU/array-ptr-calc-i32.ll | 2 +-
test/CodeGen/AMDGPU/indirect-private-64.ll | 6 +-
.../AMDGPU/large-work-group-promote-alloca.ll | 51 +++++++-
test/CodeGen/AMDGPU/private-memory-r600.ll | 28 ++---
test/CodeGen/AMDGPU/promote-alloca-globals.ll | 9 +-
.../AMDGPU/promote-alloca-mem-intrinsics.ll | 18 +--
test/CodeGen/AMDGPU/promote-alloca-no-opts.ll | 4 +-
.../AMDGPU/promote-alloca-padding-size-estimate.ll | 130 +++++++++++++++++++++
test/CodeGen/AMDGPU/promote-alloca-to-lds-icmp.ll | 2 +-
test/CodeGen/AMDGPU/promote-alloca-to-lds-phi.ll | 2 +-
.../CodeGen/AMDGPU/promote-alloca-to-lds-select.ll | 2 +-
test/CodeGen/X86/2007-08-13-AppendingLinkage.ll | 12 --
test/CodeGen/X86/AppendingLinkage.ll | 4 +
19 files changed, 399 insertions(+), 90 deletions(-)
create mode 100644 test/CodeGen/AMDGPU/promote-alloca-padding-size-estimate.ll
delete mode 100644 test/CodeGen/X86/2007-08-13-AppendingLinkage.ll
create mode 100644 test/CodeGen/X86/AppendingLinkage.ll
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository lldb.
from b04ac0b Fixed and re-enabled the Clang modules testcase.
new 2483bda Make sure we notify that the section module was loaded when S [...]
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:
source/API/SBTarget.cpp | 35 ++++++++++++++++++++++++++++++-----
1 file changed, 30 insertions(+), 5 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from ce4aff9 Revert "Retry^2 "[ProfileData] (llvm) Use Error in InstrProf [...]
new 02e7a26 llvm-dwp: Add .test files missing from r269339
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:
test/tools/llvm-dwp/X86/invalid_cu_index.test | 3 +++
test/tools/llvm-dwp/X86/missing_tu_index.test | 3 +++
2 files changed, 6 insertions(+)
create mode 100644 test/tools/llvm-dwp/X86/invalid_cu_index.test
create mode 100644 test/tools/llvm-dwp/X86/missing_tu_index.test
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository lldb.
from 87276aa Test diamond virtual inheritance in top-level expressions.
new b04ac0b Fixed and re-enabled the Clang modules testcase.
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:
packages/Python/lldbsuite/test/lang/c/modules/TestCModules.py | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository clang.
from fb64462 Reapply^2 "[ProfileData] (clang) Use Error in InstrProf and C [...]
new b76523e Revert "Reapply^2 "[ProfileData] (clang) Use Error in InstrPr [...]
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:
lib/CodeGen/CodeGenModule.cpp | 8 +++-----
lib/CodeGen/CodeGenPGO.cpp | 13 ++++++-------
lib/Frontend/CompilerInvocation.cpp | 3 +--
3 files changed, 10 insertions(+), 14 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository compiler-rt.
from a4c3fe4 Reapply^2 "[ProfileData] (compiler-rt) Use Error in InstrProf [...]
new c87f741 Revert "Reapply^2 "[ProfileData] (compiler-rt) Use Error in I [...]
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:
lib/profile/InstrProfData.inc | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.