This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 39726b8c26b [COFF, ARM64] Fix symbol offsets in ADRP/ADD/LDR/STR relocations
new 4f035605eb2 [X86] Regenerated BT 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/CodeGen/X86/bt.ll | 925 ++++++++++++++++++++++++++++++++----------------
test/CodeGen/X86/btq.ll | 25 +-
2 files changed, 646 insertions(+), 304 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 2dc63693ab5 Disable pr79041-2.c with -mabi=ilp32.
new bffd8089b8a [SPARC] Add -mfsmuld option
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 | 9 +++++++++
gcc/config/sparc/sparc.c | 32 ++++++++++++++++++++++----------
gcc/config/sparc/sparc.h | 3 ++-
gcc/config/sparc/sparc.md | 2 +-
gcc/config/sparc/sparc.opt | 4 ++++
gcc/doc/invoke.texi | 11 ++++++++++-
6 files changed, 48 insertions(+), 13 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-7-branch
in repository gcc.
from 131d8f0db47 Disable pr79041-2.c with -mabi=ilp32.
new 9e75dbd51fb [SPARC] Add -mfsmuld option
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 | 12 ++++++++++++
gcc/config/sparc/sparc.c | 32 ++++++++++++++++++++++----------
gcc/config/sparc/sparc.h | 3 ++-
gcc/config/sparc/sparc.md | 2 +-
gcc/config/sparc/sparc.opt | 4 ++++
gcc/doc/invoke.texi | 11 ++++++++++-
6 files changed, 51 insertions(+), 13 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 f3de089985 Update after LLVM change r309087
new c4f5f6916d Recommit r308327 2nd time: Add a warning for missing '#pragm [...]
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/clang/Basic/DiagnosticGroups.td | 3 +-
include/clang/Basic/DiagnosticSemaKinds.td | 10 ++++++
include/clang/Lex/PPCallbacks.h | 6 ++++
include/clang/Sema/Sema.h | 36 ++++++++++++++++---
include/clang/Serialization/ASTReader.h | 1 +
lib/Parse/ParsePragma.cpp | 9 +++--
lib/Sema/Sema.cpp | 54 +++++++++++++++++++++++++++++
lib/Sema/SemaAttr.cpp | 55 +++++++++++++++++++++++++++++-
lib/Serialization/ASTReader.cpp | 6 ++--
lib/Serialization/ASTWriter.cpp | 1 +
test/OpenMP/declare_simd_messages.cpp | 2 +-
test/PCH/pragma-pack.c | 30 ++++++++--------
test/PCH/suspicious-pragma-pack.c | 8 +++++
test/Parser/pragma-options.c | 2 +-
test/Parser/pragma-options.cpp | 2 +-
test/Parser/pragma-pack.c | 2 +-
test/Sema/Inputs/pragma-pack1.h | 27 +++++++++++++++
test/Sema/Inputs/pragma-pack2.h | 8 +++++
test/Sema/pragma-pack.c | 5 +++
test/Sema/suspicious-pragma-pack.c | 49 ++++++++++++++++++++++++++
test/SemaObjC/Inputs/empty.h | 1 +
test/SemaObjC/suspicious-pragma-pack.m | 6 ++++
22 files changed, 293 insertions(+), 30 deletions(-)
create mode 100644 test/PCH/suspicious-pragma-pack.c
create mode 100644 test/Sema/Inputs/pragma-pack1.h
create mode 100644 test/Sema/Inputs/pragma-pack2.h
create mode 100644 test/Sema/suspicious-pragma-pack.c
create mode 100644 test/SemaObjC/Inputs/empty.h
create mode 100644 test/SemaObjC/suspicious-pragma-pack.m
--
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 6d3d91786e7 2017-07-26 Richard Biener <rguenther(a)suse.de>
new c155a995d05 PR middle-end/70992 * tree.c (build2_stat): Don't set TRE [...]
new 2dc63693ab5 Disable pr79041-2.c with -mabi=ilp32.
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 | 5 ++++
gcc/testsuite/ChangeLog | 15 ++++++++++
gcc/testsuite/gcc.dg/overflow-warn-1.c | 2 +-
gcc/testsuite/gcc.dg/overflow-warn-2.c | 2 +-
gcc/testsuite/gcc.dg/overflow-warn-3.c | 2 +-
gcc/testsuite/gcc.dg/overflow-warn-4.c | 2 +-
gcc/testsuite/gcc.dg/torture/pr70992-2.c | 9 ++++++
gcc/testsuite/gcc.dg/torture/pr70992.c | 41 ++++++++++++++++++++++++++++
gcc/testsuite/gcc.target/aarch64/pr79041-2.c | 1 +
gcc/tree.c | 22 +++++++++++++--
10 files changed, 95 insertions(+), 6 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/torture/pr70992-2.c
create mode 100644 gcc/testsuite/gcc.dg/torture/pr70992.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 gcc-7-branch
in repository gcc.
from 30b5d3ab12c Typo.
new 131d8f0db47 Disable pr79041-2.c with -mabi=ilp32.
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.target/aarch64/pr79041-2.c | 1 +
2 files changed, 6 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 gcc.
from 5c31bc69ecb Fix PR46932: Block auto increment on frame pointer
new 6d3d91786e7 2017-07-26 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 | 10 ++++++++++
gcc/genmatch.c | 22 +++++++++-------------
gcc/gimple-match-head.c | 17 ++++++++++++++++-
gcc/testsuite/ChangeLog | 6 ++++++
gcc/testsuite/gcc.dg/pr70920-2.c | 4 ++--
gcc/testsuite/gcc.dg/pr70920-4.c | 4 ++--
6 files changed, 45 insertions(+), 18 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 hjl/pr79793/master
in repository gcc.
discards c42aa18b8c7 Properly compute stack frame for exception handler
new f521b169612 Properly compute stack frame for exception handler
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 (c42aa18b8c7)
\
N -- N -- N refs/heads/hjl/pr79793/master (f521b169612)
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/config/i386/i386.c | 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 binutils-gdb.
from 8e2141c6fb Add optional argument to command "maint prints c-tdesc"
new 35b4818d03 Centralize i386 linux target descriptions
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:
gdb/ChangeLog | 13 +++++++++++++
gdb/i386-linux-tdep.c | 34 +++++++++++++++++++++++-----------
gdb/i386-linux-tdep.h | 10 ++--------
gdb/x86-linux-nat.c | 24 ++++++++----------------
4 files changed, 46 insertions(+), 35 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.