This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from c8459b286fc 2017-09-20 Richard Biener <rguenther(a)suse.de>
new b337f382092 PR libstdc++/82262 fix std::hash<std::optional<const T>>
new 582c7b270a9 Remove non-standard std::copy_exception function
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:
libstdc++-v3/ChangeLog | 10 ++++++++++
libstdc++-v3/include/std/optional | 12 ++++++------
libstdc++-v3/libsupc++/exception_ptr.h | 13 -------------
libstdc++-v3/testsuite/20_util/optional/hash.cc | 17 +++++++++++++----
4 files changed, 29 insertions(+), 23 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 dbae0e42 [clang-tidy] Fix linkage-related compiler errors in clang-tidy tests
new 385353aa [clangd] Serialize onDiagnosticsReady callbacks for the same file.
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/ClangdServer.cpp | 13 +++++++++
clangd/ClangdServer.h | 7 +++++
clangd/DraftStore.h | 5 ++--
unittests/clangd/ClangdTests.cpp | 63 ++++++++++++++++++++++++++++++++++++++++
4 files changed, 86 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 llvm.
from 6aed42109d5 Recommit [MachineCombiner] Update instruction depths increm [...]
new 160a98b89bd Fix a -Wsign-compare warning in LoopAccessAnalysis.cpp
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/Analysis/LoopAccessAnalysis.cpp | 3 ++-
1 file changed, 2 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 clang-tools-extra.
from 437ea864 [clangd] Run clang-format on ClangdUnit.cpp. NFC.
new dbae0e42 [clang-tidy] Fix linkage-related compiler errors in clang-tidy tests
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/clang-tidy/misc-inefficient-algorithm.cpp | 16 ++++++++++------
test/clang-tidy/misc-move-const-arg.cpp | 4 +++-
2 files changed, 13 insertions(+), 7 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 f80734dc7a8 2017-09-20 Richard Biener <rguenther(a)suse.de>
new c8459b286fc 2017-09-20 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 | 13 +++++++++++
gcc/graphite-scop-detection.c | 51 ++++++++++++++++++-------------------------
2 files changed, 34 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 gcc-6-branch
in repository gcc.
from c986a93fead Daily bump.
new 858851e921b PR libstdc++/60936 fix length calculation
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 | 14 ++++++++++++++
libstdc++-v3/src/c++11/snprintf_lite.cc | 4 ++--
2 files changed, 16 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 llvm.
from 3907ca9d61b Revert r313746 "[yaml2obj] - Don't crash on invalid document."
new 6aed42109d5 Recommit [MachineCombiner] Update instruction depths increm [...]
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/CodeGen/MachineTraceMetrics.h | 6 ++
lib/CodeGen/MachineCombiner.cpp | 105 ++++++++++++++++++++++-------
lib/CodeGen/MachineTraceMetrics.cpp | 8 +++
test/CodeGen/AArch64/machine-combiner.ll | 5 ++
test/CodeGen/X86/machine-combiner.ll | 5 ++
test/CodeGen/X86/mul-constant-result.ll | 5 +-
6 files changed, 110 insertions(+), 24 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 a8daa86c4c2 2017-09-20 Richard Biener <rguenther(a)suse.de>
new f80734dc7a8 2017-09-20 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/testsuite/ChangeLog | 5 +++++
gcc/testsuite/gcc.dg/graphite/pr77362.c | 21 +++++++++++++++++++++
2 files changed, 26 insertions(+)
create mode 100644 gcc/testsuite/gcc.dg/graphite/pr77362.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 gcc.
from a6fc5adabfb * dwarf2out.c (tree_add_const_value_attribute): For INTEGE [...]
new a8daa86c4c2 2017-09-20 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 | 8 ++++++++
gcc/testsuite/ChangeLog | 5 +++++
gcc/testsuite/gcc.dg/torture/pr82264.c | 21 +++++++++++++++++++++
gcc/tree-ssa-sccvn.c | 17 +++++++----------
4 files changed, 41 insertions(+), 10 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/torture/pr82264.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 164160e3 [clangd] Introduced Logger interface.
new 437ea864 [clangd] Run clang-format on ClangdUnit.cpp. 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:
clangd/ClangdUnit.cpp | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.