This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository openmp.
from 4a0909d Unify build documentation and convert to reStructuredText
new 85a6d05 [OMPT] Build runtime with OMPT support by default
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:
README.rst | 7 +++++--
runtime/CMakeLists.txt | 13 +++++++++----
runtime/cmake/config-ix.cmake | 10 +++++++++-
3 files changed, 23 insertions(+), 7 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 3e4226ffdf Simplify getrlimit64.c
new 77f499568d misc/tst-pselect.c: Add copyright header
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 | 4 ++++
misc/tst-pselect.c | 17 +++++++++++++++++
2 files changed, 21 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 gcc-7-branch
in repository gcc.
from c76d99be43c PR c++/83556 * tree.c (replace_placeholders_r): Pass NULL [...]
new fdf79076b93 RISC-V: Fix for icache flush issue on multicore processors.
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 | 5 +++++
gcc/config/riscv/linux.h | 2 ++
gcc/config/riscv/riscv.md | 6 ++++++
3 files changed, 13 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 6ae0f3914ef [AArch64] add tests for min/max of min/max (PR35717); NFC
new db850cf9f48 [ValueTracking] recognize min/max of min/max patterns
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/Analysis/ValueTracking.cpp | 79 +++++++
test/CodeGen/AArch64/minmax-of-minmax.ll | 384 +++++++++++++------------------
2 files changed, 239 insertions(+), 224 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 639517ea39 Suppress undefined-template warnings when the pattern is dec [...]
new 10147bdba7 [DOXYGEN] Fix doxygen and content issues in emmintrin.h
new ec8ee5736c [DOXYGEN] Fix doxygen and content issues in pmmintrin.h
new 8ef2113185 [DOXYGEN] Fix doxygen and content issues in smmintrin.h
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/Headers/emmintrin.h | 111 +++++++++++++++++++++++++++---------------------
lib/Headers/pmmintrin.h | 6 +--
lib/Headers/smmintrin.h | 6 +--
3 files changed, 69 insertions(+), 54 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 002ea84cfc4 * web.c: Remove out-of-date comment.
new b8e3bfb5166 RISC-V: Fix for icache flush issue on multicore processors.
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 | 5 +++++
gcc/config/riscv/linux.h | 2 ++
gcc/config/riscv/riscv.md | 6 ++++++
3 files changed, 13 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 7b20f91f4d8 [AArch64][GlobalISel] Fix assert fail with unknown intrinsic.
new 6ae0f3914ef [AArch64] add tests for min/max of min/max (PR35717); NFC
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:
test/CodeGen/AArch64/minmax-of-minmax.ll | 1096 ++++++++++++++++++++++++++++++
1 file changed, 1096 insertions(+)
create mode 100644 test/CodeGen/AArch64/minmax-of-minmax.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 libunwind.
from ae1277c There is no portable format string for printing `uintptr_t` v [...]
new 21881c5 [PPC64] Port to ppc64le - initial version
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/__libunwind_config.h | 11 +-
include/libunwind.h | 114 +++++++++
src/AddressSpace.hpp | 7 +
src/Registers.hpp | 577 +++++++++++++++++++++++++++++++++++++++++++
src/UnwindCursor.hpp | 19 ++
src/UnwindRegistersRestore.S | 95 +++++++
src/UnwindRegistersSave.S | 103 ++++++++
src/assembly.h | 4 +-
src/config.h | 4 +-
src/libunwind.cpp | 2 +
10 files changed, 931 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 glibc.
from 28fd6a44cb Update powerpc-nofpu libm-test-ulps.
new d35989be87 Fix typos in getrlimit64.c and setrlimit64.c
new 3e4226ffdf Simplify getrlimit64.c
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:
ChangeLog | 13 +++++++++++++
sysdeps/unix/sysv/linux/getrlimit64.c | 6 +-----
sysdeps/unix/sysv/linux/setrlimit64.c | 6 +++---
3 files changed, 17 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 libcxx.
from 4e498577b Un-inline a few more variables that are exported from the dylib.
new 97adf8a38 One more (should be) inline variable that is defined in the dylib
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/__mutex_base | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.