This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from f50be3f Update the AArch64ExternalSymbolizer to print literal strings [...]
new 9ce41c3 [PM] Port LVI to the new PM.
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/Analysis/LazyValueInfo.h | 65 ++++++++++++++++++----
include/llvm/InitializePasses.h | 2 +-
lib/Analysis/Analysis.cpp | 2 +-
lib/Analysis/LazyValueInfo.cpp | 38 +++++++++----
lib/Passes/PassBuilder.cpp | 1 +
lib/Passes/PassRegistry.def | 1 +
.../Scalar/CorrelatedValuePropagation.cpp | 6 +-
lib/Transforms/Scalar/JumpThreading.cpp | 8 +--
8 files changed, 92 insertions(+), 31 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 c5b32bd [Parser] Only correct delayed typos when needed
new 46a69cc Patch for r272584 (http://reviews.llvm.org/rL272584) to addre [...]
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/Lex/PPDirectives.cpp | 82 ++++++++++++++++++++++++------------------------
1 file changed, 41 insertions(+), 41 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 97a35f8 Revert "[sanitizer][esan] Add internal_sigaction_syscall"
new 2a8f0a9 [sanitizer][esan] Add internal_sigaction_syscall
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/esan/esan.cpp | 3 +++
lib/esan/esan_interceptors.cpp | 6 +++++
lib/esan/working_set.cpp | 5 +++-
lib/esan/working_set.h | 1 +
lib/sanitizer_common/CMakeLists.txt | 16 +++++++++++++
lib/sanitizer_common/sanitizer_linux.cc | 26 ++++++++++++++++++++-
lib/sanitizer_common/sanitizer_linux.h | 4 ++++
lib/sanitizer_common/sanitizer_linux_x86_64.S | 25 ++++++++++++++++++++
test/esan/TestCases/workingset-early-fault.c | 33 +++++++++++++++++++++++++++
9 files changed, 117 insertions(+), 2 deletions(-)
create mode 100644 lib/sanitizer_common/sanitizer_linux_x86_64.S
create mode 100644 test/esan/TestCases/workingset-early-fault.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 glibc.
from 5e19c43 Add more sNaN tests (cimag, conj, copysign, creal, fma, fmod).
new a2ae169 Fix dbl-64 atan2 (sNaN, qNaN) (bug 20252).
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 | 6 ++++
math/libm-test.inc | 62 ++++++++++++++++++++++++++++++++++++++++
sysdeps/ieee754/dbl-64/e_atan2.c | 2 +-
3 files changed, 69 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 gcc.
from 423bd60 PR bootstrap/71481: fix input.c selftest
new 61958e9 * config/i386/i386-builtin-types.def (INT_FTYPE_FLOAT128): [...]
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 | 18 +++++++++++--
gcc/config/i386/i386-builtin-types.def | 1 +
gcc/config/i386/i386.c | 41 ++++++++++++++++++++++--------
gcc/config/i386/i386.md | 16 ++++++++++++
gcc/config/i386/sse.md | 13 ++++++++++
gcc/doc/extend.texi | 1 +
gcc/testsuite/ChangeLog | 7 +++++
gcc/testsuite/gcc.target/i386/float128-3.c | 21 +++++++++++++++
gcc/testsuite/gcc.target/i386/quad-sse.c | 4 +--
gcc/testsuite/gcc.target/i386/quad-sse4.c | 11 ++++++++
libgcc/ChangeLog | 26 ++++++++++++++-----
libgcc/config.host | 4 +--
libgcc/config/i386/32/t-softfp | 3 ++-
libgcc/config/i386/32/tf-signs.c | 11 ++++++++
libgcc/config/i386/64/t-softfp | 2 ++
libgcc/config/{ia64 => i386/64}/tf-signs.c | 28 +++++---------------
libgcc/config/i386/libgcc-bsd.ver | 4 +++
libgcc/config/i386/libgcc-glibc.ver | 8 ++++++
libgcc/config/i386/libgcc-sol2.ver | 4 +++
19 files changed, 177 insertions(+), 46 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/i386/float128-3.c
create mode 100644 gcc/testsuite/gcc.target/i386/quad-sse4.c
create mode 100644 libgcc/config/i386/64/t-softfp
copy libgcc/config/{ia64 => i386/64}/tf-signs.c (71%)
--
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 openmp.
from 021a4a2 Exclude untied tasks from task stealing constraint
new 146e0c7 Affinity mask processing improvements
new f7dc7b1 Bug fix for Bugzilla bug 26602: Remove function bodies with K [...]
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:
runtime/src/kmp.h | 10 ++---
runtime/src/kmp_affinity.cpp | 93 +++++++++++++++++++++-----------------------
runtime/src/kmp_dispatch.cpp | 8 ++--
runtime/src/kmp_ftn_entry.h | 8 +++-
runtime/src/kmp_runtime.c | 2 +-
5 files changed, 60 insertions(+), 61 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 07b1ee9 pretty-print.c: skip color selftests if GCC_COLORS is set
new 423bd60 PR bootstrap/71481: fix input.c selftest
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 | 7 +++++++
gcc/input.c | 31 +++++++++++++++++++++----------
2 files changed, 28 insertions(+), 10 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 8828345 Fix frexp (NaN) (bug 20250).
new 5e19c43 Add more sNaN tests (cimag, conj, copysign, creal, fma, fmod).
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 | 7 ++++
math/libm-test.inc | 95 ++++++++++++++++++++++++++++++++++++++++++++++++++++++
2 files changed, 102 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 fa405a6 [MBP] Code cleanup #3 /NFC
new f50be3f Update the AArch64ExternalSymbolizer to print literal strings [...]
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/AArch64/Disassembler/AArch64ExternalSymbolizer.cpp | 8 +++++---
test/tools/llvm-objdump/AArch64/macho-symbolized-disassembly.test | 3 +--
2 files changed, 6 insertions(+), 5 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 12cb836 PR sanitizer/71498 * c-gimplify.c (ubsan_walk_array_refs_r) [...]
new d098239 selftests: improve reported failure locations
new 07b1ee9 pretty-print.c: skip color selftests if GCC_COLORS is set
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:
gcc/ChangeLog | 40 ++++++++++++++++
gcc/input.c | 4 +-
gcc/pretty-print.c | 135 +++++++++++++++++++++++++++++++++--------------------
gcc/selftest.c | 20 ++++----
gcc/selftest.h | 60 +++++++++++++++++-------
5 files changed, 180 insertions(+), 79 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.