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 eff98030f9 Disable the undefined behavior sanitizer by default
new 163cffefaf Make @pxref for Inferior.architecture point to gdb.Frame doc [...]
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/doc/ChangeLog | 5 +++++
gdb/doc/python.texi | 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 lld.
from 975bd6f2f Fix lld test.
new c64d64c0b Remove a use of template to make code less abstracted.
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/SymbolTable.cpp | 45 ++++++++++++++++++++++++++-------------------
1 file changed, 26 insertions(+), 19 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 104fefeebb [PATCH, BINUTULS, AARCH64, 9/9] Add SSBS to MSR/MRS
new eff98030f9 Disable the undefined behavior sanitizer by default
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 | 6 ++++++
gdb/NEWS | 10 +++++-----
gdb/configure | 2 +-
gdb/doc/ChangeLog | 5 +++++
gdb/doc/gdb.texinfo | 13 +++++++------
gdb/sanitize.m4 | 2 +-
6 files changed, 25 insertions(+), 13 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 36b0632ee09 [SLPVectorizer] Check that lowered type is floating point b [...]
new b5c5010513d [X86] When lowering unsigned v2i64 setcc without SSE42, fli [...]
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 | 18 +++---
test/CodeGen/X86/bitcast-and-setcc-128.ll | 8 +--
test/CodeGen/X86/bitcast-and-setcc-256.ll | 2 +-
test/CodeGen/X86/bitcast-setcc-128.ll | 8 +--
test/CodeGen/X86/bitcast-setcc-256.ll | 2 +-
test/CodeGen/X86/horizontal-reduce-smax.ll | 6 +-
test/CodeGen/X86/horizontal-reduce-smin.ll | 6 +-
test/CodeGen/X86/horizontal-reduce-umax.ll | 6 +-
test/CodeGen/X86/horizontal-reduce-umin.ll | 6 +-
test/CodeGen/X86/i64-to-float.ll | 2 +-
test/CodeGen/X86/movmsk-cmp.ll | 10 ++--
test/CodeGen/X86/psubus.ll | 6 +-
test/CodeGen/X86/sat-add.ll | 78 ++++++++++++-------------
test/CodeGen/X86/vec_cmp_sint-128.ll | 16 +++---
test/CodeGen/X86/vec_cmp_uint-128.ll | 16 +++---
test/CodeGen/X86/vec_minmax_sint.ll | 32 +++++------
test/CodeGen/X86/vec_minmax_uint.ll | 32 +++++------
test/CodeGen/X86/vector-compare-results.ll | 10 ++--
test/CodeGen/X86/vector-pcmp.ll | 2 +-
test/CodeGen/X86/vector-reduce-smax.ll | 16 +++---
test/CodeGen/X86/vector-reduce-smin.ll | 16 +++---
test/CodeGen/X86/vector-reduce-umax.ll | 16 +++---
test/CodeGen/X86/vector-reduce-umin.ll | 16 +++---
test/CodeGen/X86/vector-trunc-packus.ll | 36 ++++++------
test/CodeGen/X86/vector-trunc-ssat.ll | 36 ++++++------
test/CodeGen/X86/vector-trunc-usat.ll | 36 ++++++------
test/CodeGen/X86/vector-unsigned-cmp.ll | 8 +--
test/CodeGen/X86/vselect-minmax.ll | 92 +++++++++++++++---------------
28 files changed, 266 insertions(+), 272 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 47b01c3d4b [CUDA][HIP] Fix ShouldDeleteSpecialMember for inherited cons [...]
new fdf912d064 PR39231: fix null dereference when diagnosing deduction fail [...]
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/Sema/SemaOverload.cpp | 2 +-
test/SemaTemplate/temp_arg_pack.cpp | 16 ++++++++++++++++
2 files changed, 17 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 4db5dbc6373 [InstCombine] add tests for extract subvector shuffles; NFC
new 6c508a5190e [DWARF] Make llvm-dwarfdump display the .debug_loc.dwo sect [...]
new 36b0632ee09 [SLPVectorizer] Check that lowered type is floating point b [...]
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:
include/llvm/CodeGen/BasicTTIImpl.h | 3 ++-
lib/DebugInfo/DWARF/DWARFContext.cpp | 9 +++----
.../SLPVectorizer/X86/fabs-cost-softfp.ll | 29 ++++++++++++++++++++++
test/tools/llvm-dwarfdump/X86/debug_loc_dwo.s | 20 +++++++++++++++
4 files changed, 55 insertions(+), 6 deletions(-)
create mode 100644 test/Transforms/SLPVectorizer/X86/fabs-cost-softfp.ll
create mode 100644 test/tools/llvm-dwarfdump/X86/debug_loc_dwo.s
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.