This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository clang.
from 0f0140520d [tests] Include Python binding tests in CMake rules
new 388574a33b [analyzer][UninitializedObjectChecker] Reports Loc fields po [...]
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:
.../UninitializedObject/UninitializedPointee.cpp | 68 ++++++++++++++++------
test/Analysis/cxx-uninitialized-object-ptr-ref.cpp | 17 ++++--
2 files changed, 60 insertions(+), 25 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 2a4b25fad8 Use common bits/shm.h for more architectures.
new 9f9feb6d5d Use single bits/msq.h for all architectures.
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 | 24 ++++++
sysdeps/unix/sysv/linux/Makefile | 3 +-
.../unix/sysv/linux/bits/msq-pad.h | 24 +++---
sysdeps/unix/sysv/linux/bits/msq.h | 37 ++++-----
.../{bits/procfs-id.h => hppa/bits/msq-pad.h} | 13 +--
sysdeps/unix/sysv/linux/hppa/bits/msq.h | 85 --------------------
.../{x86/bits/procfs-id.h => mips/bits/msq-pad.h} | 19 ++---
sysdeps/unix/sysv/linux/mips/bits/msq.h | 93 ----------------------
.../bits/procfs-id.h => powerpc/bits/msq-pad.h} | 13 +--
sysdeps/unix/sysv/linux/powerpc/bits/msq.h | 84 -------------------
.../sysv/linux/sparc/bits/msq-pad.h} | 25 ++----
sysdeps/unix/sysv/linux/sparc/bits/msq.h | 85 --------------------
.../sysv/linux/x86/bits/msq-pad.h} | 20 +++--
sysdeps/unix/sysv/linux/x86/bits/msq.h | 83 -------------------
14 files changed, 97 insertions(+), 511 deletions(-)
copy resolv/gai_sigqueue.c => sysdeps/unix/sysv/linux/bits/msq-pad.h (62%)
copy sysdeps/unix/sysv/linux/{bits/procfs-id.h => hppa/bits/msq-pad.h} (74%)
delete mode 100644 sysdeps/unix/sysv/linux/hppa/bits/msq.h
copy sysdeps/unix/sysv/linux/{x86/bits/procfs-id.h => mips/bits/msq-pad.h} (68%)
delete mode 100644 sysdeps/unix/sysv/linux/mips/bits/msq.h
copy sysdeps/unix/sysv/linux/{sh/bits/procfs-id.h => powerpc/bits/msq-pad.h} (74%)
delete mode 100644 sysdeps/unix/sysv/linux/powerpc/bits/msq.h
copy sysdeps/{x86/tst-cet-legacy-3.c => unix/sysv/linux/sparc/bits/msq-pad.h} (74%)
delete mode 100644 sysdeps/unix/sysv/linux/sparc/bits/msq.h
copy sysdeps/{s390/tst-dl-runtime-mod.S => unix/sysv/linux/x86/bits/msq-pad.h} (74%)
delete mode 100644 sysdeps/unix/sysv/linux/x86/bits/msq.h
--
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 4eb8e4f562 clang-cl: Add /showFilenames option (PR31957)
new 517f6f4f9e [python] [tests] Support overriding library path via environment
new 0f0140520d [tests] Include Python binding tests in CMake rules
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:
CMakeLists.txt | 1 +
bindings/python/README.txt | 4 ++--
bindings/python/tests/CMakeLists.txt | 7 +++++++
bindings/python/tests/cindex/test_access_specifiers.py | 4 ++++
bindings/python/tests/cindex/test_cdb.py | 5 +++++
bindings/python/tests/cindex/test_code_completion.py | 5 +++++
bindings/python/tests/cindex/test_comment.py | 5 +++++
bindings/python/tests/cindex/test_cursor.py | 5 +++++
bindings/python/tests/cindex/test_cursor_kind.py | 5 +++++
bindings/python/tests/cindex/test_diagnostics.py | 5 +++++
bindings/python/tests/cindex/test_exception_specification_kind.py | 5 +++++
bindings/python/tests/cindex/test_file.py | 5 +++++
bindings/python/tests/cindex/test_index.py | 5 +++++
bindings/python/tests/cindex/test_linkage.py | 5 +++++
bindings/python/tests/cindex/test_location.py | 5 +++++
bindings/python/tests/cindex/test_tls_kind.py | 5 +++++
bindings/python/tests/cindex/test_token_kind.py | 5 +++++
bindings/python/tests/cindex/test_tokens.py | 5 +++++
bindings/python/tests/cindex/test_translation_unit.py | 5 +++++
bindings/python/tests/cindex/test_type.py | 5 +++++
20 files changed, 94 insertions(+), 2 deletions(-)
create mode 100644 bindings/python/tests/CMakeLists.txt
--
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 cebe6e17b35 [testsuite] Further fixes to warn-abs-1.c
new 5d56b42ba9f Make ext allocators support heterogeneous equality comparison
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/ChangeLog | 15 +++++++++++++++
libstdc++-v3/include/bits/allocator.h | 20 ++++++++------------
libstdc++-v3/include/ext/debug_allocator.h | 20 +++++++++++---------
libstdc++-v3/include/ext/malloc_allocator.h | 22 ++++++++++++----------
libstdc++-v3/include/ext/new_allocator.h | 20 +++++++++++---------
.../macros.cc => ext/debug_allocator/eq.cc} | 17 ++++++++++-------
.../macros.cc => ext/ext_pointer/alloc_eq.cc} | 17 ++++++++++-------
.../macros.cc => ext/malloc_allocator/eq.cc} | 17 ++++++++++-------
.../version/macros.cc => ext/new_allocator/eq.cc} | 17 ++++++++++-------
9 files changed, 97 insertions(+), 68 deletions(-)
copy libstdc++-v3/testsuite/{18_support/headers/version/macros.cc => ext/debug_all [...]
copy libstdc++-v3/testsuite/{18_support/headers/version/macros.cc => ext/ext_point [...]
copy libstdc++-v3/testsuite/{18_support/headers/version/macros.cc => ext/malloc_al [...]
copy libstdc++-v3/testsuite/{18_support/headers/version/macros.cc => ext/new_alloc [...]
--
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 3e9802e2f98 [RISCV] Re-generate test/CodeGen/RISCV/vararg.ll after r344142
new b4f227a2a58 [InstCombine] Demand bits of UMin
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/InstCombineSimplifyDemanded.cpp | 10 ++++++++++
test/Transforms/InstCombine/minmax-demandbits.ll | 12 +++---------
2 files changed, 13 insertions(+), 9 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 c3c05ee92fb [InstCombine] Demand bits of UMax
new 3e9802e2f98 [RISCV] Re-generate test/CodeGen/RISCV/vararg.ll after r344142
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/CodeGen/RISCV/vararg.ll | 66 +++++++++++++++++++++-----------------------
1 file changed, 32 insertions(+), 34 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 3572c80cdbe [InstCombine] Add tests for demand bits of min/max. NFC.
new c3c05ee92fb [InstCombine] Demand bits of UMax
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:
.../InstCombine/InstCombineSimplifyDemanded.cpp | 20 ++++++++++++----
test/Transforms/InstCombine/minmax-demandbits.ll | 28 ++++++----------------
2 files changed, 23 insertions(+), 25 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 e13d0945215 [LV] Use SmallVector instead of DenseMap in calculateRegist [...]
new 7a175729942 [tblgen][CodeGenSchedule] Add a check for invalid RegisterF [...]
new 3572c80cdbe [InstCombine] Add tests for demand bits of min/max. 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:
test/Transforms/InstCombine/minmax-demandbits.ll | 256 ++++++++++++++++++++++
tools/llvm-mca/lib/HardwareUnits/RegisterFile.cpp | 10 +-
utils/TableGen/CodeGenSchedule.cpp | 5 +
3 files changed, 265 insertions(+), 6 deletions(-)
create mode 100644 test/Transforms/InstCombine/minmax-demandbits.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 binutils-gdb.
from fbe61a3661 Fix interp::m_name resource leak found by Coverity
new de564eb5cc Prevent the --keep-global-symbol and --globalize-symbol opti [...]
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:
binutils/ChangeLog | 11 +++++++++++
binutils/doc/binutils.texi | 13 +++++++++----
binutils/objcopy.c | 9 +++++++++
binutils/testsuite/binutils-all/copy-5.d | 7 +++++++
binutils/testsuite/binutils-all/objcopy.exp | 2 ++
5 files changed, 38 insertions(+), 4 deletions(-)
create mode 100644 binutils/testsuite/binutils-all/copy-5.d
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.