This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 0768811666e [llvm-exegesis] Fix always true assert
new 7b3bebb1978 Relax trivial cast requirements in CallPromotionUtils
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/Transforms/Utils/CallPromotionUtils.cpp | 14 +++---
.../Util/call-promotion-utils-ptrcast.ll | 50 ++++++++++++++++++++++
2 files changed, 58 insertions(+), 6 deletions(-)
create mode 100644 test/Transforms/Util/call-promotion-utils-ptrcast.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 libcxxabi.
from e878418 Port llvm r342166 to libcxxabi demangler
new d9d19cc Make libc++abi work better with gcc's ARM unwind library. Rev [...]
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/cxa_default_handlers.cpp | 7 ++-----
src/cxa_exception.cpp | 45 +++++++++++++++++++++++++++++---------------
src/cxa_exception.hpp | 4 ++++
src/cxa_handlers.cpp | 5 +----
src/cxa_personality.cpp | 15 +++++----------
5 files changed, 42 insertions(+), 34 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 d93bcaaa5bc [llvm-mca] Minor refactoring in preparation for a patch tha [...]
new 0768811666e [llvm-exegesis] Fix always true assert
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-exegesis/lib/MCInstrDescView.h | 2 +-
1 file changed, 1 insertion(+), 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 llvm.
from 09f76c80ba8 [llvm-exegesis][NFC] Pass Instruction instead of bare Opcode
new d93bcaaa5bc [llvm-mca] Minor refactoring in preparation for a patch tha [...]
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-mca/include/HardwareUnits/RegisterFile.h | 11 ++++++-----
tools/llvm-mca/lib/HardwareUnits/RegisterFile.cpp | 16 +++++++++-------
2 files changed, 15 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 clang.
from 994f2e635a [Hexagon] Use GetLinkerPath instead of hard-coded string.
new e0e7c043bb [OpenCL] Fixed address space cast in C style cast of C++ parsing
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/Sema/SemaCast.cpp | 43 ++-
.../SemaOpenCL/address-spaces-conversions-cl2.0.cl | 299 ++++++++++++++++-----
test/SemaOpenCL/address-spaces.cl | 54 ++--
3 files changed, 284 insertions(+), 112 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 newlib.
from 323b48b97 Cygwin: lseek: return ESPIPE rather than EINVAL when called o [...]
new 682c4a9f1 Implement nanl in newlib only
new 35555851d newlib: strtold: use __builtin_nanl to avoid libm dependency
new 256f1171a newlib: Build internal strtold code only if HAVE_LONG_DOUBLE defined
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:
newlib/libc/stdlib/Makefile.am | 6 +++---
newlib/libc/stdlib/Makefile.in | 11 ++++++-----
newlib/libc/stdlib/strtorx.c | 2 +-
newlib/libm/common/nanl.c | 6 ++++++
winsup/cygwin/Makefile.in | 1 -
winsup/cygwin/math/nanl.c | 5 -----
6 files changed, 16 insertions(+), 15 deletions(-)
delete mode 100644 winsup/cygwin/math/nanl.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 gcc.
from d4b4a6c1918 PR target/87573 * config/i386/mmx.md (const_vector 0 -> m [...]
new 0e100de5b95 gcc/testsuite/ChangeLog:
new 3393067f401 PR libstdc++/87544 limit max_size() to PTRDIFF_MAX / sizeof(T)
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/testsuite/ChangeLog | 6 ++
gcc/testsuite/gcc.c-torture/execute/memchr-1.c | 54 ++++++++++++++++
gcc/testsuite/gcc.dg/builtin-memchr.c | 68 ++++++++++++++++++++
libstdc++-v3/ChangeLog | 12 ++++
libstdc++-v3/include/bits/stl_vector.h | 6 +-
libstdc++-v3/include/ext/malloc_allocator.h | 8 ++-
libstdc++-v3/include/ext/new_allocator.h | 8 ++-
.../23_containers/vector/allocator/minimal.cc | 2 +-
.../23_containers/vector/capacity/87544.cc | 73 ++++++++++++++++++++++
9 files changed, 233 insertions(+), 4 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/builtin-memchr.c
create mode 100644 libstdc++-v3/testsuite/23_containers/vector/capacity/87544.cc
--
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 ef858170ac Lift VFS from clang to llvm (NFC)
new 1595b4e0d0 [clang] Properly apply attributes on explicit instantiations [...]
new 994f2e635a [Hexagon] Use GetLinkerPath instead of hard-coded string.
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:
lib/Driver/ToolChains/Hexagon.cpp | 5 ++---
lib/Driver/ToolChains/Hexagon.h | 3 +++
lib/Sema/SemaTemplate.cpp | 6 ++----
.../attr-on-explicit-template-instantiation.cpp | 25 ++++++++++++++++++++++
4 files changed, 32 insertions(+), 7 deletions(-)
create mode 100644 test/SemaCXX/attr-on-explicit-template-instantiation.cpp
--
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 cbb9d6c4e97 PR target/87550 * config/i386/i386-builtin.def (IX86_BUIL [...]
new d4b4a6c1918 PR target/87573 * config/i386/mmx.md (const_vector 0 -> m [...]
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/i386/mmx.md | 9 ++++++++-
gcc/testsuite/ChangeLog | 5 +++++
gcc/testsuite/gcc.target/i386/pr87573.c | 12 ++++++++++++
4 files changed, 30 insertions(+), 1 deletion(-)
create mode 100644 gcc/testsuite/gcc.target/i386/pr87573.c
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.