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 1130c90 [gold] Implement -z stack-size option
new 47f7f63 [ARC] Parse NOTE section in core dump files
new ab548d2 [ARC] C++ compatibility for arc-dis.h
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:
bfd/ChangeLog | 4 ++++
bfd/elf32-arc.c | 35 +++++++++++++++++++++++++++++++++++
opcodes/ChangeLog | 4 ++++
opcodes/arc-dis.h | 9 +++++++++
4 files changed, 52 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 llvm.
from 568c0d2 [Loop Vectorizer] Support predication of div/rem
new dfa8eaa [X86][F16C] Regenerated f16c 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/f16c-intrinsics-fast-isel.ll | 6 +-
test/CodeGen/X86/f16c-intrinsics.ll | 157 +++++++++++++++++++-------
2 files changed, 119 insertions(+), 44 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 e23f2de [X86][SSE] Add support for 32-bit element vectors to X86ISD:: [...]
new 568c0d2 [Loop Vectorizer] Support predication of div/rem
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/Transforms/Vectorize/LoopVectorize.cpp | 307 ++++++++++++++++-----
test/Transforms/LoopVectorize/if-pred-non-void.ll | 173 ++++++++++++
.../LoopVectorize/if-pred-not-when-safe.ll | 90 ++++++
test/Transforms/LoopVectorize/if-pred-stores.ll | 31 +--
4 files changed, 501 insertions(+), 100 deletions(-)
create mode 100644 test/Transforms/LoopVectorize/if-pred-non-void.ll
create mode 100644 test/Transforms/LoopVectorize/if-pred-not-when-safe.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 master
in repository gcc.
from f0ef556 2016-08-24 Thomas Preud'homme <thomas.preudhomme(a)arm.com>
new 318550d Revert "Drop excess size used for run time allocated stack va [...]
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/explow.c | 12 +++---------
2 files changed, 12 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 llvm.
from 377af8d [PM] Introduce basic update capabilities to the new PM's CGSC [...]
new e23f2de [X86][SSE] Add support for 32-bit element vectors to X86ISD:: [...]
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/Target/X86/X86ISelLowering.cpp | 24 ++++++------------------
lib/Target/X86/X86InstrAVX512.td | 20 +++++++++++++++-----
lib/Target/X86/X86InstrSSE.td | 12 ++++++++++++
3 files changed, 33 insertions(+), 23 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 tag gcc-6_2_0-release
in repository gcc.
at 6ac74a6 (commit)
No new revisions were added by this update.
--
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 2fb84e5 Fix bogus testsuite failures for avr.
new 64cd75f 2016-08-24 Thomas Preud'homme <thomas.preudhomme(a)arm.com>
new f0ef556 2016-08-24 Thomas Preud'homme <thomas.preudhomme(a)arm.com>
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 | 17 +++++++++++++++++
gcc/config/arm/t-aprofile | 22 +++++-----------------
gcc/doc/fragments.texi | 19 ++++++++++---------
gcc/genmultilib | 22 ++++++++++++++--------
4 files changed, 46 insertions(+), 34 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 f151c23 Tentatively fix gold-plugin test: ThinLTO objects start at of [...]
new 377af8d [PM] Introduce basic update capabilities to the new PM's CGSC [...]
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/Analysis/CGSCCPassManager.h | 382 ++++++++++++++++++++++----
include/llvm/Analysis/LazyCallGraph.h | 54 +++-
include/llvm/IR/PassManager.h | 27 +-
include/llvm/Transforms/IPO/FunctionAttrs.h | 3 +-
lib/Analysis/CGSCCPassManager.cpp | 347 ++++++++++++++++++++++-
lib/Analysis/LazyCallGraph.cpp | 42 ++-
lib/Passes/PassBuilder.cpp | 9 +-
lib/Transforms/IPO/FunctionAttrs.cpp | 6 +-
test/Other/cgscc-iterate-function-mutation.ll | 341 +++++++++++++++++++++++
test/Other/cgscc-observe-devirt.ll | 133 +++++++++
test/Other/new-pass-manager.ll | 26 +-
test/Other/pass-pipeline-parsing.ll | 8 +-
unittests/Analysis/CGSCCPassManagerTest.cpp | 11 +-
13 files changed, 1278 insertions(+), 111 deletions(-)
create mode 100644 test/Other/cgscc-iterate-function-mutation.ll
create mode 100644 test/Other/cgscc-observe-devirt.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 master
in repository lld.
from 3344dcd Add support for '|' in expressions.
new 5e631e2 Canonicalize output section name for .ARM.exidx sections
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:
ELF/Writer.cpp | 2 +-
test/ELF/arm-exidx-output.s | 50 +++++++++++++++++++++++++++++++++++++++++++++
2 files changed, 51 insertions(+), 1 deletion(-)
create mode 100644 test/ELF/arm-exidx-output.s
--
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 719d47e Remove trailing whitespace in C++ headers
new 2fb84e5 Fix bogus testsuite failures for avr.
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 | 6 ++++++
gcc/testsuite/gcc.c-torture/execute/pr71083.c | 4 +++-
gcc/testsuite/gcc.dg/zero_sign_ext_test.c | 1 +
3 files changed, 10 insertions(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.