This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 5023b8235ee Run `git ls-files '*.gn' '*.gni' | xargs -n 1 gn format`.
new d43800db05b [DAGCombiner] more clean up in hoistLogicOpWithSameOpcodeHa [...]
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/DAGCombiner.cpp | 75 +++++++++++++++-----------------
1 file changed, 34 insertions(+), 41 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 b8b14a315f9 PR fortran/88377 * trans-openmp.c (gfc_omp_clause_default [...]
new c979e7405f5 PR rtl-optimization/85770 * gcc.target/i386/pr85770.c: Re [...]
new 4eed1eb6ec6 PR target/85593 * final.c (rest_of_handle_final): Don't c [...]
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:
gcc/ChangeLog | 4 ++++
gcc/final.c | 6 +++++-
gcc/testsuite/ChangeLog | 6 ++++++
gcc/testsuite/gcc.target/i386/pr85593.c | 30 ++++++++++++++++++++++++++++++
gcc/testsuite/gcc.target/i386/pr85770.c | 4 ++--
5 files changed, 47 insertions(+), 3 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/i386/pr85593.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.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/gnu-release-arm-stable-allmodconfig
in repository toolchain/gcc.
from ddff4efc7e2 2018-12-05 Richard Biener <rguenther(a)suse.de>
adds a33a15e5dc0 Daily bump.
adds a98d6f1891b backport r263580 to fix libstdc++ library symbol visibility [...]
adds fd7c80cb3ca backport r263583 to fix pr78544 on Darwin
No new revisions were added by this update.
Summary of changes:
gcc/DATESTAMP | 2 +-
gcc/testsuite/ChangeLog | 11 +++++++++++
gcc/testsuite/gcc.dg/tree-prof/section-attr-1.c | 5 +++++
gcc/testsuite/gcc.dg/tree-prof/section-attr-2.c | 5 +++++
gcc/testsuite/gcc.dg/tree-prof/section-attr-3.c | 5 +++++
libstdc++-v3/ChangeLog | 9 +++++++++
libstdc++-v3/configure.host | 17 ++++++++++-------
7 files changed, 46 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 clang.
from d68ad7956a Add more expected content to match in test
new fd011d27ac NFC: Move VisitStmt code to dumpStmt
new e4ebf307e9 NFC: Move VisitExpr code to dumpStmt
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:
lib/AST/ASTDumper.cpp | 156 ++++++++++++++------------------------------------
1 file changed, 44 insertions(+), 112 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 36839963adb [rs6000] Enable x86-compat vector intrinsics testing
new c1212d8d1ae avoid null ptr deref in cselib_record_sets
new bcb39cf3aeb [PR86397] resolve nondependent noexcept specs early in C++1[14]
new c68e37efd8e [PR86747] tsubst friend tpl ctxt before looking it up for dupes
new c9c99aefed9 /cp 2018-12-06 Paolo Carlini <paolo.carlini(a)oracle.com>
new 71c3d84e12d PR c++/87506 * constexpr.c (adjust_temp_type): Handle EMP [...]
new fe115e3147d PR c/88367 * tree-vrp.c (extract_range_from_binary_expr): [...]
new b8b14a315f9 PR fortran/88377 * trans-openmp.c (gfc_omp_clause_default [...]
The 7 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/cp/ChangeLog | 22 +++++++++++++++
gcc/cp/class.c | 3 ++-
gcc/cp/constexpr.c | 2 ++
gcc/cp/decl.c | 20 +++++++-------
gcc/cp/except.c | 5 +---
gcc/cp/pt.c | 5 +++-
gcc/cselib.c | 1 +
gcc/fortran/ChangeLog | 9 +++++++
gcc/fortran/trans-openmp.c | 15 +++++++----
gcc/testsuite/ChangeLog | 27 +++++++++++++++++++
gcc/testsuite/g++.dg/cpp0x/constexpr-87506.C | 12 +++++++++
gcc/testsuite/g++.dg/cpp0x/pr86397-1.C | 4 +++
gcc/testsuite/g++.dg/cpp0x/pr86397-2.C | 4 +++
gcc/testsuite/g++.dg/other/bitfield2.C | 2 +-
gcc/testsuite/g++.dg/parse/bitfield1.C | 2 +-
gcc/testsuite/g++.dg/parse/bitfield2.C | 6 ++---
gcc/testsuite/g++.dg/parse/bitfield7.C | 4 +++
gcc/testsuite/g++.dg/pr86747.C | 8 ++++++
gcc/testsuite/gcc.dg/tree-ssa/pr88367.c | 31 +++++++++++++++++++++
gcc/testsuite/gfortran.dg/gomp/pr88377.f90 | 15 +++++++++++
gcc/tree-vrp.c | 23 +++++++++++++---
gcc/vr-values.c | 40 +++++++++++++++++++++++++---
23 files changed, 246 insertions(+), 31 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/cpp0x/constexpr-87506.C
create mode 100644 gcc/testsuite/g++.dg/cpp0x/pr86397-1.C
create mode 100644 gcc/testsuite/g++.dg/cpp0x/pr86397-2.C
create mode 100644 gcc/testsuite/g++.dg/parse/bitfield7.C
create mode 100644 gcc/testsuite/g++.dg/pr86747.C
create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/pr88367.c
create mode 100644 gcc/testsuite/gfortran.dg/gomp/pr88377.f90
--
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 lldb.
from 0b37b1326 [pecoff] Implement ObjectFilePECOFF::GetDependedModules()
new 599c35c3f [pecoff] Use PATH_MAX instead of MAX_PATH
new a8966430e [lit] Use the build.py script in the case-insensitive test
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:
lit/Breakpoint/case-insensitive.test | 5 +++--
source/Plugins/ObjectFile/PECOFF/ObjectFilePECOFF.cpp | 2 +-
2 files changed, 4 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 clang.
from 84348cdba1 Use relative line offsets in test
new d68ad7956a Add more expected content to match 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/AST/ast-dump-decl.m | 6 +++---
1 file changed, 3 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.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/gnu-release-arm-next-allmodconfig
in repository toolchain/gcc.
from ddff4efc7e2 2018-12-05 Richard Biener <rguenther(a)suse.de>
adds a33a15e5dc0 Daily bump.
adds a98d6f1891b backport r263580 to fix libstdc++ library symbol visibility [...]
adds fd7c80cb3ca backport r263583 to fix pr78544 on Darwin
No new revisions were added by this update.
Summary of changes:
gcc/DATESTAMP | 2 +-
gcc/testsuite/ChangeLog | 11 +++++++++++
gcc/testsuite/gcc.dg/tree-prof/section-attr-1.c | 5 +++++
gcc/testsuite/gcc.dg/tree-prof/section-attr-2.c | 5 +++++
gcc/testsuite/gcc.dg/tree-prof/section-attr-3.c | 5 +++++
libstdc++-v3/ChangeLog | 9 +++++++++
libstdc++-v3/configure.host | 17 ++++++++++-------
7 files changed, 46 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.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/gnu-release-arm-lts-allyesconfig
in repository toolchain/gcc.
from ddff4efc7e2 2018-12-05 Richard Biener <rguenther(a)suse.de>
adds a33a15e5dc0 Daily bump.
adds a98d6f1891b backport r263580 to fix libstdc++ library symbol visibility [...]
adds fd7c80cb3ca backport r263583 to fix pr78544 on Darwin
No new revisions were added by this update.
Summary of changes:
gcc/DATESTAMP | 2 +-
gcc/testsuite/ChangeLog | 11 +++++++++++
gcc/testsuite/gcc.dg/tree-prof/section-attr-1.c | 5 +++++
gcc/testsuite/gcc.dg/tree-prof/section-attr-2.c | 5 +++++
gcc/testsuite/gcc.dg/tree-prof/section-attr-3.c | 5 +++++
libstdc++-v3/ChangeLog | 9 +++++++++
libstdc++-v3/configure.host | 17 ++++++++++-------
7 files changed, 46 insertions(+), 8 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.