This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository binutils-gdb.
from f35d5adea1 Add --enable-ubsan
new 8634679f82 Remove struct keyword in range-based for
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:
gdb/ChangeLog | 5 +++++
gdb/dwarf2read.c | 2 +-
2 files changed, 6 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 llvm.
from 2058e014752 Make meanings of variables clearer in action table generati [...]
new 44cfbc7d137 [InstCombine] allow SimplifyDemandedVectorElts to work with [...]
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:
.../InstCombine/InstCombineSimplifyDemanded.cpp | 38 ++++++++++++----------
test/Transforms/InstCombine/X86/x86-avx512.ll | 2 +-
test/Transforms/InstCombine/shuffle_select.ll | 14 ++++----
test/Transforms/InstCombine/vec_demanded_elts.ll | 14 ++++----
test/Transforms/InstCombine/vec_shuffle.ll | 2 +-
5 files changed, 36 insertions(+), 34 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 lldb.
from 459e5e742 Adding skipIf to std::variant libc++ data-formatter test sinc [...]
new 288ba435b Fix buildbot regression by rL339929: NameError: global name ' [...]
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/dosep.py | 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 8521a3b90e2 [X86] Stop promoting vector ISD::SELECT to vXi64.
new 2058e014752 Make meanings of variables clearer in action table generati [...]
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/AsmPrinter/EHStreamer.cpp | 23 ++++++++++++-----------
1 file changed, 12 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 libcxx.
from 2bcd409cf Remove redundant null pointer check in operator delete
new 072260345 [libc++][NFC] Add error messages to a couple of static_assert [...]
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/span | 6 +++---
1 file changed, 3 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 binutils-gdb.
from fb9bbfd7f2 ELF: Add testcases for PR ld/23658
new 10657c047e Do not pass NULL to memcpy
new 780942fc24 Change dwarf2_frame_state_reg_info::reg to be std::vector
new ad69edbb4b Use unsigned as base type for some enums
new 0101665f86 Avoid undefined behavior in extract_integer
new d359392f97 Avoid undefined behavior in read_subrange_type
new 20562150d8 Avoid undefined behavior in parse_number
new 4dd1b46077 Avoid undefined behavior in read_signed_leb128
new 5e70ee0905 Avoid undefined behavior in ada_operator_length
new 1dffa580e7 Avoid undefined behavior in expression dumping
new f35d5adea1 Add --enable-ubsan
The 10 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:
gdb/ChangeLog | 67 +++++++++++++++++++++++++++++-
gdb/NEWS | 10 +++++
gdb/README | 7 ++++
gdb/acinclude.m4 | 3 ++
gdb/btrace.h | 2 +-
gdb/c-exp.y | 10 ++---
gdb/c-lang.h | 2 +-
gdb/common/enum-flags.h | 6 +++
gdb/configure | 105 ++++++++++++++++++++++++++++++++++++++++++++++++
gdb/configure.ac | 1 +
gdb/doc/ChangeLog | 4 ++
gdb/doc/gdb.texinfo | 8 ++++
gdb/dwarf2-frame.c | 28 ++++++-------
gdb/dwarf2-frame.h | 31 +++++---------
gdb/dwarf2read.c | 10 ++---
gdb/expprint.c | 7 ++++
gdb/expression.h | 2 +-
gdb/findvar.c | 2 +-
gdb/gdbtypes.h | 2 +-
gdb/namespace.c | 5 ++-
gdb/objfile-flags.h | 2 +-
gdb/parse.c | 6 ++-
gdb/sanitize.m4 | 46 +++++++++++++++++++++
gdb/symfile-add-flags.h | 2 +-
24 files changed, 310 insertions(+), 58 deletions(-)
create mode 100644 gdb/sanitize.m4
--
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 748b49e3891 [InstCombine] add tests for binop undef-into-constant propa [...]
new 8521a3b90e2 [X86] Stop promoting vector ISD::SELECT to vXi64.
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/X86/X86ISelLowering.cpp | 12 +++++++++---
lib/Target/X86/X86InstrCompiler.td | 32 ++++++++++++++++++++++++++++++++
2 files changed, 41 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 binutils-gdb.
from 34c0fc000f tid-parse.c tid_is_in_list correct 'See' comment.
new fb9bbfd7f2 ELF: Add testcases for PR ld/23658
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:
ld/ChangeLog | 14 ++++++++++++++
ld/testsuite/ld-elf/pr23658-1.d | 16 ++++++++++++++++
ld/testsuite/ld-elf/pr23658-1a.s | 21 +++++++++++++++++++++
ld/testsuite/ld-elf/pr23658-1b.s | 16 ++++++++++++++++
ld/testsuite/ld-elf/pr23658-1c.s | 16 ++++++++++++++++
ld/testsuite/ld-elf/pr23658-1d.s | 16 ++++++++++++++++
ld/testsuite/ld-elf/pr23658-2.rd | 6 ++++++
ld/testsuite/ld-elf/pr23658-3.d | 8 ++++++++
.../{ld-scripts/provide-5.s => ld-elf/pr23658-3.s} | 0
.../{ld-scripts/provide-8.t => ld-elf/pr23658-3.t} | 0
ld/testsuite/ld-elf/shared.exp | 21 +++++++++++++++++++++
11 files changed, 134 insertions(+)
create mode 100644 ld/testsuite/ld-elf/pr23658-1.d
create mode 100644 ld/testsuite/ld-elf/pr23658-1a.s
create mode 100644 ld/testsuite/ld-elf/pr23658-1b.s
create mode 100644 ld/testsuite/ld-elf/pr23658-1c.s
create mode 100644 ld/testsuite/ld-elf/pr23658-1d.s
create mode 100644 ld/testsuite/ld-elf/pr23658-2.rd
create mode 100644 ld/testsuite/ld-elf/pr23658-3.d
copy ld/testsuite/{ld-scripts/provide-5.s => ld-elf/pr23658-3.s} (100%)
copy ld/testsuite/{ld-scripts/provide-8.t => ld-elf/pr23658-3.t} (100%)
--
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 c08fb910c5d * libgcc2.c (isnan): Use __builtin_isnan. (isfinite): Use [...]
new e2c1cd1afce * go.test/go-test.exp (go-set-goarch): Use amd64p32 on x32.
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 | 4 ++++
gcc/testsuite/go.test/go-test.exp | 2 ++
2 files changed, 6 insertions(+)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.