This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 15f230dbc92 Fix version check for ATTRIBUTE_GCC_DUMP_PRINTF
new 70775f2c97d /cp 2018-08-28 Paolo Carlini <paolo.carlini(a)oracle.com>
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/decl.c | 2 ++
gcc/testsuite/ChangeLog | 5 +++++
gcc/testsuite/g++.dg/other/switch4.C | 6 ++++++
4 files changed, 19 insertions(+)
create mode 100644 gcc/testsuite/g++.dg/other/switch4.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 cf50706d0b7 Clarify comment in the string-offsets-table-order.ll test
new 3df07a217a0 [benchmark] Fix buildbots failing to identify regex support
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:
CMakeLists.txt | 2 ++
1 file changed, 2 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 clang-tools-extra.
from 43acc28e [clangd] Use buffered llvm::errs() in the clangd binary.
new 6a190314 [clangd] Switch to Dex by default for the static index
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/tool/ClangdMain.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 llvm.
from 82d654fdf4f [llvm-mca][TimelineView] Force the same number of execution [...]
new cf50706d0b7 Clarify comment in the string-offsets-table-order.ll 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/DebugInfo/X86/string-offsets-table-order.ll | 4 +++-
1 file changed, 3 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 0977b8082a9 [ADT] ImmutableList no longer requires elements to be copy [...]
new 82d654fdf4f [llvm-mca][TimelineView] Force the same number of execution [...]
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:
.../llvm-mca/X86/BtVer2/clear-super-register-2.s | 28 ++--
test/tools/llvm-mca/X86/BtVer2/pipes-fpu.s | 6 +-
test/tools/llvm-mca/X86/BtVer2/pr37790.s | 4 +-
tools/llvm-mca/Views/TimelineView.cpp | 161 +++++++++++++--------
tools/llvm-mca/Views/TimelineView.h | 15 +-
5 files changed, 125 insertions(+), 89 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 939bd02ce8e [llvm-mca] Pass an instruction reference when notifying eve [...]
new 0977b8082a9 [ADT] ImmutableList no longer requires elements to be copy [...]
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/ADT/ImmutableList.h | 29 ++++++++++++++++++-------
unittests/ADT/ImmutableListTest.cpp | 43 +++++++++++++++++++++++++++++++++++++
2 files changed, 64 insertions(+), 8 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 da3890a5504 2018-08-28 Richard Biener <rguenther(a)suse.de>
new 15f230dbc92 Fix version check for ATTRIBUTE_GCC_DUMP_PRINTF
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 | 6 ++++++
gcc/dumpfile.h | 2 +-
2 files changed, 7 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 bfefdd25867 2017-08-28 Paul Thomas <pault(a)gcc.gnu.org>
new da3890a5504 2018-08-28 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 | 6 ++++++
gcc/testsuite/ChangeLog | 5 +++++
gcc/testsuite/g++.dg/torture/pr87124.C | 12 ++++++++++++
gcc/tree-ssa-sccvn.c | 2 +-
4 files changed, 24 insertions(+), 1 deletion(-)
create mode 100644 gcc/testsuite/g++.dg/torture/pr87124.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 libcxx.
from f45b25b18 Fix ODR violation: namespace-scope helpers should not be decl [...]
new c4f0f1eaa Use addressof instead of operator& in make_shared. Fixes PR38 [...]
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/memory | 6 +++---
.../memory/storage.iterator/raw_storage_iterator.base.pass.cpp | 8 ++++++++
.../memory/storage.iterator/raw_storage_iterator.pass.cpp | 7 +++++++
.../util.smartptr.shared.create/allocate_shared.pass.cpp | 8 ++++++++
.../util.smartptr.shared.create/make_shared.pass.cpp | 9 +++++++++
5 files changed, 35 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 llvm.
from 2120ec16b1a [CloneFunction] Constant fold terminators before checking s [...]
new 939bd02ce8e [llvm-mca] Pass an instruction reference when notifying eve [...]
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:
tools/llvm-mca/Views/SchedulerStatistics.cpp | 6 +++--
tools/llvm-mca/Views/SchedulerStatistics.h | 6 +++--
tools/llvm-mca/include/HWEventListener.h | 8 ++++---
tools/llvm-mca/include/Stages/ExecuteStage.h | 7 ++----
tools/llvm-mca/lib/Stages/ExecuteStage.cpp | 35 ++++++++++++----------------
5 files changed, 30 insertions(+), 32 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.