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 3cba40cf [clangd] Introduce Dex symbol index search tokens
new a51cdaec [clangd] Use a sigmoid style function for #usages boost in sy [...]
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/Quality.cpp | 14 ++++++++++++--
unittests/clangd/CodeCompleteTests.cpp | 9 +++++----
2 files changed, 17 insertions(+), 6 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 05d358bad52 [llvm-objdump] Add dynamic section printing to private-head [...]
new ac1626ec4dd Fix PR34170: Crash on inline asm with 64bit output in 32bit GPR
new 413e39f9df1 Recommit r333268: [IPSCCP] Use PredicateInfo to propagate f [...]
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:
include/llvm/Transforms/Scalar/SCCP.h | 6 +-
lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp | 56 +++++----
lib/Transforms/IPO/SCCP.cpp | 24 +++-
lib/Transforms/Scalar/SCCP.cpp | 126 +++++++++++++++++++--
.../ARM/inline-asm-operand-implicit-cast.ll | 42 +++++++
test/Other/new-pm-lto-defaults.ll | 4 +-
test/Other/opt-O2-pipeline.ll | 4 +
test/Other/opt-O3-pipeline.ll | 4 +
test/Other/opt-Os-pipeline.ll | 4 +
test/Transforms/IPConstantProp/musttail-call.ll | 4 +-
10 files changed, 239 insertions(+), 35 deletions(-)
create mode 100644 test/CodeGen/ARM/inline-asm-operand-implicit-cast.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 libcxxabi.
from 0f0fc90 [CMake] Option to control whether shared/static library is installed
new fb81b4c Fix dangling reference in test
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/cxa_bad_cast.pass.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 libcxx.
from ed7123bdc Fix another typo in the FileTimeType docs
new e428b57e7 Fix diagnostic test to tolerate Clang diagnosing it as well.
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:
.../tuple.cnstr/PR20855_tuple_ref_binding_diagnostics.fail.cpp | 5 +++++
1 file 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 llvm.
from cac968ea784 [llvm-readobj] Generic hex-dump option
new 05d358bad52 [llvm-objdump] Add dynamic section printing to private-head [...]
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/Object/ELF.h | 7 ++
lib/Object/ELF.cpp | 138 +++++++++++++++++++++
.../llvm-objdump/Inputs/private-headers-x86_64.elf | Bin 0 -> 8968 bytes
.../private-headers-dynamic-section.test | 35 ++++++
.../private-headers-no-dynamic-segment.test | 42 +++++++
.../private-headers-no-dynamic.test} | 16 ++-
tools/llvm-objdump/ELFDump.cpp | 89 +++++++++++++
tools/llvm-objdump/llvm-objdump.cpp | 6 +-
tools/llvm-objdump/llvm-objdump.h | 1 +
9 files changed, 323 insertions(+), 11 deletions(-)
create mode 100755 test/tools/llvm-objdump/Inputs/private-headers-x86_64.elf
create mode 100644 test/tools/llvm-objdump/private-headers-dynamic-section.test
create mode 100644 test/tools/llvm-objdump/private-headers-no-dynamic-segment.test
copy test/tools/{yaml2obj/symbol-index-invalid.yaml => llvm-objdump/private-header [...]
--
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 53046f072c6 Move std::unique_lock definition to a separate header
new 82240b202f6 Add new src/c++17 directory to list in acinclude.m4
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 | 4 ++++
libstdc++-v3/acinclude.m4 | 2 +-
libstdc++-v3/src/Makefile.am | 1 +
libstdc++-v3/src/c++17/Makefile.in | 3 +--
4 files changed, 7 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 gcc.
from b3000498acc Add PR number
new 53046f072c6 Move std::unique_lock definition to a separate header
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/Makefile.am | 1 +
libstdc++-v3/include/Makefile.in | 1 +
libstdc++-v3/include/bits/std_mutex.h | 195 ---------------------
.../include/bits/{std_mutex.h => unique_lock.h} | 150 ++--------------
libstdc++-v3/include/std/condition_variable | 1 +
libstdc++-v3/include/std/mutex | 1 +
7 files changed, 32 insertions(+), 332 deletions(-)
copy libstdc++-v3/include/bits/{std_mutex.h => unique_lock.h} (63%)
--
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 a602acee [clangd] Guard fuzzer against empty inputs.
new 3cba40cf [clangd] Introduce Dex symbol index search tokens
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/CMakeLists.txt | 3 +
clangd/index/dex/Token.h | 112 +++++++++++++++++++++++++++++++
clangd/index/dex/Trigram.cpp | 132 +++++++++++++++++++++++++++++++++++++
clangd/index/dex/Trigram.h | 62 +++++++++++++++++
unittests/clangd/CMakeLists.txt | 5 +-
unittests/clangd/DexIndexTests.cpp | 96 +++++++++++++++++++++++++++
6 files changed, 408 insertions(+), 2 deletions(-)
create mode 100644 clangd/index/dex/Token.h
create mode 100644 clangd/index/dex/Trigram.cpp
create mode 100644 clangd/index/dex/Trigram.h
create mode 100644 unittests/clangd/DexIndexTests.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.
from 1231be927b cc1_main: fix -Wsign-compare on FreeBSD
new 8a22542dc4 [ASTImporter] Add support for import of CXXInheritedCtorInitExpr.
new df5b22a11e [clang-format ]Extend IncludeCategories regex documentation
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:
docs/ClangFormatStyleOptions.rst | 6 ++++++
docs/tools/dump_format_style.py | 4 +++-
include/clang/Format/Format.h | 2 +-
include/clang/Tooling/Inclusions/IncludeStyle.h | 6 ++++++
lib/AST/ASTImporter.cpp | 17 +++++++++++++++++
test/Import/inherited-ctor-init-expr/Inputs/A.cpp | 11 +++++++++++
test/Import/inherited-ctor-init-expr/test.cpp | 6 ++++++
7 files changed, 50 insertions(+), 2 deletions(-)
create mode 100644 test/Import/inherited-ctor-init-expr/Inputs/A.cpp
create mode 100644 test/Import/inherited-ctor-init-expr/test.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 libcxx.
from f562b9b33 Fix typos, spelling, and grammar in the FileTimeType design docs.
new ed7123bdc Fix another typo in the FileTimeType docs
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:
docs/DesignDocs/FileTimeType.rst | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.