This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository glibc.
from 11ffcacb64 x86-64: Implement strcmp family IFUNC selectors in C
new 4dd8e7c0ce Implement allocation buffers for internal use
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 | 17 +
include/alloc_buffer.h | 367 ++++++++++++
malloc/Makefile | 6 +
malloc/Versions | 8 +-
malloc/alloc_buffer_alloc_array.c | 47 ++
.../xaccept4.c => malloc/alloc_buffer_allocate.c | 24 +-
.../alloc_buffer_copy_bytes.c | 31 +-
.../alloc_buffer_copy_string.c | 20 +-
..._at_failure.c => alloc_buffer_create_failure.c} | 14 +-
malloc/tst-alloc_buffer.c | 665 +++++++++++++++++++++
10 files changed, 1153 insertions(+), 46 deletions(-)
create mode 100644 include/alloc_buffer.h
create mode 100644 malloc/alloc_buffer_alloc_array.c
copy support/xaccept4.c => malloc/alloc_buffer_allocate.c (62%)
copy inet/test-hnto-types.c => malloc/alloc_buffer_copy_bytes.c (61%)
copy misc/pwritev2.c => malloc/alloc_buffer_copy_string.c (65%)
copy malloc/{dynarray_at_failure.c => alloc_buffer_create_failure.c} (73%)
create mode 100644 malloc/tst-alloc_buffer.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 eef2a1e7890 [Reassociate] Use early returns in a couple places to reduc [...]
new 7c6b4748073 [Solaris] emit .init_array instead of .ctors on Solaris (Sp [...]
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/Target/Sparc/SparcTargetObjectFile.cpp | 6 ++++++
lib/Target/Sparc/SparcTargetObjectFile.h | 2 ++
lib/Target/X86/X86TargetMachine.cpp | 2 ++
lib/Target/X86/X86TargetObjectFile.cpp | 6 ++++++
lib/Target/X86/X86TargetObjectFile.h | 5 +++++
test/CodeGen/SPARC/constructor.ll | 29 +++++++++++++++++++++++++++++
test/CodeGen/X86/constructor.ll | 2 ++
7 files changed, 52 insertions(+)
create mode 100644 test/CodeGen/SPARC/constructor.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 gcc.
from f4678453f19 PR c++/81154 * semantics.c (handle_omp_array_sections_1, [...]
new 35d7e40f865 PR libstdc++/80675, PR libstdc++/80940
new c4d7dd8b7f4 PR target/81151 * config/i386/sse.md (round<mode>2): Renu [...]
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 | 6 +++
gcc/config/i386/sse.md | 14 +++---
libstdc++-v3/ChangeLog | 24 ++++++++++
libstdc++-v3/include/std/istream | 52 +++++++++++++++------
libstdc++-v3/include/std/ostream | 59 +++++++++++++++++-------
libstdc++-v3/testsuite/27_io/rvalue_streams-2.cc | 53 +++++++++++++++++++++
6 files changed, 172 insertions(+), 36 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 clang.
from b5b472a91f [preprocessor] Fix assertion hit when 'SingleFileParseMode' [...]
new 612cecf9e4 [test] Make absolute line numbers relative; 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:
test/Sema/overloadable.c | 20 ++++++++++----------
1 file changed, 10 insertions(+), 10 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 19b0aab37a7 [Reassociate] Const correct a helper function. NFC
new eef2a1e7890 [Reassociate] Use early returns in a couple places to reduc [...]
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/Scalar/Reassociate.cpp | 52 +++++++++++++++++------------------
1 file changed, 26 insertions(+), 26 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 0773a82c471 [Hexagon] Handle more types of immediate operands in expand [...]
new b9c4ad20bf3 [DWARF] Support for DW_FORM_strx3 and complete support for [...]
new 19b0aab37a7 [Reassociate] Const correct a helper function. NFC
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:
include/llvm/Support/DataExtractor.h | 41 ++++++++++++++
lib/DebugInfo/DWARF/DWARFFormValue.cpp | 18 ++++++-
lib/Support/DataExtractor.cpp | 7 +++
lib/Transforms/Scalar/Reassociate.cpp | 4 +-
test/DebugInfo/Inputs/dwarfdump-str-offsets.s | 59 ++++++++++++++++++++-
.../Inputs/dwarfdump-str-offsets.x86_64.o | Bin 4000 -> 4344 bytes
test/DebugInfo/dwarfdump-str-offsets.test | 36 +++++++++----
7 files changed, 150 insertions(+), 15 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 0adc85d83fe [InstCombine] Cleanup using commutable matchers. Make a cou [...]
new 0773a82c471 [Hexagon] Handle more types of immediate operands in expand [...]
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/Target/Hexagon/HexagonExpandCondsets.cpp | 15 +++++++++++++--
test/CodeGen/Hexagon/expand-condsets-imm.mir | 22 ++++++++++++++++++++++
2 files changed, 35 insertions(+), 2 deletions(-)
create mode 100644 test/CodeGen/Hexagon/expand-condsets-imm.mir
--
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 a7d94d30c [sanitizer] Add a function to gather random bytes
new ef55de50c [sanitizer-coverage] Stop marking this test as unsupported on Darwin
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:
.../sanitizer_common/TestCases/sanitizer_coverage_inline8bit_counter.cc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.