This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository clang.
from 9bc9ee5d23 Fix overloaded static functions in SemaCodeComplete
new e7a10639e3 [Tooling] A new framework for executing clang frontend actions.
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/Tooling/CommonOptionsParser.h | 5 +
include/clang/Tooling/Execution.h | 168 +++++++++++++++
include/clang/Tooling/StandaloneExecution.h | 97 +++++++++
...uginRegistry.h => ToolExecutorPluginRegistry.h} | 15 +-
include/clang/Tooling/Tooling.h | 6 +-
lib/Tooling/ArgumentsAdjusters.cpp | 4 +
lib/Tooling/CMakeLists.txt | 2 +
lib/Tooling/CommonOptionsParser.cpp | 8 +-
lib/Tooling/Execution.cpp | 89 ++++++++
lib/Tooling/StandaloneExecution.cpp | 91 ++++++++
lib/Tooling/Tooling.cpp | 7 +-
unittests/Tooling/CMakeLists.txt | 1 +
unittests/Tooling/ExecutionTest.cpp | 228 +++++++++++++++++++++
13 files changed, 702 insertions(+), 19 deletions(-)
create mode 100644 include/clang/Tooling/Execution.h
create mode 100644 include/clang/Tooling/StandaloneExecution.h
copy include/clang/Tooling/{CompilationDatabasePluginRegistry.h => ToolExecutorPlu [...]
create mode 100644 lib/Tooling/Execution.cpp
create mode 100644 lib/Tooling/StandaloneExecution.cpp
create mode 100644 unittests/Tooling/ExecutionTest.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 f5ac62a0 [clangd] Don't use /// for non-doxygen comments.
new aada475c [clangd] Don't crash on empty textDocument/didChange.
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:
clangd/ClangdLSPServer.cpp | 2 ++
test/clangd/protocol.test | 4 ++++
2 files changed, 6 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 6abc18bbbf Remove regular_breakpoint_inserted_here_p declaration
new 4062f504eb As Alan predicted at https://sourceware.org/ml/binutils/2017 [...]
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 | 6 ++++++
ld/testsuite/ld-arm/cortex-a8-far.d | 20 ++++++++++----------
ld/testsuite/ld-arm/farcall-group-size2.d | 16 ++++++++--------
ld/testsuite/ld-arm/farcall-group.d | 22 +++++++++++-----------
4 files changed, 35 insertions(+), 29 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 e703b246767 [PowerPC] Use record-form instruction for Less-or-Equal -1 [...]
new b723ea0a40f Update my email addresses, 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:
CODE_OWNERS.TXT | 2 +-
RELEASE_TESTERS.TXT | 2 +-
2 files 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 clang-tools-extra.
from a94bb25b [clang-tidy ObjC] [2/3] Support non-C++ files in ClangTidyTest
new 5b93411d [clangd] Add a simple fuzzer. It crashes a lot :)
new f5ac62a0 [clangd] Don't use /// for non-doxygen comments.
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:
clangd/CMakeLists.txt | 3 +++
clangd/fuzzer/CMakeLists.txt | 23 +++++++++++++++++++++++
clangd/fuzzer/ClangdFuzzer.cpp | 30 ++++++++++++++++++++++++++++++
clangd/tool/ClangdMain.cpp | 6 +++---
4 files changed, 59 insertions(+), 3 deletions(-)
create mode 100644 clangd/fuzzer/CMakeLists.txt
create mode 100644 clangd/fuzzer/ClangdFuzzer.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 3b8a98f2a13 2017-10-26 Tamar Christina <tamar.christina(a)arm.com>
new d335b03247c 2017-10-26 Tamar Christina <tamar.christina(a)arm.com>
new ad3b5cfe57c 2017-10-26 Tamar Christina <tamar.christina(a)arm.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/doc/sourcebuild.texi | 16 +++++
gcc/testsuite/ChangeLog | 20 ++++++
gcc/testsuite/gcc.dg/vect/vect-reduc-dot-s8a.c | 3 +
gcc/testsuite/gcc.dg/vect/vect-reduc-dot-u8a.c | 3 +
.../aarch64/advsimd-intrinsics/vdot-exec.c | 81 +++++++++++++++++++++
gcc/testsuite/gcc.target/arm/simd/vdot-exec.c | 55 ++++++++++++++
gcc/testsuite/lib/target-supports.exp | 84 +++++++++++++++++++++-
7 files changed, 261 insertions(+), 1 deletion(-)
create mode 100644 gcc/testsuite/gcc.target/aarch64/advsimd-intrinsics/vdot-exec.c
create mode 100644 gcc/testsuite/gcc.target/arm/simd/vdot-exec.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 lld.
from baee56bfe [lit] Respect LLVM_LIT_TOOLS_DIR when looking for 'tar' on Windows.
new c11b03a42 [ELF] - Dedupliсate FDEs when sections are ICFed.
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:
ELF/SyntheticSections.cpp | 6 ++-
test/ELF/eh-frame-hdr-icf-fde.s | 95 +++++++++++++++++++++++++++++++++++++++++
test/ELF/eh-frame-hdr-icf.s | 15 ++++---
3 files changed, 107 insertions(+), 9 deletions(-)
create mode 100644 test/ELF/eh-frame-hdr-icf-fde.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 llvm.
from ddfb9844718 Tidy up CountingFunctionInserter a little. NFC.
new e703b246767 [PowerPC] Use record-form instruction for Less-or-Equal -1 [...]
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/PowerPC/PPCInstrInfo.cpp | 69 +++++++++++++++------------
test/CodeGen/PowerPC/opt-cmp-inst-cr0-live.ll | 36 ++++++++++++++
2 files changed, 75 insertions(+), 30 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 bd5225139c const-fy breakpoint_ops->breakpoint_hit parameter aspace
new 6abc18bbbf Remove regular_breakpoint_inserted_here_p declaration
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/ChangeLog | 4 ++++
gdb/breakpoint.h | 3 ---
2 files changed, 4 insertions(+), 3 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.
from e367d87861 [LSan] Enable -fsanitize=leak for PPC64 Linux.
new 9bc9ee5d23 Fix overloaded static functions in SemaCodeComplete
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/Sema/Sema.h | 3 ++-
lib/Sema/SemaCodeComplete.cpp | 4 ++-
lib/Sema/SemaOverload.cpp | 28 ++++++++++++++------
test/Index/complete-call.cpp | 61 +++++++++++++++++++++++++++++++++++++++++++
4 files changed, 86 insertions(+), 10 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.