This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository openmp.
from 74e9371 [OpenMP] Add entry for Intel Compiler 18
new cac6ef0 [libomptarget] Move header files and CMake library definition
new c35df18 [libomptarget] Split RTL plugin functionality
new 4303e18 [libomptarget] Split device functionality
new 25af465 [libomptarget] Split implementation of API functions
new 5a07983 [libomptarget] Split implementation of interface functions
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:
libomptarget/CMakeLists.txt | 20 +-
libomptarget/{src => include}/omptarget.h | 2 +-
libomptarget/{src => include}/omptargetplugin.h | 0
libomptarget/src/CMakeLists.txt | 31 +
libomptarget/src/api.cpp | 282 ++++
libomptarget/src/device.cpp | 365 +++++
libomptarget/src/device.h | 167 +++
libomptarget/{ => src}/exports | 0
libomptarget/src/interface.cpp | 501 +++++++
libomptarget/src/omptarget.cpp | 1743 +----------------------
libomptarget/src/private.h | 49 +
libomptarget/src/rtl.cpp | 366 +++++
libomptarget/src/rtl.h | 165 +++
13 files changed, 1946 insertions(+), 1745 deletions(-)
rename libomptarget/{src => include}/omptarget.h (99%)
rename libomptarget/{src => include}/omptargetplugin.h (100%)
create mode 100644 libomptarget/src/CMakeLists.txt
create mode 100644 libomptarget/src/api.cpp
create mode 100644 libomptarget/src/device.cpp
create mode 100644 libomptarget/src/device.h
rename libomptarget/{ => src}/exports (100%)
create mode 100644 libomptarget/src/interface.cpp
create mode 100644 libomptarget/src/private.h
create mode 100644 libomptarget/src/rtl.cpp
create mode 100644 libomptarget/src/rtl.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.
unknown user pushed a change to branch master
in repository compiler-rt.
from d4f4f7cd1 Handle NetBSD symbol renaming in msan_interceptors.cc
new 2f6cd8dba Correct atexit(3) support in MSan/NetBSD
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/msan/msan_interceptors.cc | 66 +++++++++++++++++++++++++++++++++++++++++--
1 file changed, 63 insertions(+), 3 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 5244527da1 Make cacosh (0 + iNaN) return NaN + i pi/2 (bug 22561, DR#471).
new c191f64cd5 Correct some ia64 libm_alias_float_other calls.
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 +++++++
sysdeps/ia64/fpu/e_exp2f.S | 2 +-
sysdeps/ia64/fpu/e_log2f.S | 2 +-
sysdeps/ia64/fpu/e_powf.S | 2 +-
4 files changed, 10 insertions(+), 3 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 0823340178e C/C++: don't suggest implementation names as spelling fixes [...]
new edf8f3f63c3 PR c++/82115 - ICE with variable initialized with its own [...]
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/cp/ChangeLog | 6 ++++++
gcc/cp/cp-tree.h | 2 +-
gcc/cp/pt.c | 14 ++++++++------
gcc/testsuite/g++.dg/cpp0x/constexpr-self1.C | 14 ++++++++++++++
4 files changed, 29 insertions(+), 7 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/cpp0x/constexpr-self1.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 compiler-rt.
from 7c9843b5d [compiler-rt] Set up .arcconfig to point to new Diffusion CRT [...]
new d4f4f7cd1 Handle NetBSD symbol renaming in msan_interceptors.cc
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/msan/msan_interceptors.cc | 38 ++++++++++++----------
.../sanitizer_platform_limits_netbsd.h | 2 ++
.../sanitizer_platform_limits_posix.h | 2 ++
3 files changed, 25 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 master
in repository glibc.
from d73fac82be Update Alpha libm-test-ulps
new 5244527da1 Make cacosh (0 + iNaN) return NaN + i pi/2 (bug 22561, DR#471).
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 | 8 ++++++++
math/libm-test-cacosh.inc | 9 +++++++--
math/s_cacosh_template.c | 5 ++++-
3 files changed, 19 insertions(+), 3 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 1c9c7ce078 Objcopy interleave fails if section address not multiple of [...]
new 9a93831ccc Fix syscall group completion
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 | 5 +++++
gdb/break-catch-syscall.c | 12 ++++--------
2 files changed, 9 insertions(+), 8 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 cead076cfb4 [WebAssembly] Commit a file I accidentally omitted from r319956.
new 9044c81903f [PGO] Make indirect call promotion a utility
new 2b68e112a31 [InstCombine] canonicalize constant-minus-boolean to select [...]
new 4bae52896ec [Hexagon] Handle perfect shuffles on single vectors
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:
include/llvm/Transforms/Instrumentation.h | 10 +-
include/llvm/Transforms/Utils/CallPromotionUtils.h | 44 +++
lib/Target/Hexagon/HexagonISelDAGToDAGHVX.cpp | 25 +-
lib/Transforms/IPO/SampleProfile.cpp | 7 +-
lib/Transforms/InstCombine/InstCombineAddSub.cpp | 7 +-
.../Instrumentation/IndirectCallPromotion.cpp | 323 +-------------------
lib/Transforms/Utils/CMakeLists.txt | 1 +
lib/Transforms/Utils/CallPromotionUtils.cpp | 328 +++++++++++++++++++++
test/CodeGen/Hexagon/autohvx/perfect-single.ll | 20 ++
test/Transforms/InstCombine/zext-bool-add-sub.ll | 9 +-
10 files changed, 442 insertions(+), 332 deletions(-)
create mode 100644 include/llvm/Transforms/Utils/CallPromotionUtils.h
create mode 100644 lib/Transforms/Utils/CallPromotionUtils.cpp
create mode 100644 test/CodeGen/Hexagon/autohvx/perfect-single.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 llvm.
from 73135b400e3 [WebAssembly] Remove WASM_STACK_POINTER.
new cead076cfb4 [WebAssembly] Commit a file I accidentally omitted from r319956.
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/Object/WasmObjectFile.cpp | 1 -
1 file changed, 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 openmp.
from 865d07f Eliminate double printing of verbose affinity settings
new 74e9371 [OpenMP] Add entry for Intel Compiler 18
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:
runtime/src/kmp_version.cpp | 2 ++
1 file changed, 2 insertions(+)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.