This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 54f05c4a859 [X86][SSE4A] Add support for shuffle combining to INSERTQI.
new 4bbbd1a54ed [LSR] Narrow search space by filtering non-optimal formulae [...]
new eebcffd2810 [InstCombine] Don't create extra ConstantInt objects in fol [...]
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/Transforms/InstCombine/InstCombineSelect.cpp | 36 ++++---
lib/Transforms/Scalar/LoopStrengthReduce.cpp | 108 +++++++++++++++++++++
.../CodeGen/X86/regalloc-reconcile-broken-hints.ll | 2 +-
.../LoopStrengthReduce/2013-01-14-ReuseCast.ll | 4 +-
.../X86/lsr-filtering-scaledreg.ll | 60 ++++++++++++
5 files changed, 188 insertions(+), 22 deletions(-)
create mode 100644 test/Transforms/LoopStrengthReduce/X86/lsr-filtering-scaledreg.ll
--
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/pr81313/master
in repository gcc.
discards 99702c58dbc Check sanitize_flags_p
discards 0933d9fbf37 Set DRAP only if an argument is passed on stack
new 68704502e87 Use DRAP only if there are outgoing arguments on stack
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 (99702c58dbc)
\
N -- N -- N refs/heads/hjl/pr81313/master (68704502e87)
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 | 41 ++++++++++++++++-------------------------
gcc/config/i386/i386.h | 3 +++
2 files changed, 19 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 llvm.
from 7a538935b46 [X86][SSE4A] Add test showing missed opportunities to combi [...]
new f65d8b91745 [CGP, x86] update test checks; NFC
new 54f05c4a859 [X86][SSE4A] Add support for shuffle combining to INSERTQI.
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/Target/X86/X86ISelLowering.cpp | 16 +++++
test/CodeGen/X86/vector-shuffle-combining-sse4a.ll | 17 ++---
test/Transforms/CodeGenPrepare/X86/memcmp.ll | 77 +++++++++++-----------
3 files changed, 59 insertions(+), 51 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 d8b77462d4f 2017-07-06 Olivier Hainque <hainque(a)adacore.com>
new 8d82d7329b5 Fix previous ChangeLog entry, taken from the original patch [...]
new 9a5fa006e18 PR target/81305 * gcc.target/avr/isr-test.h: Fix warnings.
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 | 8 ++------
gcc/testsuite/ChangeLog | 5 +++++
gcc/testsuite/gcc.target/avr/isr-test.h | 5 +++--
3 files changed, 10 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 libunwind.
from 41f982e [libunwind] Add _LIBUNWIND_DISABLE_VISIBILITY_ANNOTATIONS
new c4321f2 Add a test harness
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:
CMakeLists.txt | 2 ++
test/CMakeLists.txt | 35 +++++++++++++++++++++
test/libunwind/__init__.py | 0
test/libunwind/test/__init__.py | 0
test/libunwind/test/config.py | 70 +++++++++++++++++++++++++++++++++++++++++
test/libunwind_02.pass.cpp | 1 +
test/lit.cfg | 67 +++++++++++++++++++++++++++++++++++++++
test/lit.site.cfg.in | 25 +++++++++++++++
8 files changed, 200 insertions(+)
create mode 100644 test/CMakeLists.txt
create mode 100644 test/libunwind/__init__.py
create mode 100644 test/libunwind/test/__init__.py
create mode 100644 test/libunwind/test/config.py
create mode 100644 test/lit.cfg
create mode 100644 test/lit.site.cfg.in
--
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 binutils-2_29-branch
in repository binutils-gdb.
from 23f4362887 Fix build with GCC 4.2
new 9366af329b Convert 'L' to 'l' when setting wide_width to 1
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:
bfd/ChangeLog | 5 +++++
bfd/bfd.c | 5 ++++-
2 files changed, 9 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 gcc.
from dbf3cbeb603 * auto-profile.c (afdo_set_bb_count, afdo_propagate_edge, [...]
new d8b77462d4f 2017-07-06 Olivier Hainque <hainque(a)adacore.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 | 9 +++++++++
gcc/gcc.c | 26 +++++++++++++-------------
2 files changed, 22 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 llvm.
from 24fbea1d3bc Doxygen formatting. NFCI
new 7a538935b46 [X86][SSE4A] Add test showing missed opportunities to combi [...]
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/vector-shuffle-combining-sse4a.ll | 20 ++++++++++++++++++++
1 file changed, 20 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 4a777525b7e gcc/ChangeLog:
new bdd5ac0a244 gcc/ChangeLog:
new 9b32089e1b0 Add support for ARMv8-R architecture
new dbf3cbeb603 * auto-profile.c (afdo_set_bb_count, afdo_propagate_edge, [...]
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:
gcc/ChangeLog | 19 ++++++++++++++++++-
gcc/auto-profile.c | 10 +++++-----
gcc/config/arm/arm-cpus.in | 16 ++++++++++++++++
gcc/config/arm/arm-isa.h | 1 +
gcc/config/arm/arm-tables.opt | 7 +++++--
gcc/config/arm/arm.h | 3 ++-
gcc/doc/invoke.texi | 14 ++++++++++++++
gcc/testsuite/ChangeLog | 10 +++++++++-
gcc/testsuite/lib/target-supports.exp | 3 ++-
libgcc/ChangeLog | 4 ++++
libgcc/config/arm/lib1funcs.S | 2 +-
11 files changed, 77 insertions(+), 12 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 da0b9bb7b0 [clang-format] Add space between a message field key and the [...]
new cfd25ad8e8 [clang-format] Add TextProto language name, 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/clang/Format/Format.h | 2 ++
1 file changed, 2 insertions(+)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.