This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository compiler-rt.
from e21fc3327 [ubsan] Fix Asan internal alloc corruption in PR33221 test.
new 7904451fe [XRay][compiler-rt] Fix rdtscp support check for x86_64
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/xray/xray_x86_64.cc | 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 73de2f1810f AMDGPU: Split MUBUF offset into aligned components
new fe1782b4a97 [ARM, Asm] Add diagnostics for general-purpose register operands
new dd15603e130 [ARM, Asm] Add diagnostics for floating-point register operands
new 40bc0f3ba8b [ARM, Asm] Harden GNU LDRD/STRD aliases against invalid inputs
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/ARM/ARMRegisterInfo.td | 39 ++++++++---
lib/Target/ARM/AsmParser/ARMAsmParser.cpp | 95 +++++++++++++++++++++------
test/MC/ARM/armv8.2a-dotprod-error.s | 4 +-
test/MC/ARM/basic-thumb2-instructions-v8.s | 16 +++--
test/MC/ARM/d16.s | 12 ++--
test/MC/ARM/diagnostics.s | 16 +++--
test/MC/ARM/invalid-fp-armv8.s | 10 ++-
test/MC/ARM/invalid-neon-v8.s | 36 +++++-----
test/MC/ARM/ldrd-strd-gnu-arm-bad-regs.s | 19 ++++++
test/MC/ARM/ldrd-strd-gnu-bad-inst.s | 29 ++++++++
test/MC/ARM/ldrd-strd-gnu-sp.s | 26 ++++++--
test/MC/ARM/ldrd-strd-gnu-thumb-bad-regs.s | 5 +-
test/MC/ARM/ldrd-strd-gnu-thumb.s | 15 +++++
test/MC/ARM/lsl-zero-errors.s | 65 +++++++++++-------
test/MC/ARM/negative-immediates-fail.s | 17 +++--
test/MC/ARM/negative-immediates-thumb1-fail.s | 2 +
test/MC/ARM/register-token-source-loc.s | 2 +-
test/MC/ARM/thumb-branch-errors.s | 6 +-
test/MC/ARM/thumb-diagnostics.s | 17 +++--
test/MC/ARM/thumb-mov.s | 18 +++--
test/MC/ARM/thumb2-diagnostics.s | 9 +--
test/MC/ARM/thumb2-strd.s | 6 +-
test/MC/ARM/thumbv8m.s | 18 ++---
test/MC/ARM/vmov-vmvn-illegal-cases.s | 48 +++++++++-----
test/MC/ARM/vmrs_vmsr.s | 24 +++----
test/MC/ARM/vorr-vbic-illegal-cases.s | 24 +++++--
26 files changed, 414 insertions(+), 164 deletions(-)
create mode 100644 test/MC/ARM/ldrd-strd-gnu-arm-bad-regs.s
create mode 100644 test/MC/ARM/ldrd-strd-gnu-bad-inst.s
--
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 fc3c534364 riscv: Cache the max alignment of output sections
new ae7e782556 Improve the speed of the --dwarf-start option by skipping pr [...]
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:
binutils/ChangeLog | 6 ++++++
binutils/dwarf.c | 8 ++++++++
2 files changed, 14 insertions(+)
--
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 269a7003bb6 Revert "[llvm-dwarfdump] Print type names in DW_AT_type DIEs"
new 73de2f1810f AMDGPU: Split MUBUF offset into aligned components
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/AMDGPUISelDAGToDAG.cpp | 26 +++++++++++++---------
test/CodeGen/AMDGPU/llvm.amdgcn.buffer.atomic.ll | 12 +++++-----
.../AMDGPU/llvm.amdgcn.buffer.load.format.ll | 26 +++++++++++-----------
test/CodeGen/AMDGPU/llvm.amdgcn.buffer.load.ll | 12 +++++-----
4 files changed, 41 insertions(+), 35 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 d5c6dea2d5 Update NEWS for bug 22111.
new b21ec6c6b8 aarch64: Optimized memcpy for Qualcomm Falkor processor
new e39de9fa74 memcpy_falkor: Fix code style in comments
new de84fc77f8 Update translations
new 290ba1089e aarch64: Optimized implementation of memmove for Qualcomm Falkor
new 1f1239c389 Fix glibc.tune.cpu tunable handling
The 5 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 | 42 +
manual/tunables.texi | 2 +-
po/fr.po | 2 +-
po/sv.po | 1150 ++++++++++++------------
sysdeps/aarch64/multiarch/Makefile | 3 +-
sysdeps/aarch64/multiarch/ifunc-impl-list.c | 4 +-
sysdeps/aarch64/multiarch/memcpy.c | 7 +-
sysdeps/aarch64/multiarch/memcpy_falkor.S | 184 ++++
sysdeps/aarch64/multiarch/memmove.c | 7 +-
sysdeps/aarch64/multiarch/memmove_falkor.S | 232 +++++
sysdeps/unix/sysv/linux/aarch64/cpu-features.c | 3 +-
sysdeps/unix/sysv/linux/aarch64/cpu-features.h | 3 +
12 files changed, 1059 insertions(+), 580 deletions(-)
create mode 100644 sysdeps/aarch64/multiarch/memcpy_falkor.S
create mode 100644 sysdeps/aarch64/multiarch/memmove_falkor.S
--
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 90036a540c [analyzer] PthreadLockChecker: Add printState() method for s [...]
new c91d03cade [analyzer] MisusedMovedObject: Add printState() method for s [...]
new 18e9d0430b [analyzer] MisusedMovedObject: Fix state-resetting a base-cl [...]
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:
.../Checkers/MisusedMovedObjectChecker.cpp | 30 +++++++++++++++++++++-
test/Analysis/MisusedMovedObject.cpp | 8 ++++++
2 files changed, 37 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 098eeb5eccc [llvm-dwarfdump] Print type names in DW_AT_type DIEs
new 269a7003bb6 Revert "[llvm-dwarfdump] Print type names in DW_AT_type DIEs"
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/DebugInfo/DWARF/DWARFDie.cpp | 62 ----------------------
test/DebugInfo/AMDGPU/pointer-address-space.ll | 10 ++--
test/DebugInfo/Generic/cross-cu-inlining.ll | 2 +-
test/DebugInfo/Generic/enum-types.ll | 2 +-
test/DebugInfo/Generic/member-pointers.ll | 2 +-
test/DebugInfo/Generic/tu-composite.ll | 10 ++--
test/DebugInfo/Generic/tu-member-pointer.ll | 2 +-
test/DebugInfo/X86/default-subrange-array.ll | 2 +-
test/DebugInfo/X86/empty-array.ll | 6 +--
test/DebugInfo/X86/fission-cu.ll | 2 +-
test/DebugInfo/X86/nondefault-subrange-array.ll | 6 +--
test/DebugInfo/X86/ref_addr_relocation.ll | 4 +-
test/DebugInfo/X86/subrange-type.ll | 2 +-
test/DebugInfo/dwarfdump-type-units.test | 4 +-
test/Linker/Inputs/type-unique-simple2-a.ll | 4 +-
test/Linker/type-unique-simple-a.ll | 4 +-
test/Linker/type-unique-type-array-a.ll | 2 +-
test/tools/dsymutil/X86/basic-linking-x86.test | 32 +++++------
.../dsymutil/X86/basic-lto-dw4-linking-x86.test | 14 ++---
test/tools/dsymutil/X86/basic-lto-linking-x86.test | 32 +++++------
test/tools/dsymutil/X86/modules.m | 8 +--
test/tools/dsymutil/X86/odr-member-functions.cpp | 2 +-
22 files changed, 76 insertions(+), 138 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 f8ba2666e1 [analyzer] Implement pointer arithmetic on constants
new 90036a540c [analyzer] PthreadLockChecker: Add printState() method for s [...]
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/Checkers/PthreadLockChecker.cpp | 35 ++++++++++++++++++++++
1 file changed, 35 insertions(+)
--
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 newlib.
from 111b6813f Fix multido compilation on ARM
new 444997129 cygwin: fix potential buffer overflow in small_sprintf
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:
winsup/cygwin/smallprint.cc | 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 gcc.
from 142b4ffb05b * tree-loop-distribution.c (generate_loops_for_partition): [...]
new fb0385e9796 PR libstdc++/82417 do not include C99 <complex.h> in strict modes
new b445b504f34 Update comment referring to status of LWG issue 111
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:
libstdc++-v3/ChangeLog | 14 ++++++
libstdc++-v3/include/bits/streambuf_iterator.h | 2 +-
libstdc++-v3/include/c_compatibility/complex.h | 4 +-
libstdc++-v3/testsuite/26_numerics/complex/c99.cc | 3 +-
.../headers/complex.h/std_c++11.h} | 32 +++++++-------
.../56111.cc => headers/complex.h/std_c++98.h} | 51 +++++++++++++++-------
.../headers/complex.h/std_gnu++11.h} | 39 ++++++++++++++---
7 files changed, 103 insertions(+), 42 deletions(-)
copy libstdc++-v3/testsuite/{20_util/bind/79798.cc => 26_numerics/headers/complex. [...]
copy libstdc++-v3/testsuite/26_numerics/{complex/56111.cc => headers/complex.h/std [...]
copy libstdc++-v3/testsuite/{28_regex/simple_c++11.cc => 26_numerics/headers/compl [...]
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.