This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository clang.
from 88f530219f Resolve unused variable 'VR' warning in RetainCountChecker.cpp
new 2d4ee510b2 [ARM] Pass half or i16 types for NEON intrinsics
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/Basic/TargetInfo.h | 5 +++++
lib/Basic/TargetInfo.cpp | 1 +
lib/Basic/Targets/AArch64.cpp | 2 ++
lib/Basic/Targets/ARM.cpp | 7 +++----
lib/Basic/Targets/ARM.h | 1 -
lib/CodeGen/CGBuiltin.cpp | 32 +++++++++++++++++---------------
6 files changed, 28 insertions(+), 20 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 837541c2f18 HexagonISelLowering.cpp: fix 'enum in bool context' warning
new ea7c1d4e4e1 [SystemZ] Bugfix of CC liveness in emitMemMemWrapper (CLC).
new dc9a7c0c43b build_llvm_package.bat: Drop LLDB from the package.
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:
lib/Target/SystemZ/SystemZISelLowering.cpp | 4 ++++
test/CodeGen/SystemZ/memcmp-02.ll | 20 ++++++++++++++++++++
utils/release/build_llvm_package.bat | 22 +++++++---------------
3 files changed, 31 insertions(+), 15 deletions(-)
create mode 100644 test/CodeGen/SystemZ/memcmp-02.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 clang-tools-extra.
from 3b6826fe [clangd] Handle multiple callbacks from Sema's completion
new 911fac49 [clang-tidy] New check bugprone-unused-return-value
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 +
clang-tidy/bugprone/UnusedReturnValueCheck.cpp | 82 ++++++++++
...ConstructorCheck.h => UnusedReturnValueCheck.h} | 20 +--
docs/ReleaseNotes.rst | 5 +
.../checks/bugprone-unused-return-value.rst | 24 +++
docs/clang-tidy/checks/list.rst | 1 +
.../bugprone-unused-return-value-custom.cpp | 82 ++++++++++
test/clang-tidy/bugprone-unused-return-value.cpp | 166 +++++++++++++++++++++
9 files changed, 374 insertions(+), 10 deletions(-)
create mode 100644 clang-tidy/bugprone/UnusedReturnValueCheck.cpp
copy clang-tidy/bugprone/{StringConstructorCheck.h => UnusedReturnValueCheck.h} (53%)
create mode 100644 docs/clang-tidy/checks/bugprone-unused-return-value.rst
create mode 100644 test/clang-tidy/bugprone-unused-return-value-custom.cpp
create mode 100644 test/clang-tidy/bugprone-unused-return-value.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 gcc.
from de0e9bcd014 gcc/ 2018-03-19 Tamar Christina <tamar.christina(a)arm.com>
new 9a01c6e5228 2018-03-19 Richard Biener <rguenther(a)suse.de>
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/testsuite/ChangeLog | 5 +++++
gcc/testsuite/gcc.dg/torture/pr84929.c | 10 ++++++++++
gcc/tree-data-ref.c | 6 ++++--
4 files changed, 25 insertions(+), 2 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/torture/pr84929.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 abb819e1e57 [RISCV] Peephole optimisation for load/store of global valu [...]
new 837541c2f18 HexagonISelLowering.cpp: fix 'enum in bool context' warning
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/HexagonISelLowering.cpp | 4 ++--
1 file changed, 2 insertions(+), 2 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 315aa1cf83 Updated Spanish translation for the bfd/ sub-directory, and [...]
new 194ed4130d Testsuite: Fix ambiguous "break" due to libinproctrace
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/testsuite/ChangeLog | 29 ++++++++++++++++++++++
gdb/testsuite/gdb.trace/actions-changed.exp | 2 +-
gdb/testsuite/gdb.trace/backtrace.exp | 2 +-
gdb/testsuite/gdb.trace/circ.exp | 4 +--
gdb/testsuite/gdb.trace/collection.exp | 4 +--
gdb/testsuite/gdb.trace/disconnected-tracing.exp | 4 +--
gdb/testsuite/gdb.trace/ftrace-lock.exp | 4 +--
gdb/testsuite/gdb.trace/ftrace.exp | 4 +--
gdb/testsuite/gdb.trace/infotrace.exp | 2 +-
gdb/testsuite/gdb.trace/packetlen.exp | 2 +-
gdb/testsuite/gdb.trace/passc-dyn.exp | 2 +-
gdb/testsuite/gdb.trace/qtro.exp | 2 +-
gdb/testsuite/gdb.trace/read-memory.exp | 2 +-
gdb/testsuite/gdb.trace/report.exp | 2 +-
gdb/testsuite/gdb.trace/signal.exp | 6 ++---
gdb/testsuite/gdb.trace/status-stop.exp | 4 +--
gdb/testsuite/gdb.trace/strace.exp | 6 ++---
gdb/testsuite/gdb.trace/tfind.exp | 2 +-
gdb/testsuite/gdb.trace/trace-break.exp | 26 +++++++++----------
gdb/testsuite/gdb.trace/trace-condition.exp | 4 +--
gdb/testsuite/gdb.trace/trace-mt.exp | 2 +-
gdb/testsuite/gdb.trace/tstatus.exp | 4 +--
gdb/testsuite/gdb.trace/tsv.exp | 2 +-
.../gdb.trace/unavailable-dwarf-piece.exp | 2 +-
gdb/testsuite/gdb.trace/unavailable.exp | 4 +--
gdb/testsuite/gdb.trace/while-dyn.exp | 2 +-
26 files changed, 79 insertions(+), 50 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 6e6caa02ecc [MSan] fix the types of RegSaveAreaPtrPtr and OverflowArgAr [...]
new abb819e1e57 [RISCV] Peephole optimisation for load/store of global valu [...]
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/RISCV/RISCVISelDAGToDAG.cpp | 95 ++++++++++++++++++++++++++++++++++
test/CodeGen/RISCV/blockaddress.ll | 11 ++--
test/CodeGen/RISCV/byval.ll | 12 ++---
test/CodeGen/RISCV/fp128.ll | 48 ++++++-----------
test/CodeGen/RISCV/inline-asm.ll | 3 +-
test/CodeGen/RISCV/mem.ll | 21 +++-----
test/CodeGen/RISCV/wide-mem.ll | 8 +--
7 files changed, 131 insertions(+), 67 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 0f652f053e hurd: Fix build with latest htl
new fbce6f7260 Undefine attribute_hidden to fix benchtests
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 | 4 ++++
benchtests/bench-timing.h | 1 +
2 files changed, 5 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 binutils-gdb.
from 1cb1f3dae7 Remove some cleanups from solib.c
new 315aa1cf83 Updated Spanish translation for the bfd/ sub-directory, and [...]
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:
bfd/ChangeLog | 4 +
bfd/po/es.po | 7421 +++++++++++++++++++++++++++++++++++++++------------------
gas/ChangeLog | 4 +
gas/po/uk.po | 4 +-
4 files changed, 5049 insertions(+), 2384 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 f96dc7a4f12 [MSan] Don't create zero offsets in getShadowPtrForArgument(). NFC
new 6e6caa02ecc [MSan] fix the types of RegSaveAreaPtrPtr and OverflowArgAr [...]
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/Instrumentation/MemorySanitizer.cpp | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.