This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 88d528ad39c PR debug/83585 * bb-reorder.c (insert_section_boundary_no [...]
new 92a3e433695 Allow VEC_PERM_EXPR folding to fail
new 760c6bc3f82 Add tree_fits_uhwi_p tests to BIT_FIELD_REF folder
new 7bf985c6b16 Document machine_mode wrapper classes
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:
gcc/ChangeLog | 14 +++++++
gcc/doc/rtl.texi | 107 ++++++++++++++++++++++++++++++++++++++++++++++++
gcc/fold-const.c | 4 +-
gcc/tree-ssa-forwprop.c | 3 +-
4 files changed, 126 insertions(+), 2 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 7abf02f3ee support_enter_mount_namespace: Fix indentation
new 82eef55f8f elf: Support dlvsym within libc.so
new 8a5df95ffa i386: In makecontext, align the stack before calling exit [B [...]
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 | 33 +++
elf/Makefile | 16 +-
elf/Versions | 4 +-
elf/dl-libc.c | 73 ++++++-
posix/sched_cpufree.c => elf/tst-libc_dlvsym-dso.c | 11 +-
elf/{tst-pie2.c => tst-libc_dlvsym-static.c} | 24 +-
elf/{tst-pie2.c => tst-libc_dlvsym.c} | 26 +--
elf/tst-libc_dlvsym.h | 125 +++++++++++
include/dlfcn.h | 2 +
stdlib/Makefile | 3 +-
stdlib/tst-makecontext-align.c | 241 +++++++++++++++++++++
sysdeps/unix/sysv/linux/i386/makecontext.S | 14 +-
12 files changed, 525 insertions(+), 47 deletions(-)
copy posix/sched_cpufree.c => elf/tst-libc_dlvsym-dso.c (79%)
copy elf/{tst-pie2.c => tst-libc_dlvsym-static.c} (72%)
copy elf/{tst-pie2.c => tst-libc_dlvsym.c} (70%)
create mode 100644 elf/tst-libc_dlvsym.h
create mode 100644 stdlib/tst-makecontext-align.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 921d6578005 [PR c++/83667] Fix tree_dump ICE
new 88d528ad39c PR debug/83585 * bb-reorder.c (insert_section_boundary_no [...]
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 | 6 ++++++
gcc/bb-reorder.c | 5 +++++
gcc/testsuite/ChangeLog | 5 +++++
gcc/testsuite/gcc.dg/pr83585.c | 18 ++++++++++++++++++
4 files changed, 34 insertions(+)
create mode 100644 gcc/testsuite/gcc.dg/pr83585.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 llvm.
from 98977edb889 [Docs] Add Contributing page.
new e0cfa9daab9 Add assertion on DT availability during LI update in Update [...]
new 9a412cf099c StructurizeCFG: xfail one of the testcases from r321751
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/Transforms/Utils/BasicBlockUtils.cpp | 1 +
.../StructurizeCFG/AMDGPU/backedge-id-bug-xfail.ll | 77 ++++++++++++
.../StructurizeCFG/AMDGPU/backedge-id-bug.ll | 140 +--------------------
3 files changed, 79 insertions(+), 139 deletions(-)
create mode 100644 test/Transforms/StructurizeCFG/AMDGPU/backedge-id-bug-xfail.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 fe893a5594d [InstCombine] safely create a constant of the right type (PR35794)
new 98977edb889 [Docs] Add Contributing page.
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/Contributing.rst | 122 ++++++++++++++++++++++++++++++++++++++++++++++++++
docs/Phabricator.rst | 2 +
docs/index.rst | 6 +++
3 files changed, 130 insertions(+)
create mode 100644 docs/Contributing.rst
--
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 07f783fdb [tsan] Separate the constants in libignore and bump the maxim [...]
new 545f65f1a [scudo] s/unsigned long/size_t/ for __scudo_set_rss_limit
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/sanitizer/scudo_interface.h | 2 +-
lib/scudo/scudo_allocator.cpp | 6 +++---
lib/scudo/scudo_interface_internal.h | 7 ++++++-
3 files changed, 10 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 lldb.
from 03d066d36 [Core/Debugger] Remove some code that doesn't compile anymore.
new 2afc39ca9 Look for external types in all clang modules imported by the [...]
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:
.../Makefile | 1 +
.../cpp/gmodules-templates/TestGModules.py} | 1 +
.../lldbsuite/test/lang/cpp/gmodules-templates/a.h | 7 ++
.../lldbsuite/test/lang/cpp/gmodules-templates/b.h | 6 +
.../test/lang/cpp/gmodules-templates/main.cpp | 9 ++
.../test/lang/cpp/gmodules-templates/memory.h | 8 ++
.../lang/cpp/gmodules-templates/module.modulemap | 11 ++
.../SymbolFile/DWARF/DWARFASTParserClang.cpp | 124 +++++++++++++--------
.../Plugins/SymbolFile/DWARF/SymbolFileDWARF.cpp | 2 +-
source/Plugins/SymbolFile/DWARF/SymbolFileDWARF.h | 11 +-
10 files changed, 129 insertions(+), 51 deletions(-)
copy packages/Python/lldbsuite/test/lang/cpp/{member-and-local-vars-with-same-name [...]
copy packages/Python/lldbsuite/test/{python_api/sbvalue_const_addrof/TestSBValueCo [...]
create mode 100644 packages/Python/lldbsuite/test/lang/cpp/gmodules-templates/a.h
create mode 100644 packages/Python/lldbsuite/test/lang/cpp/gmodules-templates/b.h
create mode 100644 packages/Python/lldbsuite/test/lang/cpp/gmodules-templates/main.cpp
create mode 100644 packages/Python/lldbsuite/test/lang/cpp/gmodules-templates/memory.h
create mode 100644 packages/Python/lldbsuite/test/lang/cpp/gmodules-templates/modu [...]
--
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 7229a384d70 PR83680: Inverted test in arm_vectorize_vec_perm_const
new 921d6578005 [PR c++/83667] Fix tree_dump ICE
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/testsuite/ChangeLog | 5 +++++
gcc/testsuite/g++.dg/ipa/pr83667.C | 8 +++++---
2 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 f48be4b7d12 Avoid redundant calls to filesystem::status_known
new 531555c2864 PR target/83387 * config/rs6000/rs6000.c (rs6000_discover [...]
new 7229a384d70 PR83680: Inverted test in arm_vectorize_vec_perm_const
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/ChangeLog | 12 ++++++++++++
gcc/config/arm/arm.c | 2 +-
gcc/config/rs6000/rs6000.c | 3 ++-
3 files changed, 15 insertions(+), 2 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 1f052d6e5e1 [ARM] Fix endianness of Thumb .inst.w directive
new fe893a5594d [InstCombine] safely create a constant of the right type (PR35794)
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/InstCombineCompares.cpp | 8 ++++----
test/Transforms/InstCombine/icmp.ll | 16 ++++++++++++++++
2 files changed, 20 insertions(+), 4 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.