This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository lld.
from 676b282 [ELF] ifunc implementation using synthetic sections
new ada236d [ELF] - Read 16 bits for R_386_16/R_386_PC16 relocations inst [...]
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:
ELF/Target.cpp | 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 topic/forkables
in repository newlib.
at da107a9 forkables: Document hardlink creation at forktime.
This branch includes the following new commits:
new 4c63c10 dll_list: Store dll file name as full NT path.
new 837e538 dll_list: Track main executable and cygwin1.dll.
new 0229359 forkables: Create forkable hardlinks, yet unused.
new 18e0e77 forkables: On fork failure, retry with hardlinks.
new 10cf02b forkables: Keep hardlinks disabled via shared mem.
new da107a9 forkables: Document hardlink creation at forktime.
The 6 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.
--
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 28f45c4 PR71856 try to fix Parallel Mode assertions again
new 0ef5784 Delete std::swap for debug mode array
new 95de2e0 Fix filesystem test that fails in debug mode
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:
libstdc++-v3/ChangeLog | 19 +++++++++++++++++++
libstdc++-v3/include/bits/stl_pair.h | 1 -
libstdc++-v3/include/bits/unique_ptr.h | 1 -
libstdc++-v3/include/debug/array | 8 ++++++++
libstdc++-v3/include/std/array | 1 -
libstdc++-v3/include/std/optional | 2 +-
libstdc++-v3/include/std/tuple | 1 -
libstdc++-v3/include/std/variant | 4 ++--
.../array/tuple_interface/get_debug_neg.cc | 4 ++--
.../23_containers/array/tuple_interface/get_neg.cc | 6 +++---
.../array/tuple_interface/tuple_element_debug_neg.cc | 2 +-
.../array/tuple_interface/tuple_element_neg.cc | 2 +-
.../experimental/filesystem/path/construct/range.cc | 9 +++++----
13 files changed, 42 insertions(+), 18 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 1d26252 Always use a hex prefix when displaying the alignment of prog [...]
new 3a2488d Fix crash when disassembling invalid range on powerpc vle
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:
opcodes/ChangeLog | 4 ++++
opcodes/ppc-dis.c | 2 +-
2 files changed, 5 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 97b537a [ELF][MIPS] Make _gp, _gp_disp, __gnu_local_gp global symbols
new 676b282 [ELF] ifunc implementation using synthetic sections
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:
ELF/Relocations.cpp | 24 ++--
ELF/Symbols.cpp | 8 +-
ELF/Symbols.h | 6 +
ELF/SyntheticSections.cpp | 79 +++++++++++-
ELF/SyntheticSections.h | 40 ++++++
ELF/Writer.cpp | 27 +++--
test/ELF/Inputs/arm-shared.s | 8 ++
test/ELF/Inputs/{shared2.s => shared2-x86-64.s} | 3 +
test/ELF/aarch64-gnu-ifunc-plt.s | 85 +++++++++++++
test/ELF/aarch64-gnu-ifunc.s | 41 +++----
test/ELF/arm-gnu-ifunc-plt.s | 93 ++++++++++++++
test/ELF/arm-gnu-ifunc.s | 154 ++++++++++++------------
test/ELF/gnu-ifunc-i386.s | 34 +++---
test/ELF/gnu-ifunc-plt.s | 74 ++++++++++++
test/ELF/gnu-ifunc-shared.s | 66 ++++++++++
test/ELF/gnu-ifunc.s | 35 +++---
16 files changed, 615 insertions(+), 162 deletions(-)
create mode 100644 test/ELF/Inputs/arm-shared.s
copy test/ELF/Inputs/{shared2.s => shared2-x86-64.s} (64%)
create mode 100644 test/ELF/aarch64-gnu-ifunc-plt.s
create mode 100644 test/ELF/arm-gnu-ifunc-plt.s
create mode 100644 test/ELF/gnu-ifunc-plt.s
create mode 100644 test/ELF/gnu-ifunc-shared.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 llvm.
from fb32ef4 [SLP] Fix for PR6246: vectorization for scalar ops on vector [...]
new 51d83c3 Move DwarfGenerator.cpp to unittests
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/CodeGen/CMakeLists.txt | 1 -
unittests/DebugInfo/DWARF/CMakeLists.txt | 1 +
unittests/DebugInfo/DWARF/DWARFDebugInfoTest.cpp | 2 +-
{lib/CodeGen => unittests/DebugInfo/DWARF}/DwarfGenerator.cpp | 4 ++--
{lib/CodeGen => unittests/DebugInfo/DWARF}/DwarfGenerator.h | 8 ++++----
5 files changed, 8 insertions(+), 8 deletions(-)
rename {lib/CodeGen => unittests/DebugInfo/DWARF}/DwarfGenerator.cpp (98%)
rename {lib/CodeGen => unittests/DebugInfo/DWARF}/DwarfGenerator.h (97%)
--
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 980d0cd [GOLD] Don't assert in powerpc stub_table
new 1d26252 Always use a hex prefix when displaying the alignment of prog [...]
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:
binutils/ChangeLog | 5 +++++
binutils/readelf.c | 2 +-
2 files changed, 6 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 gcc-6-branch
in repository gcc.
from aca4fda Daily bump.
new 18c8c9d PR77459 avoid snprintf for debug mode diagnostics
new fe28996 PR71856 try to fix Parallel Mode assertions again
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:
libstdc++-v3/ChangeLog | 23 ++++
libstdc++-v3/doc/xml/manual/using.xml | 9 ++
libstdc++-v3/include/bits/c++config | 13 ++-
libstdc++-v3/include/parallel/base.h | 6 +-
libstdc++-v3/src/c++11/debug.cc | 119 ++++++++++-----------
.../algorithm/parallel_algorithm_assert2.cc} | 40 +++----
6 files changed, 126 insertions(+), 84 deletions(-)
copy libstdc++-v3/testsuite/{20_util/raw_storage_iterator/dr2127.cc => 25_algorith [...]
--
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.
Renato Golin pushed a change to branch master
in repository toolchain/tcwg-release-tools.
from 3c91049 Add support for worktrees
new 52698c3 Fix worktree detection
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:
linaropy/git/worktree.py | 57 ++++++++++++++++++++++++++++++++++++++----------
1 file changed, 45 insertions(+), 12 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.