This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository lld.
from 28cc353f0 [WebAssembly] Do not use Subsection as a local variable name.
new 37fc9c135 [WebAssembly] Refactor ObjFile::initializeSymbols.
new dfb6c6405 [WebAssembly] Do not use inheritance to define SubSection.
new 3fcc85763 [ELF] Rename test/ELF/note-loadaddr.c to .s NFC
new f53e02e3c [WebAssembly] Remove ELF-ness.
The 4 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/ELF/{note-loadaddr.c => note-loadaddr.s} | 0
wasm/InputFiles.cpp | 108 +++++++++++-------------
wasm/InputFiles.h | 5 +-
wasm/OutputSections.cpp | 5 +-
wasm/OutputSections.h | 16 ----
wasm/Writer.cpp | 113 ++++++++++++++------------
6 files changed, 111 insertions(+), 136 deletions(-)
rename test/ELF/{note-loadaddr.c => note-loadaddr.s} (100%)
--
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 e14b24839ce [WebAssembly] Remove DataSize from linking metadata section
new ddf3aca34a1 update_mir_test_checks: Drop support for vreg block checks
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:
utils/update_mir_test_checks.py | 33 +++++++++------------------------
1 file changed, 9 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 lld.
from 316e79e6e [WebAssembly] Do not use default arguments for SymbolTable.
new 28cc353f0 [WebAssembly] Do not use Subsection as a local variable name.
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:
wasm/Writer.cpp | 79 ++++++++++++++++++++++++++++-----------------------------
1 file changed, 39 insertions(+), 40 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 roland/pr77609
in repository gcc.
discards b9a216a984d PR other/77609: Let the assembler choose ELF section types [...]
adds d7d46e522a5 Daily bump.
adds 9960ad272c3 PR c++/84520 - ICE with generic lambda in NSDMI.
adds f52b11fe7d3 PR c++/84441 - ICE with base initialized from ?:
adds bb85f261db7 PR c++/84560 - ICE capturing multi-dimensional VLA.
adds 1d74f6b12b4 [IEPM] don't preserve lexical blocks just for debug inline markers
adds 6cf48a091fd Fix formatting of -ftime-report.
adds 36b4ff59406 PR target/84575 * gcc.target/i386/pr84309.c: Add -mno-avx [...]
adds cb2964edb7c Implement the missing bits of LWG 2769
adds 2d99ce8c214 Make groups more generic (PR gcov-profile/84548).
adds 583ab4de1ab 2018-02-27 Richard Biener <rguenther(a)suse.de>
adds 2538bd2e907 2018-02-27 Richard Biener <rguenther(a)suse.de>
adds 6ba0e3e2446 PR c++/84489 - dependent default template argument
adds 141db77d360 * cp-tree.h: Adjust comment.
new 7e635af31c4 PR other/77609: Let the assembler choose ELF section types [...]
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (b9a216a984d)
\
N -- N -- N refs/heads/roland/pr77609 (7e635af31c4)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omits" are not gone; other references still
refer to them. Any revisions marked "discards" are gone forever.
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 | 42 +++++++++++++++++++++-
gcc/DATESTAMP | 2 +-
gcc/cp/ChangeLog | 16 +++++++++
gcc/cp/call.c | 9 +++++
gcc/cp/cp-tree.h | 2 +-
gcc/cp/lambda.c | 5 ++-
gcc/cp/pt.c | 21 +++++++----
gcc/cp/tree.c | 2 ++
gcc/gcov.c | 10 ++++--
gcc/graphite-scop-detection.c | 13 +++++--
gcc/testsuite/ChangeLog | 15 ++++++++
gcc/testsuite/g++.dg/cpp0x/elision3.C | 21 +++++++++++
gcc/testsuite/g++.dg/cpp0x/fntmpdefarg7.C | 10 ++++++
gcc/testsuite/g++.dg/cpp0x/lambda/lambda-vla2.C | 12 +++++++
gcc/testsuite/g++.dg/cpp1y/lambda-generic-nsdmi1.C | 8 +++++
gcc/testsuite/g++.dg/gcov/pr84548.C | 19 ++++++++++
gcc/testsuite/gcc.dg/tree-ssa/pr84512.c | 15 ++++++++
gcc/testsuite/gcc.target/i386/pr84309.c | 2 +-
gcc/timevar.c | 21 +++++------
gcc/tree-ssa-live.c | 15 ++++----
gcc/tree-vect-loop.c | 35 +++++++++++-------
gcc/varasm.c | 19 +++++++++-
libstdc++-v3/ChangeLog | 11 ++++++
libstdc++-v3/include/std/any | 36 +++++++------------
.../testsuite/20_util/any/misc/any_cast.cc | 9 -----
.../testsuite/20_util/any/misc/any_cast_neg.cc | 23 +++++++++---
26 files changed, 307 insertions(+), 86 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/cpp0x/elision3.C
create mode 100644 gcc/testsuite/g++.dg/cpp0x/fntmpdefarg7.C
create mode 100644 gcc/testsuite/g++.dg/cpp0x/lambda/lambda-vla2.C
create mode 100644 gcc/testsuite/g++.dg/cpp1y/lambda-generic-nsdmi1.C
create mode 100644 gcc/testsuite/g++.dg/gcov/pr84548.C
create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/pr84512.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 roland/7/pr77609
in repository gcc.
discards 005205fb68a PR other/77609: Let the assembler choose ELF section types [...]
adds 61ef9ca77cb Daily bump.
adds b42b4fa94d8 PR c++/84520 - ICE with generic lambda in NSDMI.
adds f0951744f30 PR c++/84441 - ICE with base initialized from ?:
adds 70ec27f783b PR c++/84496 - ICE with generic lambda in lambda.
new 69561f53710 PR other/77609: Let the assembler choose ELF section types [...]
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (005205fb68a)
\
N -- N -- N refs/heads/roland/7/pr77609 (69561f53710)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omits" are not gone; other references still
refer to them. Any revisions marked "discards" are gone forever.
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 | 7 +++-
gcc/DATESTAMP | 2 +-
gcc/cp/ChangeLog | 15 ++++++++
gcc/cp/call.c | 9 +++++
gcc/cp/lambda.c | 5 ++-
gcc/cp/pt.c | 26 ++++++-------
gcc/testsuite/g++.dg/cpp0x/elision3.C | 21 +++++++++++
gcc/testsuite/g++.dg/cpp1y/lambda-generic-nsdmi1.C | 8 ++++
gcc/testsuite/g++.dg/cpp1y/pr84496.C | 44 ++++++++++++++++++++++
gcc/varasm.c | 19 +++++++++-
10 files changed, 139 insertions(+), 17 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/cpp0x/elision3.C
create mode 100644 gcc/testsuite/g++.dg/cpp1y/lambda-generic-nsdmi1.C
create mode 100644 gcc/testsuite/g++.dg/cpp1y/pr84496.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 roland/6/pr77609
in repository gcc.
discards 7577ce33ef1 PR other/77609: Let the assembler choose ELF section types [...]
adds b0a415a5d84 Daily bump.
adds dbb36fe3b94 PR c++/84520 - ICE with generic lambda in NSDMI.
adds 149b69199ef PR c++/84441 - ICE with base initialized from ?:
new 5c038113929 PR other/77609: Let the assembler choose ELF section types [...]
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (7577ce33ef1)
\
N -- N -- N refs/heads/roland/6/pr77609 (5c038113929)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omits" are not gone; other references still
refer to them. Any revisions marked "discards" are gone forever.
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 | 7 ++++++-
gcc/DATESTAMP | 2 +-
gcc/cp/ChangeLog | 9 +++++++++
gcc/cp/call.c | 9 +++++++++
gcc/cp/lambda.c | 5 ++++-
gcc/testsuite/g++.dg/cpp0x/elision3.C | 21 +++++++++++++++++++++
gcc/testsuite/g++.dg/cpp1y/lambda-generic-nsdmi1.C | 8 ++++++++
gcc/varasm.c | 19 ++++++++++++++++++-
8 files changed, 76 insertions(+), 4 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/cpp0x/elision3.C
create mode 100644 gcc/testsuite/g++.dg/cpp1y/lambda-generic-nsdmi1.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 lld.
from 69a2971ab [WebAssembly] Inline accessor functions that are called only once.
new 0a3813a72 [WebAssembly] Simplify createLikingSection.
new e28276657 [WebAssembly] Remove redundant local variables.
new 172cc7279 [WebAssembly] Do not remove existing output file.
new 316e79e6e [WebAssembly] Do not use default arguments for SymbolTable.
The 4 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:
wasm/Driver.cpp | 4 ++--
wasm/OutputSections.cpp | 15 +++++----------
wasm/SymbolTable.h | 10 +++++-----
wasm/Writer.cpp | 25 +++++++++++++++++--------
4 files changed, 29 insertions(+), 25 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 995d81d991 Inline trivial function. NFC.
new 8efaf8446e AMDGPU: Move run and check lines around to match processor o [...]
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/Driver/amdgpu-mcpu.cl | 4 ++--
1 file changed, 2 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 lld.
from 7b52c5c83 [WebAssembly] Remove LastDefinedKind for consistency with und [...]
new 0e01554e3 [WebAssembly] Use more specific type and simplify code.
new 41577951b [WebAssembly] Remove trivial accessors.
new 69a2971ab [WebAssembly] Inline accessor functions that are called only once.
The 3 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:
wasm/InputChunks.h | 9 +------
wasm/InputFiles.cpp | 75 +++++++++++++---------------------------------------
wasm/InputFiles.h | 7 -----
wasm/OutputSegment.h | 13 ++++-----
wasm/Symbols.cpp | 2 +-
wasm/Writer.cpp | 33 +++++++++--------------
6 files changed, 41 insertions(+), 98 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 2eeb108d59 Pass a GlobalDecl to setAliasAttributes. NFC.
new 995d81d991 Inline trivial function. 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:
lib/CodeGen/CGVTables.cpp | 8 +-------
1 file changed, 1 insertion(+), 7 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.