This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 6b7bd0e1f96 AMDGPU/SI: Move the local memory usage related checking aft [...]
new 59b664b197b merge-request.sh: Use https url for bugzilla
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:
utils/release/merge-request.sh | 2 +-
1 file changed, 1 insertion(+), 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 llvm.
from 8eeef874d9f Fix unused variable warnings after r303678
new 6b7bd0e1f96 AMDGPU/SI: Move the local memory usage related checking aft [...]
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/Target/AMDGPU/AMDGPUPromoteAlloca.cpp | 213 ++++++++++++++++--------------
test/CodeGen/AMDGPU/vector-alloca.ll | 22 +++
2 files changed, 136 insertions(+), 99 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 gcc.
from db7ca7b3c63 * config/i386/i386.md (*movdi_internal): Remove SSE4 alte [...]
new c9051796a9d PR c++/80396 - built-in for make_integer_sequence.
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:
gcc/cp/ChangeLog | 12 +++
gcc/cp/cp-tree.h | 1 +
gcc/cp/decl2.c | 7 ++
gcc/cp/parser.c | 2 +-
gcc/cp/pt.c | 131 ++++++++++++++++++++++++++++++-
gcc/doc/extend.texi | 6 ++
gcc/testsuite/g++.dg/ext/integer-pack1.C | 22 ++++++
gcc/testsuite/g++.dg/ext/integer-pack2.C | 12 +++
8 files changed, 191 insertions(+), 2 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/ext/integer-pack1.C
create mode 100644 gcc/testsuite/g++.dg/ext/integer-pack2.C
--
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 d3994aa571c [AArch64][Falkor] Refine sched details for LSLfast/ASRfast.
new 8eeef874d9f Fix unused variable warnings after r303678
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:
utils/TableGen/GlobalISelEmitter.cpp | 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 4868a15090d [ARM] Temporarily disable globals promotion to constant poo [...]
new bcb35301da4 [AArch64][Falkor] Fix sched details for FMOV of WZR/XZR.
new 6ff1a723f73 [AMDGPU] Combine and (srl) into shl (bfe)
new d3994aa571c [AArch64][Falkor] Refine sched details for LSLfast/ASRfast.
The 3 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/Target/AArch64/AArch64InstrInfo.cpp | 127 +++++++++++++++++++++--
lib/Target/AArch64/AArch64InstrInfo.h | 2 +-
lib/Target/AArch64/AArch64SchedFalkorDetails.td | 48 +++++----
lib/Target/AArch64/AArch64SchedFalkorWriteRes.td | 66 +++++++++---
lib/Target/AMDGPU/AMDGPUISelLowering.cpp | 3 +-
lib/Target/AMDGPU/AMDGPUSubtarget.h | 8 +-
lib/Target/AMDGPU/SIISelLowering.cpp | 40 +++++--
test/CodeGen/AMDGPU/bfe-combine.ll | 41 ++++++++
8 files changed, 278 insertions(+), 57 deletions(-)
create mode 100644 test/CodeGen/AMDGPU/bfe-combine.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.
Renato Golin pushed a change to branch master
in repository toolchain/jenkins-scripts.
from 3fdc901 tcwg-llvm-build.sh: Adding --cmakeflags option
new 37a0ea9 tcwg-llvm-build.sh: Better validation of empty arguments
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:
tcwg-llvm-build.sh | 10 ++--------
1 file changed, 2 insertions(+), 8 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 gcc.
from 81a73aa8351 PR c++/80866 * parser.c (cp_parser_template_id): Keep the [...]
new 76794ade112 * name-lookup.c (find_namespace_binding): New. (pushdecl_ [...]
new db7ca7b3c63 * config/i386/i386.md (*movdi_internal): Remove SSE4 alte [...]
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:
gcc/ChangeLog | 14 +++++
gcc/config/i386/i386.c | 42 +++++++-------
gcc/config/i386/i386.md | 104 +++++++++++------------------------
gcc/config/i386/sse.md | 7 +--
gcc/cp/ChangeLog | 11 ++++
gcc/cp/name-lookup.c | 142 ++++++++++++++++--------------------------------
6 files changed, 128 insertions(+), 192 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.
Renato Golin pushed a change to branch master
in repository toolchain/jenkins-scripts.
from c8e2f59 tcwg-benchmark.sh: Use unique configs for SPEC2k6.
new 3fdc901 tcwg-llvm-build.sh: Adding --cmakeflags option
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:
tcwg-llvm-build.sh | 17 +++++++++++++++--
1 file changed, 15 insertions(+), 2 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.