This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 612e30d31d3 PR target/81641 * config/i386/i386.c (ix86_print_operand_ [...]
new f3022a29021 2017-08-01 Tamar Christina <tamar.christina(a)arm.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/testsuite/ChangeLog | 5 +++++
gcc/testsuite/gcc.target/aarch64/dbl_mov_immediate_1.c | 9 ++++++---
2 files changed, 11 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 gcc.
from f2a6a09947e PR target/81639 * config/i386/i386.c (ix86_funciton_naked [...]
new 612e30d31d3 PR target/81641 * config/i386/i386.c (ix86_print_operand_ [...]
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/config/i386/i386.c | 2 +-
gcc/testsuite/ChangeLog | 5 +++++
gcc/testsuite/gcc.target/i386/pr81641.c | 11 +++++++++++
4 files changed, 23 insertions(+), 1 deletion(-)
create mode 100644 gcc/testsuite/gcc.target/i386/pr81641.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 78f6716d995 [NFC] Remove obsolete profiling data from eq_ne test
new ca05253041c [PostDom] Fix typo in comment [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:
include/llvm/Support/GenericDomTreeConstruction.h | 2 +-
1 file changed, 1 insertion(+), 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 801a5e7fca9 2017-08-01 Richard Biener <rguenther(a)suse.de>
new f2a6a09947e PR target/81639 * config/i386/i386.c (ix86_funciton_naked [...]
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 | 20 ++++++++++++++------
gcc/config/i386/i386.c | 4 ++++
gcc/testsuite/ChangeLog | 5 +++++
gcc/testsuite/gcc.target/i386/pr81639.c | 12 ++++++++++++
4 files changed, 35 insertions(+), 6 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/i386/pr81639.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 16a0981ecc [ASTMatchers] Allow forField to match indirect fields.
new 076d1be85c [x86][inline-asm]Allow a pack of Control Debug to be properl [...]
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/Basic/Targets/X86.cpp | 1 +
test/CodeGen/ms-inline-asm.c | 13 +++++++++++++
2 files changed, 14 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 rsandifo/sve-rebase
in repository gcc.
discards 261da270156 Use conditional internal functions in if-conversion
discards eb42b4335e3 Implement SLP of internal functions
discards 26e573140eb Handle vector boolean types when calculating the SLP unroll factor
discards 034b757dc91 Remove unnecessary temporary in tree-if-conv.c
discards d6c69f5e526 Don't require an integer mode for PARALLELs
discards a3fe7f879f5 Add early rematerialisation pass
discards 898062cc398 Record equivalences for spill registers
discards e848c756818 Support fused multiply-adds in fully-masked reductions
discards f669471ab1e Replace FMA_EXPR with one internal fn per optab
discards 42199b1b2b9 Use single-iteration epilogues when peeling for gaps
discards 241eebc89da Allow single-element interleaving for non-power-of-2 strides
discards 21215c96b33 Make tree-ssa-strlen.c handle partial unterminated strings
discards 664c10f5e2b Add support for first-faulting loads
discards 95aa282a338 Add support for speculative loads
discards 4fe1d36102a Support for aliasing with variable strides
discards d3644930ab0 Fix for big field stores
discards e04990467bd Avoid pessimistic check for overlapping groups
discards 5fd014a6c19 Add support for gather loads and scatter stores
new eff9e7fc0f7 Add support for gather loads and scatter stores
new 35774a35678 Avoid pessimistic check for overlapping groups
new 4ab65f1231d Fix for big field stores
new 28fb0c6beb8 Support for aliasing with variable strides
new 2cecf384d9d Add support for speculative loads
new 30835423b4b Add support for first-faulting loads
new cb38a3df85e Make tree-ssa-strlen.c handle partial unterminated strings
new dc44a37141b Allow single-element interleaving for non-power-of-2 strides
new eb8fe4784fc Use single-iteration epilogues when peeling for gaps
new 052696e0bdc Replace FMA_EXPR with one internal fn per optab
new 5a24fe00a0c Support fused multiply-adds in fully-masked reductions
new 8b6df8fb57d Record equivalences for spill registers
new 7868168f2a9 Add early rematerialisation pass
new d3ac074c998 Don't require an integer mode for PARALLELs
new 679f97071ca Remove unnecessary temporary in tree-if-conv.c
new ec42adb7d7f Handle vector boolean types when calculating the SLP unroll factor
new 4869d6adbbf Implement SLP of internal functions
new 06ba3fe9c07 Use conditional internal functions in if-conversion
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 (261da270156)
\
N -- N -- N refs/heads/rsandifo/sve-rebase (06ba3fe9c07)
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 18 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/optabs-tree.c | 5 ++---
1 file changed, 2 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 gcc.
from accb01da6d6 2017-08-01 Tamar Christina <tamar.christina(a)arm.com>
new 801a5e7fca9 2017-08-01 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 | 7 +++++++
gcc/cfganal.c | 19 ++++++++++---------
gcc/testsuite/ChangeLog | 7 +++++++
gcc/testsuite/gcc.dg/tree-ssa/split-path-5.c | 18 +-----------------
gcc/testsuite/gcc.dg/tree-ssa/ssa-dce-3.c | 9 +++------
gcc/testsuite/gcc.dg/uninit-23.c | 4 ++--
gcc/tree-ssa-pre.c | 13 ++++++++++---
7 files changed, 40 insertions(+), 37 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 linaro-dev/sve
in repository gcc.
from abd13a68ea4 Revert spurious whitespace change
new 495f5ab1519 Ensure target_optabs is cleared
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/optabs-tree.c | 5 ++---
1 file changed, 2 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 052dd78cb30 Support itineraries in TargetSubtargetInfo::getSchedInfoStr [...]
new 78f6716d995 [NFC] Remove obsolete profiling data from eq_ne 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/Transforms/IRCE/eq_ne.ll | 17 ++++++++---------
1 file changed, 8 insertions(+), 9 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 b316d9f706f * tree.h (POINTER_TYPE_OVERFLOW_UNDEFINED): Delete. * fol [...]
new accb01da6d6 2017-08-01 Tamar Christina <tamar.christina(a)arm.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/ChangeLog | 5 +++++
gcc/config/aarch64/aarch64.c | 8 ++++----
2 files changed, 9 insertions(+), 4 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.