This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from c4289678699 [x86][icelake]BITALG 2/3 vpshufbitqmb encoding 3/3 vpshufbi [...]
new a1660efdc41 [mips] Use the delay slot filler to convert branches for mi [...]
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/Mips/MipsDelaySlotFiller.cpp | 18 ++++++++----------
test/CodeGen/Mips/fcmp.ll | 8 ++++----
test/CodeGen/Mips/llvm-ir/sub.ll | 1 -
test/CodeGen/Mips/tailcall/tailcall.ll | 2 +-
4 files changed, 13 insertions(+), 16 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 31bdad48 [clang-tidy] Misplaced Operator in Strlen in Alloc
new b771d824 [clang-tidy] Misplaced Operator in Strlen in Alloc
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:
.../MisplacedOperatorInStrlenInAllocCheck.cpp | 92 ++++++++++++++++++++++
.../MisplacedOperatorInStrlenInAllocCheck.h | 37 +++++++++
...prone-misplaced-operator-in-strlen-in-alloc.rst | 37 +++++++++
...ugprone-misplaced-operator-in-strlen-in-alloc.c | 77 ++++++++++++++++++
...prone-misplaced-operator-in-strlen-in-alloc.cpp | 33 ++++++++
5 files changed, 276 insertions(+)
create mode 100644 clang-tidy/bugprone/MisplacedOperatorInStrlenInAllocCheck.cpp
create mode 100644 clang-tidy/bugprone/MisplacedOperatorInStrlenInAllocCheck.h
create mode 100644 docs/clang-tidy/checks/bugprone-misplaced-operator-in-strlen-in [...]
create mode 100644 test/clang-tidy/bugprone-misplaced-operator-in-strlen-in-alloc.c
create mode 100644 test/clang-tidy/bugprone-misplaced-operator-in-strlen-in-alloc.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 clang-tools-extra.
from 432924ce clang-tidy/rename_check.py: support for moving between modules
new 31bdad48 [clang-tidy] Misplaced Operator in Strlen in Alloc
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/bugprone/BugproneTidyModule.cpp | 3 +++
clang-tidy/bugprone/CMakeLists.txt | 1 +
docs/ReleaseNotes.rst | 9 +++++++++
docs/clang-tidy/checks/list.rst | 1 +
4 files changed, 14 insertions(+)
--
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 bfc441c5 [FindAllSymbols] Cache regexes, creating them is expensive
new 432924ce clang-tidy/rename_check.py: support for moving between modules
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/rename_check.py | 177 ++++++++++++++++++++++++++++++++++++++++-----
1 file changed, 160 insertions(+), 17 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 binutils-gdb.
from 65f3ed048f x86: fix AVX-512 16-bit addressing
new 9d9c67b06c Add libmsvcrt, libmsvcrt-os and libucrtbase to the list of l [...]
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:
ld/ChangeLog | 5 +++++
ld/pe-dll.c | 3 +++
2 files changed, 8 insertions(+)
--
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 bae31501f6b 2017-11-23 Paul Thomas <pault(a)gcc.gnu.org>
new 71d9051227d PR middle-end/82253 * expr.c (expand_assignment): For CON [...]
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 | 9 ++++++++
gcc/expr.c | 33 ++++++++++++++++++++++-------
gcc/testsuite/ChangeLog | 5 +++++
gcc/testsuite/gfortran.dg/pr82253.f90 | 40 +++++++++++++++++++++++++++++++++++
4 files changed, 79 insertions(+), 8 deletions(-)
create mode 100644 gcc/testsuite/gfortran.dg/pr82253.f90
--
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 a99f2a1277c [MSan] Move the access address check before the shadow acce [...]
new c4289678699 [x86][icelake]BITALG 2/3 vpshufbitqmb encoding 3/3 vpshufbi [...]
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/llvm/IR/IntrinsicsX86.td | 19 +++++
lib/Target/X86/X86ISelLowering.cpp | 1 +
lib/Target/X86/X86ISelLowering.h | 3 +
lib/Target/X86/X86InstrAVX512.td | 27 +++++++
lib/Target/X86/X86InstrFragmentsSIMD.td | 7 ++
lib/Target/X86/X86IntrinsicsInfo.h | 7 ++
test/CodeGen/X86/vpshufbitqbm-intrinsics.ll | 41 ++++++++++
test/MC/X86/avx512bitalg-encoding.s | 56 ++++++++++++++
test/MC/X86/avx512vl_bitalg-encoding.s | 112 ++++++++++++++++++++++++++++
9 files changed, 273 insertions(+)
create mode 100644 test/CodeGen/X86/vpshufbitqbm-intrinsics.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 lldb.
from cffd299f3 Run clang-format on source/Host/common/Symbols.cpp
new 20ce2bafa elf-core: Split up parsing code into os-specific functions
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:
source/Plugins/Process/elf-core/ProcessElfCore.cpp | 486 ++++++++++++---------
source/Plugins/Process/elf-core/ProcessElfCore.h | 14 +-
source/Plugins/Process/elf-core/ThreadElfCore.cpp | 12 +-
source/Plugins/Process/elf-core/ThreadElfCore.h | 14 +-
source/Plugins/Process/elf-core/elf-core-enums.h | 11 +
5 files changed, 311 insertions(+), 226 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 389f90f5d Add additional 'UNSUPPORTED' to the test case.
new 9de865922 Allow to set locale on Windows.
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/__config | 2 +-
include/__locale | 28 ++++++++++++++-
include/support/win32/locale_win32.h | 69 ++++++++++++++++++++++++++++++++++--
src/support/win32/locale_win32.cpp | 16 +--------
4 files changed, 96 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 glibc.
from 59d2cbb1fe Linux: Add memfd_create system call wrapper
new cccb6d4e87 sigwait: Do not fail with EINTR and return error code [BZ #22478]
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 | 8 ++++
signal/Makefile | 4 +-
signal/tst-sigwait-eintr.c | 85 +++++++++++++++++++++++++++++++++++++++
sysdeps/unix/sysv/linux/sigwait.c | 11 ++++-
4 files changed, 104 insertions(+), 4 deletions(-)
create mode 100644 signal/tst-sigwait-eintr.c
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.