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 0a7288064 [sanitizer] Refactor how assembly files are handled
new 676c2f035 [asan] Allow getpwnam(NULL) for binary compatibility
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/sanitizer_common/sanitizer_common_interceptors.inc | 3 ++-
test/asan/TestCases/Darwin/getpwnam.c | 15 +++++++++++++++
2 files changed, 17 insertions(+), 1 deletion(-)
create mode 100644 test/asan/TestCases/Darwin/getpwnam.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 lld.
from 40c918893 Replace another dyn_cast with a cast.
new fa40da188 Make TypeTableBuilder inherit from TypeCollection.
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:
COFF/PDB.cpp | 19 +++++++------------
1 file changed, 7 insertions(+), 12 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 ae007cec62c [X86][AVX512] Tag RCP/RSQRT/GETEXP instructions scheduler classes
new 4c205748741 Fix line endings in llvm-pdbutil.cpp
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:
tools/llvm-pdbutil/llvm-pdbutil.cpp | 22 +++++++++++-----------
1 file changed, 11 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 compiler-rt.
from 17c071e3d Defer StartBackgroundThread() and StopBackgroundThread() in TSan
new 0a7288064 [sanitizer] Refactor how assembly files are handled
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:
cmake/Modules/AddCompilerRT.cmake | 11 ++++++
lib/sanitizer_common/sanitizer_asm.h | 8 ++--
lib/tsan/CMakeLists.txt | 31 +++------------
lib/tsan/rtl/tsan_rtl_aarch64.S | 50 ++++++++++++------------
lib/tsan/rtl/tsan_rtl_amd64.S | 74 ++++++++++++++++++------------------
lib/xray/CMakeLists.txt | 8 +---
lib/xray/xray_trampoline_x86_64.S | 32 ++++++++--------
7 files changed, 100 insertions(+), 114 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 5dcf52c19f Fix gdb snapshots
new 4024cf2b8d Fix setting-breakpoints regression on PPC64 (function descriptors)
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 | 9 +++++++
gdb/linespec.c | 79 ++++++++++++++--------------------------------------------
gdb/minsyms.c | 34 +++++++++++++++++++------
gdb/minsyms.h | 11 +++++---
gdb/symtab.c | 8 +++---
5 files changed, 66 insertions(+), 75 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 02c5c78684a [X86][AVX512] Tag 3OP (shuffles, double-shifts and GFNI) in [...]
new ae007cec62c [X86][AVX512] Tag RCP/RSQRT/GETEXP instructions scheduler classes
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/X86InstrAVX512.td | 117 ++++++++++++++++++++----------------
lib/Target/X86/X86InstrSSE.td | 16 +++++
test/CodeGen/X86/recip-fastmath2.ll | 12 ++--
3 files changed, 86 insertions(+), 59 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 glibc.
from 21bfcc3d24 sparc: refactor sparc64 rint{f} selector to C
new 011fba7e48 Use libm_alias_double 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:
ChangeLog | 44 ++++++++++++++++++++++++++++++
sysdeps/x86_64/fpu/multiarch/s_atan.c | 4 ++-
sysdeps/x86_64/fpu/multiarch/s_ceil.c | 4 ++-
sysdeps/x86_64/fpu/multiarch/s_floor.c | 4 ++-
sysdeps/x86_64/fpu/multiarch/s_fma.c | 3 +-
sysdeps/x86_64/fpu/multiarch/s_nearbyint.c | 4 ++-
sysdeps/x86_64/fpu/multiarch/s_rint.c | 4 ++-
sysdeps/x86_64/fpu/multiarch/s_sin.c | 6 ++--
sysdeps/x86_64/fpu/multiarch/s_tan.c | 4 ++-
sysdeps/x86_64/fpu/multiarch/s_trunc.c | 4 ++-
sysdeps/x86_64/fpu/s_copysign.S | 3 +-
sysdeps/x86_64/fpu/s_fabs.c | 3 +-
sysdeps/x86_64/fpu/s_fmax.S | 3 +-
sysdeps/x86_64/fpu/s_fmin.S | 3 +-
sysdeps/x86_64/fpu/s_llrint.S | 5 ++--
sysdeps/x86_64/x32/fpu/s_lrint.S | 3 +-
16 files changed, 84 insertions(+), 17 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 users/palves/fix-ppc64-func-descriptors
in repository binutils-gdb.
at d1e2a9dc61 Fix setting-breakpoints regression on PPC64 (function descriptors)
This branch includes the following new commits:
new d1e2a9dc61 Fix setting-breakpoints regression on PPC64 (function descriptors)
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.
--
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 17820125d44 [ARM][DAG] Revert Disable post-legalization store merge for ARM
new 02c5c78684a [X86][AVX512] Tag 3OP (shuffles, double-shifts and GFNI) in [...]
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/X86InstrAVX512.td | 167 ++++++++--------
test/CodeGen/X86/avx512-schedule.ll | 4 +-
test/CodeGen/X86/avx512-shuffle-schedule.ll | 288 ++++++++++++++--------------
3 files changed, 237 insertions(+), 222 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 36877bfb88 Fix riscv malloc error on small alignment after norvc.
new 6cf829987c Give Palmer co-credit for last patch.
new 5dcf52c19f Fix gdb snapshots
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:
gas/ChangeLog | 1 +
gdb/ChangeLog | 4 ++++
gdb/Makefile.in | 2 +-
3 files changed, 6 insertions(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.