This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from a39f576 Run tests only if the machine supports the instruction set.
new de04832 varasm: Propagate litpool decl alignment to generated RTX.
new 4e572b6 gcc/testsuite/ PR testsuite/52641 * gcc.dg/fold-and-rshift- [...]
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 | 5 +++++
gcc/testsuite/ChangeLog | 5 +++++
gcc/testsuite/gcc.dg/fold-and-rshift-2.c | 4 ++++
gcc/testsuite/gcc.target/s390/litpool-str-1.c | 22 ++++++++++++++++++++++
gcc/varasm.c | 4 ++++
5 files changed, 40 insertions(+)
create mode 100644 gcc/testsuite/gcc.target/s390/litpool-str-1.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 clang.
from 9ae7d31 clang-format: Less eagerly try to keep label-value pairs on a line.
new 75940dc [analyzer] Improve suppress-on-sink behavior in incomplete analyses.
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/StaticAnalyzer/Core/BugReporter.cpp | 26 +++++++++++++++++++++++++
test/Analysis/max-nodes-suppress-on-sink.c | 31 ++++++++++++++++++++++++++++++
2 files changed, 57 insertions(+)
create mode 100644 test/Analysis/max-nodes-suppress-on-sink.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 gcc.
from 566ab12 Fix tree-optimization/78886.
new a39f576 Run tests only if the machine supports the instruction set.
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/ChangeLog | 5 +
gcc/config/s390/s390-c.c | 17 +++
gcc/testsuite/ChangeLog | 20 +++
gcc/testsuite/gcc.target/s390/md/andc-splitter-1.c | 19 +--
gcc/testsuite/gcc.target/s390/md/andc-splitter-2.c | 19 +--
gcc/testsuite/gcc.target/s390/md/rXsbg_mode_sXl.c | 4 +-
gcc/testsuite/gcc.target/s390/md/setmem_long-1.c | 7 +-
gcc/testsuite/gcc.target/s390/s390.exp | 170 ++++++++++++++++++---
gcc/testsuite/lib/gcc-dg.exp | 2 +
9 files changed, 223 insertions(+), 40 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-tools-extra.
from c1f42fc [clang-tidy] Ignore `size() == 0` in the container implementation.
new a55193e [clang-tidy] cppcoreguidelines-slicing: display discarded sta [...]
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:
clang-tidy/cppcoreguidelines/SlicingCheck.cpp | 5 +++--
test/clang-tidy/cppcoreguidelines-slicing.cpp | 10 +++++-----
2 files changed, 8 insertions(+), 7 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 lld.
from 3c8a509 [ELF] - Use error() instead of fatal() during relaxation of R [...]
new 0e4d14e [ELF] Linkerscript: print location of undefined symbol usage
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:
ELF/LinkerScript.cpp | 19 ++++++++++++-------
ELF/LinkerScript.h | 4 ++--
test/ELF/linkerscript/segment-start.s | 2 +-
test/ELF/linkerscript/symbol-assignexpr.s | 2 +-
4 files changed, 16 insertions(+), 11 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 5763039 gcc/testsuite/ PR testsuite/52641 * gcc.dg/pr35258.c (main) [...]
new 566ab12 Fix tree-optimization/78886.
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/ChangeLog | 6 ++++++
gcc/testsuite/ChangeLog | 5 +++++
gcc/testsuite/gcc.dg/tree-ssa/pr78886.c | 10 ++++++++++
gcc/tree-ssa-strlen.c | 3 +++
4 files changed, 24 insertions(+)
create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/pr78886.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 b94ac0f [AMDGPU] Disassembler: fix for disaasembling v_mac_f32/16_dpp/sdwa
new 7448b08 [AMDGPU] Add pseudo SDWA instructions
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/AsmParser/AMDGPUAsmParser.cpp | 12 ++--
lib/Target/AMDGPU/VOP1Instructions.td | 39 ++++++------
lib/Target/AMDGPU/VOP2Instructions.td | 50 ++++++++-------
lib/Target/AMDGPU/VOPCInstructions.td | 62 +++++++++++--------
lib/Target/AMDGPU/VOPInstructions.td | 81 ++++++++++++++++++++-----
5 files changed, 159 insertions(+), 85 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 edb9d32 Speculative revert of r290310 to see if that's the change tha [...]
new 9ae7d31 clang-format: Less eagerly try to keep label-value pairs on a line.
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/Format/TokenAnnotator.cpp | 2 +-
unittests/Format/FormatTest.cpp | 4 ++++
2 files changed, 5 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 gcc.
from 5f00538 PR middle-end/78858 * c-c++-common/ubsan/pr78858.c: New tes [...]
new 5763039 gcc/testsuite/ PR testsuite/52641 * gcc.dg/pr35258.c (main) [...]
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/testsuite/ChangeLog | 27 +++++++++++++++++++++++
gcc/testsuite/gcc.dg/Walloca-1.c | 2 +-
gcc/testsuite/gcc.dg/graphite/isl-ast-op-select.c | 2 ++
gcc/testsuite/gcc.dg/graphite/pr42205-1.c | 1 +
gcc/testsuite/gcc.dg/graphite/pr42221.c | 1 +
gcc/testsuite/gcc.dg/graphite/pr46185.c | 2 ++
gcc/testsuite/gcc.dg/graphite/scop-0.c | 1 +
gcc/testsuite/gcc.dg/graphite/scop-22.c | 1 +
gcc/testsuite/gcc.dg/graphite/scop-3.c | 1 +
gcc/testsuite/gcc.dg/graphite/scop-dsyr2k.c | 1 +
gcc/testsuite/gcc.dg/graphite/scop-dsyrk.c | 1 +
gcc/testsuite/gcc.dg/graphite/scop-mvt.c | 1 +
gcc/testsuite/gcc.dg/graphite/scop-sor.c | 1 +
gcc/testsuite/gcc.dg/pr35258.c | 4 ++++
gcc/testsuite/gcc.dg/tree-ssa/pr65136.c | 2 +-
gcc/testsuite/gcc.dg/tree-ssa/pr66449.c | 4 ++++
gcc/testsuite/gcc.dg/tree-ssa/pr68529-3.c | 2 +-
gcc/testsuite/gcc.dg/tree-ssa/pr70919.c | 4 ++++
gcc/testsuite/gcc.dg/tree-ssa/pr71408.c | 11 +++++++++
gcc/testsuite/gcc.dg/tree-ssa/sra-20.c | 2 +-
gcc/testsuite/gcc.dg/tree-ssa/ssa-dom-thread-8.c | 8 +++++++
gcc/testsuite/gcc.dg/tree-ssa/tailcall-7-run.c | 2 +-
22 files changed, 76 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 gcc.
from 81e99ce PR bootstrap/78817 * vec.h (vec<T, va_heap, vl_ptr>::safe_g [...]
new 5f00538 PR middle-end/78858 * c-c++-common/ubsan/pr78858.c: New tes [...]
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/testsuite/ChangeLog | 6 ++++++
gcc/testsuite/c-c++-common/ubsan/pr78858.c | 10 ++++++++++
gcc/testsuite/gcc.dg/nonnull-5.c | 11 +++++++++++
3 files changed, 27 insertions(+)
create mode 100644 gcc/testsuite/c-c++-common/ubsan/pr78858.c
create mode 100644 gcc/testsuite/gcc.dg/nonnull-5.c
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.