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 4a21f6f81 [MSan,TSan] Add aligned new/delete interceptors.
new 654de9cb6 [Sanitizers, CMake] Basic sanitizer Solaris support (PR 33274)
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:
cmake/config-ix.cmake | 6 +++---
lib/asan/CMakeLists.txt | 5 +++++
lib/asan/scripts/asan_symbolize.py | 4 ++--
lib/sanitizer_common/CMakeLists.txt | 38 ++++++++++++++++++++++++++++++++++++-
lib/sanitizer_common/sancov_begin.S | 5 +++++
lib/sanitizer_common/sancov_end.S | 5 +++++
6 files changed, 57 insertions(+), 6 deletions(-)
create mode 100644 lib/sanitizer_common/sancov_begin.S
create mode 100644 lib/sanitizer_common/sancov_end.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 gcc.
from 0c0a1a7869b [PR 82027] Also stream opt_info of former_clones
new 537892545f8 PR target/83488 * config/i386/avx512vnniintrin.h: Don't c [...]
new 2ea33951d97 PR debug/83547 * tree-iterator.c (alloc_stmt_list): Start [...]
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 | 30 ++++++++++++++++-
gcc/c/ChangeLog | 9 +++++
gcc/c/c-typeck.c | 18 +++++-----
gcc/config/i386/avx512vnniintrin.h | 4 +--
gcc/config/i386/i386-builtin.def | 48 +++++++++++++--------------
gcc/testsuite/ChangeLog | 11 +++++-
gcc/testsuite/gcc.c-torture/compile/pr83547.c | 16 +++++++++
gcc/testsuite/gcc.target/i386/pr83488-2.c | 11 ++++++
gcc/testsuite/gcc.target/i386/pr83488-3.c | 11 ++++++
gcc/tree-iterator.c | 5 ++-
10 files changed, 124 insertions(+), 39 deletions(-)
create mode 100644 gcc/testsuite/gcc.c-torture/compile/pr83547.c
create mode 100644 gcc/testsuite/gcc.target/i386/pr83488-2.c
create mode 100644 gcc/testsuite/gcc.target/i386/pr83488-3.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 release/2.26/master
in repository glibc.
from 069c3dd05a tst-ttyname: Fix namespace setup for Fedora
new 98f244e245 elf: do not substitute dst in $LD_LIBRARY_PATH twice [BZ #22627]
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 | 6 ++++++
NEWS | 1 +
elf/dl-load.c | 20 +-------------------
3 files changed, 8 insertions(+), 19 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 release/2.25/master
in repository glibc.
from a8920e694a elf: Count components of the expanded path in _dl_init_path [...]
new 26748a28ca elf: do not substitute dst in $LD_LIBRARY_PATH twice [BZ #22627]
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 | 6 ++++++
NEWS | 1 +
elf/dl-load.c | 20 +-------------------
3 files changed, 8 insertions(+), 19 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 2c8e36132e0 [InlineCost] Find more free binary operations
new ddf9b26bf89 [AMDGPU][MC] Corrected parsing of optional operands for ds_ [...]
new f496aa0dc8b [X86] Improve the printing of address mode during isel matching.
new 7c7ca957d2d [X86] When lowering insert_vector_elt/extract_vector_elt of [...]
new 15c5ab82da5 [SelectionDAG] Reverse the order of operands in the ISD::AD [...]
The 4 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/SelectionDAG/TargetLowering.cpp | 2 +-
lib/Target/AMDGPU/AsmParser/AMDGPUAsmParser.cpp | 4 +-
lib/Target/X86/X86ISelDAGToDAG.cpp | 9 +-
lib/Target/X86/X86ISelLowering.cpp | 14 +-
test/CodeGen/Mips/llvm-ir/extractelement.ll | 2 +-
test/CodeGen/PowerPC/variable_elem_vec_extracts.ll | 6 +-
test/CodeGen/X86/avx512-insert-extract.ll | 130 ++---
test/CodeGen/X86/avx512-insert-extract_i1.ll | 3 +-
test/CodeGen/X86/extractelement-index.ll | 12 +-
test/CodeGen/X86/var-permute-256.ll | 270 +++++-----
test/CodeGen/X86/var-permute-512.ll | 208 +++----
test/CodeGen/X86/vector-shuffle-variable-128.ll | 596 ++++++++++-----------
test/MC/AMDGPU/ds.s | 4 +
test/MC/Disassembler/AMDGPU/ds_vi.txt | 3 +
14 files changed, 569 insertions(+), 694 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 bf1323be642 compiler: do not propagate address-taken of a slice ele [...]
new 0c0a1a7869b [PR 82027] Also stream opt_info of former_clones
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/lto-cgraph.c | 2 +-
gcc/testsuite/ChangeLog | 5 +++
gcc/testsuite/g++.dg/lto/pr82027_0.C | 73 ++++++++++++++++++++++++++++++++++++
4 files changed, 85 insertions(+), 1 deletion(-)
create mode 100644 gcc/testsuite/g++.dg/lto/pr82027_0.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 24bf4ab2013 [DAG] Integrate findBaseOffset address analyses to BaseInde [...]
new 2c8e36132e0 [InlineCost] Find more free binary operations
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/Analysis/InlineCost.cpp | 58 ++-----
test/Transforms/Inline/AArch64/binop.ll | 291 ++++++++++++++++++++++++++++++++
2 files changed, 309 insertions(+), 40 deletions(-)
create mode 100644 test/Transforms/Inline/AArch64/binop.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 compiler-rt.
from 73b3adc38 Include process.h for getpid on Windows in instr profiling
new 4a21f6f81 [MSan,TSan] Add aligned new/delete interceptors.
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/msan/msan_new_delete.cc | 44 +++++++++-
lib/tsan/rtl/tsan_new_delete.cc | 97 ++++++++++++++++++++++
.../TestCases/Linux/new_delete_test.cc | 80 ++++++++++++++++++
3 files changed, 220 insertions(+), 1 deletion(-)
create mode 100644 test/sanitizer_common/TestCases/Linux/new_delete_test.cc
--
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 c428d374bf2 [AMDGPU][MC] Added support of 256- and 512-bit tuples of tt [...]
new 24bf4ab2013 [DAG] Integrate findBaseOffset address analyses to BaseInde [...]
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/SelectionDAG/DAGCombiner.cpp | 80 +++-------------------
.../SelectionDAG/SelectionDAGAddressAnalysis.cpp | 17 +++++
2 files changed, 27 insertions(+), 70 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-tools-extra.
from fd878884 [clangd] Add a tool to build YAML-format global symbols.
new fb4502db [clang-tidy] Adding Fuchsia checker for overloaded operators
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:
clang-tidy/fuchsia/CMakeLists.txt | 1 +
clang-tidy/fuchsia/FuchsiaTidyModule.cpp | 3 ++
clang-tidy/fuchsia/OverloadedOperatorCheck.cpp | 39 ++++++++++++++++++++++
...tArgumentsCheck.h => OverloadedOperatorCheck.h} | 16 ++++-----
docs/ReleaseNotes.rst | 7 +++-
.../checks/fuchsia-overloaded-operator.rst | 18 ++++++++++
docs/clang-tidy/checks/list.rst | 1 +
test/clang-tidy/fuchsia-overloaded-operator.cpp | 18 ++++++++++
8 files changed, 94 insertions(+), 9 deletions(-)
create mode 100644 clang-tidy/fuchsia/OverloadedOperatorCheck.cpp
copy clang-tidy/fuchsia/{DefaultArgumentsCheck.h => OverloadedOperatorCheck.h} (54%)
create mode 100644 docs/clang-tidy/checks/fuchsia-overloaded-operator.rst
create mode 100644 test/clang-tidy/fuchsia-overloaded-operator.cpp
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.