This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 2b9853379b3 gcc/ChangeLog:
new f580573e104 RISC-V: Add missing negate patterns.
new 2923f790a7d Support excess precision for integer / floating-point compa [...]
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 | 5 +++
gcc/c/ChangeLog | 6 +++
gcc/c/c-typeck.c | 14 ++++++
gcc/config/riscv/riscv.md | 41 +++++++++++++++--
gcc/testsuite/ChangeLog | 6 +++
.../gcc.target/i386/excess-precision-10.c | 52 ++++++++++++++++++++++
gcc/testsuite/gcc.target/i386/excess-precision-9.c | 52 ++++++++++++++++++++++
7 files changed, 173 insertions(+), 3 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/i386/excess-precision-10.c
create mode 100644 gcc/testsuite/gcc.target/i386/excess-precision-9.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 ec6cfefee [ELF][test] Use llvm-readelf's short option -r instead of -re [...]
new 252781ddf [AArch64] Fix range check of R_AARCH64_TLSLE_ADD_TPREL_HI12
new cdc53af8e Allow later -z name=<int> args to override earlier args
new d648dbf00 [ELF] llvm::sort(C.begin(), C.end(), ...) -> llvm::sort(C, ...)
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:
Common/Args.cpp | 2 +-
ELF/Arch/AArch64.cpp | 2 +-
ELF/InputSection.cpp | 13 ++++++-------
ELF/SyntheticSections.cpp | 14 ++++++--------
ELF/Writer.cpp | 16 +++++++---------
test/ELF/aarch64-tls-le.s | 19 ++++++++++++++++++-
test/ELF/zstack-size.s | 3 +++
7 files changed, 42 insertions(+), 27 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 openmp.
from 56b88ef [OpenMP] Update ittnotify sources
new 71f9b0e [OpenMP] Fix balanced affinity so thread's private affinity m [...]
new 7371e54 [OpenMP] Add missing __kmpc_critical_with_hint to dllexports
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/dllexports | 5 +++--
runtime/src/kmp.h | 8 +++-----
runtime/src/kmp_affinity.cpp | 12 +++++-------
runtime/src/kmp_barrier.cpp | 2 +-
runtime/src/kmp_tasking.cpp | 9 +++------
5 files changed, 15 insertions(+), 21 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 bdab5ef14b3 Revert r343129 "[ORC] Change the field order of ThreadSafeM [...]
new cc53e502320 [InstCombine] add tests that show undef propagation failure [...]
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:
.../InstCombine/stop_bad_undef_propagation.ll | 200 +++++++++++++++++++++
1 file changed, 200 insertions(+)
create mode 100644 test/Transforms/InstCombine/stop_bad_undef_propagation.ll
--
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 5ada805 [OpenMP] Fix performance issue from 376.kdtree
new 56b88ef [OpenMP] Update ittnotify sources
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:
.../src/thirdparty/ittnotify/disable_warnings.h | 1 +
runtime/src/thirdparty/ittnotify/ittnotify.h | 708 ++++++++++++++-------
.../src/thirdparty/ittnotify/ittnotify_config.h | 134 +++-
.../src/thirdparty/ittnotify/ittnotify_static.c | 534 ++++++++++------
.../src/thirdparty/ittnotify/ittnotify_static.h | 48 +-
runtime/src/thirdparty/ittnotify/ittnotify_types.h | 1 +
.../src/thirdparty/ittnotify/legacy/ittnotify.h | 38 +-
7 files changed, 1010 insertions(+), 454 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 lldb.
from 6e35574f0 Fix OSX build after r343130
new 9e2b4201c Fix ProcessKDP after r343130
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:
source/Plugins/Process/MacOSX-Kernel/ProcessKDP.cpp | 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 openmp.
from 83a13b9 [OpenMP][libomptarget] Set the frame pointer then test empty [...]
new 37230a1 [OpenMP][OMPT] A few improvements
new 5ada805 [OpenMP] Fix performance issue from 376.kdtree
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/dllexports | 3 +
runtime/src/kmp.h | 3 -
runtime/src/kmp_dispatch.cpp | 7 ---
runtime/src/kmp_dispatch.h | 7 ---
runtime/src/kmp_settings.cpp | 18 ++++++
runtime/src/kmp_settings.h | 12 ++--
runtime/src/kmp_str.cpp | 6 +-
runtime/src/kmp_taskdeps.cpp | 122 +-----------------------------------
runtime/src/kmp_taskdeps.h | 145 +++++++++++++++++++++++++++++++++++++++++++
runtime/src/kmp_tasking.cpp | 14 ++---
runtime/src/ompt-general.cpp | 7 ++-
11 files changed, 191 insertions(+), 153 deletions(-)
create mode 100644 runtime/src/kmp_taskdeps.h
--
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.
"tcwg-buildslave pushed a change to branch tested
in repository toolchain/jenkins-scripts.
from 71ec686 jenkins-helpers.sh: Make git_rev_parse more robust and less noisy
adds 8e9373e Add support for LLVM release from branches
No new revisions were added by this update.
Summary of changes:
tcwg-llvm-release.sh | 41 ++++++++++++++++++++++++++---------------
1 file changed, 26 insertions(+), 15 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 23a1107ab [winasan] Pin the ASan DLL to prevent unloading
new fedf618bc [asan] [windows] Don't use CheckFailed in dynamic runtime thunk mode
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/asan/asan_globals_win.cc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.