This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from d565c87 [SystemZ] Add floating-point test data class instructions.
new f7282f8 Reverted patch 273864
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/LoopAccessAnalysis.h | 4 +-
lib/Analysis/LoopAccessAnalysis.cpp | 8 +--
lib/Transforms/Vectorize/LoopVectorize.cpp | 93 +++++++++++++++++++++++---
test/Transforms/LoopVectorize/consec_no_gep.ll | 43 ------------
test/Transforms/LoopVectorize/ptr-induction.ll | 1 -
5 files changed, 90 insertions(+), 59 deletions(-)
delete mode 100644 test/Transforms/LoopVectorize/consec_no_gep.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 clang.
from 1346a78 [AVX512] Zero extend cmp intrinsic return value.
new cb4aafd [Driver][AArch64] Add support for Broadcom Vulcan core.
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.cpp | 1 +
lib/Driver/Tools.cpp | 2 +-
test/Driver/aarch64-cpus.c | 24 ++++++++++++++++++++++++
test/Preprocessor/aarch64-target-features.c | 2 ++
4 files changed, 28 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 lld.
from cbe9851 Move isValidCIdentifier to Strings.cpp.
new 4371250 [ELF] - Check the input bitcode files for compatibility.
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/SymbolTable.cpp | 5 ++---
test/ELF/lto/mix-platforms.ll | 10 ++++++++++
2 files changed, 12 insertions(+), 3 deletions(-)
create mode 100644 test/ELF/lto/mix-platforms.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 binutils-2_26-branch
in repository binutils-gdb.
from c29838e Bump to 2.26.1, commit generated files.
new fa361f8 Bump to 2.26.2, development mode.
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 | 9 +++++++++
bfd/configure | 20 ++++++++++----------
bfd/development.sh | 2 +-
bfd/version.m4 | 2 +-
binutils/ChangeLog | 4 ++++
binutils/configure | 20 ++++++++++----------
gas/ChangeLog | 4 ++++
gas/configure | 20 ++++++++++----------
gprof/ChangeLog | 4 ++++
gprof/configure | 20 ++++++++++----------
ld/ChangeLog | 4 ++++
ld/configure | 20 ++++++++++----------
opcodes/ChangeLog | 4 ++++
opcodes/configure | 20 ++++++++++----------
14 files changed, 91 insertions(+), 62 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 annotated tag binutils-2_26_1
in repository binutils-gdb.
at 12a11b2 (tag)
tagging c29838e7f484e0b5714b02e7feb9a88d3a045dd2 (commit)
replaces binutils-2_26
tagged by Tristan Gingold
on Wed Jun 29 11:36:55 2016 +0200
- Log -----------------------------------------------------------------
Release 2.26.1
-----------------------------------------------------------------------
This annotated tag includes the following new commits:
new c29838e Bump to 2.26.1, commit generated files.
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.
--
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.
Christophe Lyon pushed a change to branch master
in repository toolchain/abe.
from 573f68f Print information about the build machine in jenkins.sh rathe [...]
new 6180f3a gcc6: use newlib linaro-local/linaro-2.4-branch. gcc5: keep u [...]
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:
config/gcc5/newlib.conf | 1 +
config/gcc6/newlib.conf | 1 +
config/newlib.conf | 2 --
3 files changed, 2 insertions(+), 2 deletions(-)
create mode 100644 config/gcc5/newlib.conf
create mode 100644 config/gcc6/newlib.conf
--
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 9bdbd6e [ELF] - Updated comments. NFC.
new cbe9851 Move isValidCIdentifier to Strings.cpp.
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/OutputSections.cpp | 13 +------------
ELF/Strings.cpp | 13 +++++++++++++
ELF/Strings.h | 1 +
ELF/Writer.cpp | 1 +
4 files changed, 16 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 gcc.
from 83b23cd PR tree-optimization/71625 * tree-ssa-strlen.c (get_addr_st [...]
new a4dd89c Rename PRAGMA_OMP_DECLARE_REDUCTION to PRAGMA_OMP_DECLARE
new 44e775d Improve diagnostic messages of "#pragma omp cancel", "#pragma [...]
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/c-family/ChangeLog | 6 +++++
gcc/c-family/c-pragma.c | 2 +-
gcc/c-family/c-pragma.h | 2 +-
gcc/c/ChangeLog | 9 ++++++++
gcc/c/c-parser.c | 28 ++++++++++++----------
gcc/c/c-typeck.c | 4 ++--
gcc/cp/ChangeLog | 9 ++++++++
gcc/cp/parser.c | 37 +++++++++++++++---------------
gcc/cp/semantics.c | 4 ++--
gcc/testsuite/ChangeLog | 4 ++++
gcc/testsuite/c-c++-common/gomp/cancel-1.c | 15 ++++++++++++
11 files changed, 84 insertions(+), 36 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 918a54e Create Strings.cpp and move string manipulation functions to [...]
new 9bdbd6e [ELF] - Updated comments. 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:
ELF/SymbolTable.cpp | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.