This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch gcc-6-branch
in repository gcc.
from 159a4315a72 Daily bump.
new b70d2397530 Daily bump.
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/DATESTAMP | 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 gcc-7-branch
in repository gcc.
from 35375fe0128 PR c++/83553 * fold-const.c (struct contains_label_data): [...]
new 2daeb81f993 Daily bump.
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/DATESTAMP | 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 binutils-gdb.
from 6e8c24fe27 Add ATTRIBUTE_PRINTF to printf_field_type_assignment
new a6c42a6e74 Automatic date update in version.in
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/version.h | 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 gdb-8.0-branch
in repository binutils-gdb.
from 34fb69eff8 Automatic date update in version.in
new 894e9a8d48 Automatic date update in version.in
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/version.h | 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 binutils-2_29-branch
in repository binutils-gdb.
from bc7e4edb5e Automatic date update in version.in
new 792cda8738 Automatic date update in version.in
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/version.h | 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 binutils-gdb.
from 5c8833d2fa Automatic date update in version.in
new 6e8c24fe27 Add ATTRIBUTE_PRINTF to printf_field_type_assignment
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 | 5 +++++
gdb/target-descriptions.c | 1 +
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 llvm.
from d35f8227d87 [CallSiteSplitting] Remove isOrHeader restriction.
new 59bac370ba1 [SelectionDAG] Teach SelectionDAG::getNode to constant fold [...]
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/SelectionDAG.cpp | 3 +++
test/CodeGen/X86/fold-vector-sext-crash.ll | 6 +++---
test/CodeGen/X86/masked_gather_scatter.ll | 6 ++++--
test/CodeGen/X86/vector-shuffle-v1.ll | 34 +++++++++++-------------------
test/CodeGen/X86/vselect.ll | 6 +++---
5 files changed, 25 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 llvm.
from d75654e8902 [X86] Remove type restrictions from WidenMaskArithmetic.
new d35f8227d87 [CallSiteSplitting] Remove isOrHeader restriction.
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/CallSiteSplitting.cpp | 46 +++----
.../CallSiteSplitting/callsite-no-or-structure.ll | 139 +++++++++++++++++++++
.../CallSiteSplitting/callsite-no-splitting.ll | 18 +++
3 files changed, 176 insertions(+), 27 deletions(-)
create mode 100644 test/Transforms/CallSiteSplitting/callsite-no-or-structure.ll
create mode 100644 test/Transforms/CallSiteSplitting/callsite-no-splitting.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 13c71d17 Reformatting Fuchsia overloaded operator test
new 05747011 [clangd] Use Builder for symbol slabs, and use sorted-vector [...]
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:
.../GlobalSymbolBuilderMain.cpp | 8 +-
clangd/index/FileIndex.cpp | 2 +-
clangd/index/Index.cpp | 72 +++++++++----
clangd/index/Index.h | 112 +++++++++++++--------
clangd/index/SymbolCollector.cpp | 4 +-
clangd/index/SymbolCollector.h | 6 +-
clangd/index/SymbolYAML.cpp | 12 +--
unittests/clangd/CodeCompleteTests.cpp | 6 +-
unittests/clangd/FileIndexTests.cpp | 31 ++----
unittests/clangd/IndexTests.cpp | 40 ++++++--
unittests/clangd/SymbolCollectorTests.cpp | 3 +-
11 files changed, 177 insertions(+), 119 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 a67ef13167 [NFC] Remove a cast rendered unnecessary by r321409
new 48fa9ac3ec [Index] Reduce size of SymbolInfo struct.
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/Index/IndexSymbol.h | 10 +++---
lib/Index/IndexSymbol.cpp | 65 ++++++++++++++++++----------------
tools/libclang/CXIndexDataConsumer.cpp | 6 ++--
3 files changed, 43 insertions(+), 38 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.