This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 688b368a760 2018-01-09 François Dumont <fdumont(a)gcc.gnu.org>
new 442c4003f39 PR c++/83734 * constexpr.c (cxx_eval_statement_list): Ign [...]
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/constexpr.c | 10 ++--------
gcc/testsuite/ChangeLog | 5 +++++
gcc/testsuite/g++.dg/cpp0x/pr83734.C | 6 ++++++
4 files changed, 19 insertions(+), 8 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/cpp0x/pr83734.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.
from 4892b15fb9 [OPENMP] Fix directive kind on stand-alone target data direc [...]
new db60d6e174 [Frontend] Remove unused FileMgr in pp arg parse
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/Frontend/CompilerInvocation.cpp | 8 +-------
1 file changed, 1 insertion(+), 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 5cc94c5877a gcc/ChangeLog:
new 688b368a760 2018-01-09 François Dumont <fdumont(a)gcc.gnu.org>
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 | 21 ++++++++++
libstdc++-v3/include/bits/hashtable.h | 30 +++++++------
libstdc++-v3/include/bits/hashtable_policy.h | 49 ++++++++++++++++++----
.../{modifiers/61667.cc => insert/83709.cc} | 19 +++++----
.../unordered_set/insert/83709.cc} | 22 ++++++----
5 files changed, 102 insertions(+), 39 deletions(-)
copy libstdc++-v3/testsuite/23_containers/unordered_map/{modifiers/61667.cc => ins [...]
copy libstdc++-v3/testsuite/{21_strings/basic_string/element_access/char/58163.cc [...]
--
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 90c9213c4b6 compiler: add escape analysis debug hash
new 5cc94c5877a gcc/ChangeLog:
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 | 17 ++
gcc/config/rs6000/altivec.md | 47 +++-
gcc/config/rs6000/rs6000-builtin.def | 9 +-
gcc/config/rs6000/rs6000-c.c | 32 ++-
gcc/config/rs6000/rs6000-protos.h | 1 +
gcc/config/rs6000/rs6000.c | 37 +++
gcc/config/rs6000/vsx.md | 27 +++
gcc/testsuite/ChangeLog | 10 +
gcc/testsuite/gcc.target/powerpc/builtins-1.h | 20 +-
.../gcc.target/powerpc/builtins-3-runnable.c | 4 +
.../gcc.target/powerpc/builtins-mergew-mergow.c | 263 +++++++++++++++++++++
11 files changed, 453 insertions(+), 14 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/powerpc/builtins-mergew-mergow.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 c0aa824d02a Part of the fix for pr82190 got undone by my newer memcmp checkin.
new 90c9213c4b6 compiler: add escape analysis debug hash
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/go/ChangeLog | 8 ++++++
gcc/go/gccgo.texi | 7 +++++
gcc/go/go-c.h | 1 +
gcc/go/go-lang.c | 1 +
gcc/go/gofrontend/escape.cc | 69 +++++++++++++++++++++++++++++++++++++++++++++
gcc/go/gofrontend/go.cc | 2 ++
gcc/go/gofrontend/gogo.h | 14 +++++++++
gcc/go/lang.opt | 4 +++
8 files changed, 106 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 41985cbc8e0 NewGVN: Fix PR/33367, which was causing us to delete non-co [...]
new b763cd8c493 [COFF] Process /EXPORT option in fastpath
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/Option/ArgList.h | 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 lld.
from f54e3b133 [ELF] Add a comment for ARMExidxSentinelSection::Highest; Use [...]
new 12133f3d5 [COFF] Process /EXPORT option in fastpath
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:
COFF/Driver.cpp | 43 +++++++++++++++++++++++--------------------
COFF/Driver.h | 6 ++++--
COFF/DriverUtils.cpp | 21 ++++++++++++++++-----
3 files changed, 43 insertions(+), 27 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 6c32fe04 [clangd] Add more symbol information for code completion.
new 57c863f8 Try to fix build failure caused by r322097
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/index/SymbolYAML.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 a6cca0e518a Profiling tests: Endianess XFAIL for powerpc- (32-bit)
new 41985cbc8e0 NewGVN: Fix PR/33367, which was causing us to delete non-co [...]
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/NewGVN.cpp | 7 +-
test/Transforms/NewGVN/pr33367.ll | 137 ++++++++++++++++++++++++++++++++++++++
2 files changed, 142 insertions(+), 2 deletions(-)
create mode 100644 test/Transforms/NewGVN/pr33367.ll
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.