This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository glibc.
from 5026977 tile: Check for pointer add overflow in memchr
new b040e1b Make soft-float powerpc swapcontext restore the signal mask ( [...]
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/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S | 3 ++-
2 files changed, 9 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 libcxx.
from dae3960 [libc++] Introduce _LIBCPP_EXTERN_VIS to fix __libcpp_debug_f [...]
new 7d24e91 Fix std::tuples EBO when targeting the MSVC ABI.
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/__config | 10 ++++++++++
include/tuple | 2 +-
2 files changed, 11 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 lld.
from 0e7b69f Give priority to linker scripts over preemption.
new 0297a29 [ELF][MIPS] Remove redundant checkings from test cases. NFC
new 638ebb7 [ELF][MIPS] Exclude mips .got from PT_GNU_RELRO segment
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:
ELF/SyntheticSections.cpp | 2 +-
ELF/Writer.cpp | 14 ++++++--
test/ELF/basic-mips.s | 36 +++++++-------------
test/ELF/eh-frame-hdr-abs-fde.s | 6 ++--
test/ELF/mips-64-disp.s | 17 +++++-----
test/ELF/mips-64-got.s | 17 +++++-----
test/ELF/mips-64-rels.s | 2 +-
test/ELF/mips-got-and-copy.s | 20 +++++------
test/ELF/mips-got-extsym.s | 4 +--
test/ELF/mips-got-hilo.s | 8 ++---
test/ELF/mips-got-redundant.s | 8 ++---
test/ELF/mips-got-relocs.s | 16 ++++-----
test/ELF/mips-got-weak.s | 24 +++++++-------
test/ELF/mips-got16.s | 22 ++++++------
test/ELF/mips-gp-ext.s | 8 ++---
test/ELF/mips-gp-lowest.s | 6 ++--
test/ELF/mips-gprel-sec.s | 37 +++++++++++++++++++++
test/ELF/mips-gprel32-relocs-gp0.s | 2 +-
test/ELF/mips-gprel32-relocs.s | 2 +-
test/ELF/mips-hilo-gp-disp.s | 30 ++++++++---------
test/ELF/mips-n32-rels.s | 2 +-
test/ELF/mips-options.s | 4 +--
test/ELF/mips-tls-64.s | 60 ++++++++++++++++-----------------
test/ELF/mips-tls-hilo.s | 4 +--
test/ELF/mips-tls-static.s | 4 +--
test/ELF/mips-tls.s | 68 +++++++++++++++++++-------------------
test/ELF/mips-xgot-order.s | 4 +--
27 files changed, 230 insertions(+), 197 deletions(-)
create mode 100644 test/ELF/mips-gprel-sec.s
--
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 bde2871 Improve CMake and LIT support for Windows
new dae3960 [libc++] Introduce _LIBCPP_EXTERN_VIS to fix __libcpp_debug_f [...]
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:
docs/DesignDocs/VisibilityMacros.rst | 6 ++++++
include/__config | 5 +++++
include/__debug | 2 +-
3 files changed, 12 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 libcxx.
from 47a547e Make sym_check python 3 compatible
new bde2871 Improve CMake and LIT support for Windows
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:
CMakeLists.txt | 8 +++++---
cmake/Modules/HandleLibCXXABI.cmake | 14 ++++++++------
src/typeinfo.cpp | 3 ++-
test/libcxx/test/config.py | 32 +++++++++++++++++++++-----------
test/libcxx/test/format.py | 1 +
5 files changed, 37 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 7583770 Attempt to workaround MSVC build issue where I suspect an enu [...]
new 061ca19 [XRay] Implement the `llvm-xray graph` subcommand
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:
.../llvm-xray/X86/graph-deduce-tail-call.yaml | 75 +++++
test/tools/llvm-xray/X86/graph-simple-case.yaml | 46 +++
tools/llvm-xray/CMakeLists.txt | 1 +
tools/llvm-xray/xray-graph.cc | 365 +++++++++++++++++++++
tools/llvm-xray/xray-graph.h | 129 ++++++++
5 files changed, 616 insertions(+)
create mode 100644 test/tools/llvm-xray/X86/graph-deduce-tail-call.yaml
create mode 100644 test/tools/llvm-xray/X86/graph-simple-case.yaml
create mode 100644 tools/llvm-xray/xray-graph.cc
create mode 100644 tools/llvm-xray/xray-graph.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 glibc.
from 099191b Fix typo in NEWS
new 4cb89c1 tile: pass __IPC_64 as zero for SysV IPC calls
new 5026977 tile: Check for pointer add overflow in memchr
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 | 8 ++++++++
sysdeps/tile/tilegx/memchr.c | 4 ++++
sysdeps/tile/tilepro/memchr.c | 4 ++++
sysdeps/unix/sysv/linux/{aarch64 => tile}/ipc_priv.h | 4 ++--
4 files changed, 18 insertions(+), 2 deletions(-)
copy sysdeps/unix/sysv/linux/{aarch64 => tile}/ipc_priv.h (86%)
--
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 758e067 [PowerPC] Expand ISEL instruction into if-then-else sequence.
new 7583770 Attempt to workaround MSVC build issue where I suspect an enu [...]
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/ADT/None.h | 3 ++-
1 file changed, 2 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 llvm.
from 2222ec4 [InstCombine] use m_APInt to allow shift-shift folds for vect [...]
new 627c807 [InstCombine] fix names in canEvaluateShiftedShift(); 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:
lib/Transforms/InstCombine/InstCombineShifts.cpp | 53 ++++++++++++------------
1 file changed, 26 insertions(+), 27 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.