This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch marxin/marxin-gcc-benchmark-branch
in repository gcc.
from 5d0bd8c1c65 Revert to default.
new b5cad0c2bdc Simplify alignment.
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/final.c | 32 ++++++++------------------------
1 file changed, 8 insertions(+), 24 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 compiler-rt.
from b563d22e2 [compiler-rt] Implement getrandom interception
new c54aa3062 [compiler-rt] Rename FuzzedDataProvider.h to .hpp and other 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:
include/CMakeLists.txt | 2 +-
include/fuzzer/{FuzzedDataProvider.h => FuzzedDataProvider.hpp} | 2 +-
lib/fuzzer/tests/FuzzedDataProviderUnittest.cpp | 2 +-
lib/fuzzer/utils/FuzzedDataProvider.h | 2 ++
lib/sanitizer_common/scripts/check_lint.sh | 2 +-
5 files changed, 6 insertions(+), 4 deletions(-)
rename include/fuzzer/{FuzzedDataProvider.h => FuzzedDataProvider.hpp} (99%)
--
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 2b9a972188b Fix gcc.target/i386/avx512vp2intersect-2intersect-1b.c etc. [...]
new 8c16cb54739 Specialize std::numbers constants for __float128
new b4d96c17e48 P1651R0 bind_front should not unwrap reference_wrapper
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 | 15 ++++
libstdc++-v3/include/std/functional | 4 +-
libstdc++-v3/include/std/numbers | 66 ++++++++++++++++
libstdc++-v3/include/std/version | 2 +-
.../20_util/function_objects/bind_front/1.cc | 2 +-
.../20_util/function_objects/bind_front/2.cc | 91 ++++++++++++++++++++++
.../numbers/{nonfloat_neg.cc => float128.cc} | 27 ++++---
7 files changed, 192 insertions(+), 15 deletions(-)
create mode 100644 libstdc++-v3/testsuite/20_util/function_objects/bind_front/2.cc
copy libstdc++-v3/testsuite/26_numerics/numbers/{nonfloat_neg.cc => float128.cc} (50%)
--
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 66528e8d1f Improve MSVC visualizations so the parser shows where we are [...]
new 888cb09800 [AST] Traverse attributes inside DEF_TRAVERSE_DECL macro
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/clang/AST/RecursiveASTVisitor.h | 11 ++--
unittests/AST/CMakeLists.txt | 1 +
unittests/AST/RecursiveASTVisitorTest.cpp | 106 ++++++++++++++++++++++++++++++
3 files changed, 112 insertions(+), 6 deletions(-)
create mode 100644 unittests/AST/RecursiveASTVisitorTest.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 llvm.
from 1277fa00ed8 [CMake] Add mapping for IBM XL -qnoeh and -qnortti
new 21adcf192d2 [Path] Fix bug in make_absolute logic
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/Support/Path.cpp | 6 +++---
unittests/Support/Path.cpp | 17 +++++++++++++----
2 files changed, 16 insertions(+), 7 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 libcxx.
from 69b3c2933 [libc++] Accept any non-zero return for .fail.cpp tests
new f233fe0b2 [libc++] Use the monorepo in the macos-trunk CI script
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:
utils/ci/macos-trunk.sh | 71 ++++++++++++-------------------------------------
1 file changed, 17 insertions(+), 54 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 users/fche/dbgserver
in repository binutils-gdb.
from f5df38445e dbgserver: replace names of dbgclient_find_*() with dbgserve [...]
new d158ce37a4 disable gdb mcheck support
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/Makefile.in | 1 -
gdb/acinclude.m4 | 3 -
gdb/config.in | 3 -
gdb/configure | 81 -----------------------
gdb/configure.ac | 22 -------
gdb/gdbserver/acinclude.m4 | 3 -
gdb/gdbserver/config.in | 3 -
gdb/gdbserver/configure | 159 +++++++++++++--------------------------------
gdb/gdbserver/configure.ac | 9 ---
gdb/libmcheck.m4 | 43 ------------
gdb/top.c | 9 ---
11 files changed, 46 insertions(+), 290 deletions(-)
delete mode 100644 gdb/libmcheck.m4
--
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 0d8da9eb220 [test/Object] - Cleanup the Object\obj2yaml.test a bit.
new a23f5a25c0a [XCOFF][MC] report_fatal_error before dereferencing NULL
new 77abaf0346f [AArch64] NFC: Generalize emitFrameOffset to support more t [...]
new 1277fa00ed8 [CMake] Add mapping for IBM XL -qnoeh and -qnortti
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:
cmake/modules/AddLLVM.cmake | 4 +
lib/MC/MCParser/AsmParser.cpp | 3 +-
lib/Target/AArch64/AArch64InstrInfo.cpp | 148 ++++++++++++++++++--------------
3 files changed, 89 insertions(+), 66 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 52b2cdc999b PR c++/91378 - ICE with noexcept and auto return type.
new 2b9a972188b Fix gcc.target/i386/avx512vp2intersect-2intersect-1b.c etc. [...]
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 | 9 +++++++++
gcc/testsuite/gcc.target/i386/avx512vp2intersect-2intersect-1b.c | 2 +-
.../gcc.target/i386/avx512vp2intersect-2intersectvl-1b.c | 2 +-
3 files changed, 11 insertions(+), 2 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.