This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository clang.
from 89ef7d9570 [analyzer] Increase minimum complexity filter of the CloneChecker.
new 9b9a718032 Fix MSVC narrowing conversion warning.
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/Serialization/ASTWriter.cpp | 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 lld.
from d00f7cd31 COFF: simplify thunk handling (NFC)
new d86d6cc65 [ELF] - Add testcase testing .gdb_index generation when base [...]
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-index-ranges.s => gdb-index-base-addr.s} | 48 ++++++++++++----------
1 file changed, 26 insertions(+), 22 deletions(-)
copy test/ELF/{gdb-index-ranges.s => gdb-index-base-addr.s} (72%)
--
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 228d11f2a97 [X86] Replace -mcpu option with -mattr in LIT tests added i [...]
new 5afc1530d6b [DebugInfo] - Fix for lld DWARF parsing of base address sel [...]
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/DebugInfo/DWARF/DWARFDebugRangeList.h | 4 +-
include/llvm/DebugInfo/DWARF/DWARFUnit.h | 14 ++--
lib/DebugInfo/DWARF/DWARFDataExtractor.cpp | 2 +
lib/DebugInfo/DWARF/DWARFDebugRangeList.cpp | 25 +++++--
lib/DebugInfo/DWARF/DWARFUnit.cpp | 9 ++-
.../dwarfdump-ranges-baseaddr-exe.elf-x86-64 | Bin 0 -> 1128 bytes
test/DebugInfo/X86/dwarfdump-ranges-baseaddr-exe.s | 13 ++++
...s-unrelocated.s => dwarfdump-ranges-baseaddr.s} | 81 +++++++++------------
8 files changed, 85 insertions(+), 63 deletions(-)
create mode 100644 test/DebugInfo/Inputs/dwarfdump-ranges-baseaddr-exe.elf-x86-64
create mode 100644 test/DebugInfo/X86/dwarfdump-ranges-baseaddr-exe.s
copy test/DebugInfo/X86/{dwarfdump-ranges-unrelocated.s => dwarfdump-ranges-basead [...]
--
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 0860c437cb btrace: Store btrace_insn in an std::vector
new 2434b0199d Use amd64_target_description to get tdesc_amd64
new ca1fa5eef2 Use i386_target_description to get tdesc_i386
new d78bdb54ac Return X86_XSTATE_SSE_MASK instead of 0 in i386fbsd_core_read_xcr0
new badc002020 Let i386_target_description return tdesc_i386_mmx
The 4 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 | 35 +++++++++++++++++++++++++++++++++++
gdb/amd64-darwin-tdep.c | 4 +++-
gdb/amd64-dicos-tdep.c | 4 +++-
gdb/amd64-fbsd-nat.c | 4 ++--
gdb/amd64-fbsd-tdep.c | 3 ++-
gdb/amd64-nbsd-tdep.c | 4 +++-
gdb/amd64-obsd-tdep.c | 4 +++-
gdb/amd64-sol2-tdep.c | 4 +++-
gdb/amd64-tdep.h | 2 --
gdb/amd64-windows-tdep.c | 4 +++-
gdb/i386-fbsd-nat.c | 10 ++++------
gdb/i386-fbsd-tdep.c | 4 ++--
gdb/i386-go32-tdep.c | 3 ++-
gdb/i386-tdep.c | 6 +++++-
gdb/i386-tdep.h | 3 ---
15 files changed, 70 insertions(+), 24 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 4126c37d8d6 Fix call arguments mismatch in gcc.c-torture/compile/pr82052.c
new 31d7a9b35fe optabs: ensure atomic_load/stores have compiler barriers
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 | 9 +++++++
gcc/optabs.c | 20 +++++++++++++--
gcc/testsuite/ChangeLog | 8 ++++++
.../gcc.dg/atomic/{pr80640.c => pr80640-2.c} | 8 +++---
gcc/testsuite/gcc.dg/atomic/pr81316.c | 29 ++++++++++++++++++++++
5 files changed, 67 insertions(+), 7 deletions(-)
copy gcc/testsuite/gcc.dg/atomic/{pr80640.c => pr80640-2.c} (78%)
create mode 100644 gcc/testsuite/gcc.dg/atomic/pr81316.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 4e66147d1e6 [GlobalISel][X86] G_PHI support.
new 228d11f2a97 [X86] Replace -mcpu option with -mattr in LIT tests added 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:
.../X86/avx512-shuffles/broadcast-scalar-fp.ll | 162 +++++-----
.../X86/avx512-shuffles/broadcast-scalar-int.ll | 2 +-
.../X86/avx512-shuffles/broadcast-vector-fp.ll | 162 +++++-----
.../X86/avx512-shuffles/broadcast-vector-int.ll | 194 +++++------
test/CodeGen/X86/avx512-shuffles/duplicate-high.ll | 122 +++----
test/CodeGen/X86/avx512-shuffles/duplicate-low.ll | 218 ++++++-------
.../CodeGen/X86/avx512-shuffles/in_lane_permute.ll | 242 +++++++-------
.../CodeGen/X86/avx512-shuffles/partial_permute.ll | 9 +-
test/CodeGen/X86/avx512-shuffles/permute.ll | 2 +-
.../X86/avx512-shuffles/shuffle-interleave.ll | 178 +++++------
test/CodeGen/X86/avx512-shuffles/shuffle-vec.ll | 258 +++++++--------
test/CodeGen/X86/avx512-shuffles/shuffle.ll | 2 +-
test/CodeGen/X86/avx512-shuffles/unpack.ll | 354 ++++++++++-----------
13 files changed, 953 insertions(+), 952 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 release/2.26/master
in repository glibc.
from 58270c0049 Provide a C++ version of iszero that does not use __MATH_TG [...]
new 947e2e0a94 Fix position of tests-unsupported definition in assert/Makefile.
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 +++++
assert/Makefile | 4 ++--
2 files changed, 7 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 3438d07f09d LoopVectorize: MaxVF should not be larger than the loop trip count
new 4e66147d1e6 [GlobalISel][X86] G_PHI support.
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/X86InstructionSelector.cpp | 20 +-
lib/Target/X86/X86LegalizerInfo.cpp | 7 +
test/CodeGen/X86/GlobalISel/legalize-phi.mir | 592 +++++++++++++++++++++
test/CodeGen/X86/GlobalISel/phi.ll | 168 ++++++
.../X86/GlobalISel/regbankselect-X86_64.mir | 139 ++++-
test/CodeGen/X86/GlobalISel/select-phi.mir | 423 +++++++++++++++
6 files changed, 1339 insertions(+), 10 deletions(-)
create mode 100644 test/CodeGen/X86/GlobalISel/legalize-phi.mir
create mode 100644 test/CodeGen/X86/GlobalISel/phi.ll
create mode 100644 test/CodeGen/X86/GlobalISel/select-phi.mir
--
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 1f02dadaa01 PR sanitizer/81981 * gimple-fold.c (gimple_fold_call): Op [...]
new 4126c37d8d6 Fix call arguments mismatch in gcc.c-torture/compile/pr82052.c
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/gcc.c-torture/compile/pr82052.c | 2 +-
2 files changed, 7 insertions(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.