This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository glibc.
from 4c43173eba ld.so: Decorate BSS mappings
new a3a5634d9b manual: Consolidate POSIX Semaphores docs in Threads chapter
new 47c4f4045c manual: Add links to POSIX Semaphores man-pages documentation
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:
manual/ipc.texi | 71 ++------------------------------
manual/threads.texi | 116 +++++++++++++++++++++++++++++++++++++++++++++++-----
2 files changed, 109 insertions(+), 78 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 8e86549d14 nptl: Correct stack size attribute when stack grows up [BZ #32574]
new a6fbe36b7f nptl: Add support for setup guard pages with MADV_GUARD_INSTALL
new 4c43173eba ld.so: Decorate BSS mappings
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/dl-map-segments.h | 30 +++
nptl/Makefile | 1 +
nptl/TODO-testing | 4 -
nptl/allocatestack.c | 267 +++++++++++++--------
nptl/descr.h | 8 +-
nptl/nptl-stack.c | 2 +-
nptl/pthread_create.c | 2 +-
nptl/tst-guard1.c | 369 ++++++++++++++++++++++++++++++
sysdeps/generic/setvmaname.h | 12 +
sysdeps/nptl/dl-tls_init_tp.c | 2 +-
sysdeps/nptl/fork.h | 3 +-
sysdeps/unix/sysv/linux/bits/mman-linux.h | 2 +
sysdeps/unix/sysv/linux/setvmaname.c | 45 +++-
sysdeps/unix/sysv/linux/setvmaname.h | 8 +
14 files changed, 644 insertions(+), 111 deletions(-)
create mode 100644 nptl/tst-guard1.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 binutils-gdb.
from 625cadfb85a x86-64: Remove pr19609-4c.d and pr19609-4d.d
new 83fafbe9706 [gdb/testsuite] Handle unordered dict in gdb.python/py-mi-n [...]
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:
gdb/testsuite/gdb.python/py-mi-notify.exp | 5 ++++-
1 file changed, 4 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 gcc.
from 34d8c842b8d libstdc++: Use safe integer comparisons in std::latch [PR98749]
new 9ba2de71815 middle-end/118695 - missed misalign handling in MEM_REF expansion
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/expr.cc | 12 ++++++++++++
gcc/testsuite/gcc.dg/pr118695.c | 9 +++++++++
2 files changed, 21 insertions(+)
create mode 100644 gcc/testsuite/gcc.dg/pr118695.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 bea86e82146 OpenMP: append_args clause fixes + Fortran support
new 34d8c842b8d libstdc++: Use safe integer comparisons in std::latch [PR98749]
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:
libstdc++-v3/include/std/latch | 32 ++++++++++++++++++----------
libstdc++-v3/testsuite/30_threads/latch/1.cc | 12 ++++++++++-
2 files changed, 32 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.
antoine.moynault pushed a change to branch linaro-local/master
in repository toolchain/llvm-lnt.
from 30e42e4 Add benchmark noise
adds 8b50a4c Remove outdated note in README (NFC)
adds fa31c47 Merge pull request #16 from JOE1994/JOE1994-patch-1
adds a9301a3 [Profile] Fix CFG BB weight calculation (#17)
adds 2b8a708 Add --filter and --filter-out arguments to test-suite (#18)
adds e076972 Change /usr/bin/python -> /usr/bin/env python in tests (#23)
adds c13ff67 Update old unittest asserts in tests (#24)
adds 7688741 Invoke build tool via cmake --build in test-suite (#21)
adds f987c12 Bump dependencies to get working on Python 3.12 (#22)
adds d9db435 Add --build-tool-options to pass options to make/ninja/etc. (#25)
adds e80247a [Profile] Add CFG support for RISC-V (#19)
adds 30f4c1e Fix crash in runtest when build_tool_options is not set (#27)
new d04b87d Merge main branch into linaro-local/master
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.md | 2 +-
docs/quickstart.rst | 7 ++
lnt/server/ui/static/lnt_profile.js | 19 ++++-
lnt/server/ui/templates/v4_profile.html | 1 +
lnt/tests/test_suite.py | 89 +++++++++++++---------
setup.py | 6 +-
tests/runtest/Inputs/test-suite-cmake/fake-cmake | 3 +
.../Inputs/test-suite-cmake/fake-diagnose-cmake | 45 +++++++++++
.../Inputs/test-suite-cmake/fake-diagnose-make | 38 ---------
tests/runtest/Inputs/test-suite-cmake/fake-lit | 2 +-
.../Inputs/test-suite-cmake/fake-lit-fails-compile | 2 +-
.../Inputs/test-suite-cmake/fake-lit-fails-exec | 2 +-
.../Inputs/test-suite-cmake/fake-lit-profile | 4 +-
.../test-suite-cmake/fake-lit-profile-import | 2 +-
tests/runtest/test_suite-only-test.shtest | 2 +-
tests/runtest/test_suite-pgo.shtest | 14 ++--
tests/runtest/test_suite_diagnose.shtest | 3 +-
tests/server/ui/change_processing.py | 2 +-
tests/server/ui/test_api.py | 2 +-
tests/testing/TestingTest.py | 28 +++----
20 files changed, 157 insertions(+), 116 deletions(-)
create mode 100755 tests/runtest/Inputs/test-suite-cmake/fake-diagnose-cmake
delete mode 100755 tests/runtest/Inputs/test-suite-cmake/fake-diagnose-make
--
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.
antoine.moynault pushed a change to branch linaro-local/experimental
in repository toolchain/llvm-lnt.
from de7b1fa Add error incertaincy
adds 8b50a4c Remove outdated note in README (NFC)
adds fa31c47 Merge pull request #16 from JOE1994/JOE1994-patch-1
adds a9301a3 [Profile] Fix CFG BB weight calculation (#17)
adds 2b8a708 Add --filter and --filter-out arguments to test-suite (#18)
adds e076972 Change /usr/bin/python -> /usr/bin/env python in tests (#23)
adds c13ff67 Update old unittest asserts in tests (#24)
adds 7688741 Invoke build tool via cmake --build in test-suite (#21)
adds f987c12 Bump dependencies to get working on Python 3.12 (#22)
adds d9db435 Add --build-tool-options to pass options to make/ninja/etc. (#25)
adds e80247a [Profile] Add CFG support for RISC-V (#19)
adds 30f4c1e Fix crash in runtest when build_tool_options is not set (#27)
new 2cc2806 Merge main branch into linaro-local/experimental
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.md | 2 +-
docs/quickstart.rst | 7 ++
lnt/server/ui/static/lnt_profile.js | 19 ++++-
lnt/server/ui/templates/v4_profile.html | 1 +
lnt/tests/test_suite.py | 89 +++++++++++++---------
setup.py | 6 +-
tests/runtest/Inputs/test-suite-cmake/fake-cmake | 3 +
.../Inputs/test-suite-cmake/fake-diagnose-cmake | 45 +++++++++++
.../Inputs/test-suite-cmake/fake-diagnose-make | 38 ---------
tests/runtest/Inputs/test-suite-cmake/fake-lit | 2 +-
.../Inputs/test-suite-cmake/fake-lit-fails-compile | 2 +-
.../Inputs/test-suite-cmake/fake-lit-fails-exec | 2 +-
.../Inputs/test-suite-cmake/fake-lit-profile | 4 +-
.../test-suite-cmake/fake-lit-profile-import | 2 +-
tests/runtest/test_suite-only-test.shtest | 2 +-
tests/runtest/test_suite-pgo.shtest | 14 ++--
tests/runtest/test_suite_diagnose.shtest | 3 +-
tests/server/ui/change_processing.py | 2 +-
tests/server/ui/test_api.py | 2 +-
tests/testing/TestingTest.py | 28 +++----
20 files changed, 157 insertions(+), 116 deletions(-)
create mode 100755 tests/runtest/Inputs/test-suite-cmake/fake-diagnose-cmake
delete mode 100755 tests/runtest/Inputs/test-suite-cmake/fake-diagnose-make
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.