This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository clang.
from b340ee9768 [analyzer] introduce getSVal(Stmt *) helper on ExplodedNode, [...]
new ca20a3aa63 [RISCV] Propagate -mabi and -march values to GNU assembler.
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/Driver/ToolChains/Gnu.cpp | 12 ++++++++++++
.../riscv64-unknown-linux-gnu}/bin/as | 0
test/Driver/riscv-gnutools.c | 14 ++++++++++++++
3 files changed, 26 insertions(+)
copy test/Driver/Inputs/{basic_cross_linux_tree/usr/i386-unknown-linux-gnu => mult [...]
mode change 100755 => 100644
create mode 100644 test/Driver/riscv-gnutools.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 5e26fb04486 [SCEV] Fix typo. NFC.
new c505b213ee3 [LegalizeDAG] Fix ATOMIC_CMP_SWAP_WITH_SUCCESS legalization.
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/LegalizeDAG.cpp | 4 +--
test/CodeGen/AArch64/atomic-ops-lse.ll | 43 +++++++++++++++++++++++++----
test/CodeGen/ARM/atomic-cmpxchg.ll | 3 +-
test/CodeGen/ARM/cmpxchg-O0.ll | 6 ++--
test/CodeGen/PowerPC/PR35812-neg-cmpxchg.ll | 8 ++----
5 files changed, 47 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 libcxxabi.
from faa22f3 Update version to 7.0.0svn
new a171e2b Fix standalone test-suite run.
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/Modules/HandleOutOfTreeLLVM.cmake | 22 +++++++++++++++-------
test/CMakeLists.txt | 9 +++++----
2 files changed, 20 insertions(+), 11 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 1eeddc5854 Fix backtrace for hppa (bug 22719).
new 48b66019ae Update translations from the Translation Project
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 +
po/ru.po | 1081 +++++++++++++++++++++++++++++++------------------------------
2 files changed, 545 insertions(+), 540 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 9e14690d06 Remove symbolp typedef
new e925c834ec RISC-V: Fix bug in prior addi/c.nop patch.
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:
gas/ChangeLog | 5 +++++
gas/config/tc-riscv.c | 10 ++++++++++
opcodes/ChangeLog | 4 ++++
opcodes/riscv-opc.c | 2 +-
4 files changed, 20 insertions(+), 1 deletion(-)
--
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 6459a2d3270 [globalisel][tablegen] Honour priority order within nested [...]
new 5e26fb04486 [SCEV] Fix typo. 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:
lib/Transforms/Scalar/LoopStrengthReduce.cpp | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
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 03a88ba9f Reland "[libFuzzer] Support using libc++"
new 94146226b [scudo] Limit by default the TSD pool to 2 on Android
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/scudo/scudo_platform.h | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
--
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 f907d51b14f PR c++/83897 * cp-gimplify.c (cp_maybe_instrument_return) [...]
new c1177ba4678 compiler: enable escape analysis for runtime
new 5d657db9652 /cp 2018-01-17 Paolo Carlini <paolo.carlini(a)oracle.com>
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/cp/ChangeLog | 6 +++
gcc/cp/decl.c | 12 ++++--
gcc/go/gofrontend/MERGE | 2 +-
gcc/go/gofrontend/escape.cc | 79 +++++++++++++++++++++-------------
gcc/go/gofrontend/expressions.cc | 41 ++++--------------
gcc/go/gofrontend/parse.cc | 15 -------
gcc/go/gofrontend/wb.cc | 65 ++++++++++++++++++++++++----
gcc/testsuite/ChangeLog | 5 +++
gcc/testsuite/g++.dg/cpp0x/alignas13.C | 5 +++
9 files changed, 139 insertions(+), 91 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/cpp0x/alignas13.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 clang-tools-extra.
from 0def3171 [clangd] Deduplicate symbols collected in global-symbol-build [...]
new 9bb5a510 [clang-tidy] Adding Fuchsia checker for trailing returns
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/TrailingReturnCheck.cpp | 56 ++++++++++++++++++++++
...loadedOperatorCheck.h => TrailingReturnCheck.h} | 18 +++----
docs/ReleaseNotes.rst | 9 +++-
docs/clang-tidy/checks/fuchsia-trailing-return.rst | 35 ++++++++++++++
docs/clang-tidy/checks/list.rst | 1 +
test/clang-tidy/fuchsia-trailing-return.cpp | 23 +++++++++
8 files changed, 137 insertions(+), 9 deletions(-)
create mode 100644 clang-tidy/fuchsia/TrailingReturnCheck.cpp
copy clang-tidy/fuchsia/{OverloadedOperatorCheck.h => TrailingReturnCheck.h} (51%)
create mode 100644 docs/clang-tidy/checks/fuchsia-trailing-return.rst
create mode 100644 test/clang-tidy/fuchsia-trailing-return.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 f0b6455e925 PR ipa/83051 * ipa-inline.c (flatten_function): Do not ov [...]
new f907d51b14f PR c++/83897 * cp-gimplify.c (cp_maybe_instrument_return) [...]
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/cp/ChangeLog | 6 ++++++
gcc/cp/cp-gimplify.c | 1 +
gcc/testsuite/ChangeLog | 5 +++++
gcc/testsuite/g++.dg/cpp0x/pr83897.C | 13 +++++++++++++
4 files changed, 25 insertions(+)
create mode 100644 gcc/testsuite/g++.dg/cpp0x/pr83897.C
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.