This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from d1cedfd [RTL ifcvt] Allow simple register subregs in noce_convert_mul [...]
new 6f71039 2016-06-15 Alan Hayward <alan.hayward(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 | 6 ++++++
gcc/testsuite/ChangeLog | 5 +++++
gcc/testsuite/gcc.dg/vect/pr71439.c | 17 +++++++++++++++++
gcc/tree-vect-loop.c | 6 +++++-
4 files changed, 33 insertions(+), 1 deletion(-)
create mode 100644 gcc/testsuite/gcc.dg/vect/pr71439.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 71a2dfc [mips] Replace AdditionalRequires<[IsGP64bit]> with GPR_64. NFC.
new 12d4938 Work around MSVC "friend" semantics.
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/SLPVectorizer.cpp | 2 ++
1 file changed, 2 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 bed36c4 Use FPasses in opt exactly when it is initialized.
new 71a2dfc [mips] Replace AdditionalRequires<[IsGP64bit]> with GPR_64. 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:
lib/Target/Mips/MipsCondMov.td | 12 ++++--------
1 file changed, 4 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 llvm.
from 5ffd098 [mips] Removed invalid test from o32_cc.ll
new bed36c4 Use FPasses in opt exactly when it is initialized.
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:
tools/opt/opt.cpp | 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.
Peter Smith pushed a change to branch linaro-local/InitialThumbSupport
in repository toolchain/llvm/lld.
discards 7bbbc99 Add initial support for Thumb for ARMv7a
adds 05616a7 ELF: Add a test showing that the new local_unnamed_addr attri [...]
adds a131738 Use a reference instead of a pointer. NFC.
adds 1dffd8f Don't include --start-lib/--end-lib files twice.
new f353c88 Add initial support for Thumb for ARMv7a
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 (7bbbc99)
\
N -- N -- N refs/heads/linaro-local/InitialThumbSupport (f353c88)
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:
ELF/InputFiles.cpp | 9 +++-
ELF/InputFiles.h | 2 +
ELF/SymbolTable.cpp | 19 ++++----
ELF/SymbolTable.h | 2 +-
ELF/Symbols.cpp | 7 ++-
ELF/Symbols.h | 13 +++---
ELF/Target.cpp | 8 ++--
test/ELF/Inputs/arm-thumb-blx-targets.s | 8 ++--
test/ELF/Inputs/arm-thumb-narrow-branch.o | Bin 0 -> 868 bytes
test/ELF/Inputs/arm-thumb-narrow-branch.s | 18 ++++++++
test/ELF/Inputs/start-lib-comdat.s | 5 +++
test/ELF/arm-thumb-blx.s | 16 +++----
test/ELF/arm-thumb-narrow-branch-check.s | 72 ++++++++++++++++++++++++++++++
test/ELF/lto/internalize-exportdyn.ll | 7 ++-
test/ELF/start-lib-comdat.s | 23 ++++++++++
15 files changed, 174 insertions(+), 35 deletions(-)
create mode 100644 test/ELF/Inputs/arm-thumb-narrow-branch.o
create mode 100644 test/ELF/Inputs/arm-thumb-narrow-branch.s
create mode 100644 test/ELF/Inputs/start-lib-comdat.s
create mode 100644 test/ELF/arm-thumb-narrow-branch-check.s
create mode 100644 test/ELF/start-lib-comdat.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 ee8fd15 2016-06-15 Richard Biener <rguenther(a)suse.de>
new d1cedfd [RTL ifcvt] Allow simple register subregs in noce_convert_mul [...]
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/ifcvt.c | 12 ++++++---
gcc/testsuite/ChangeLog | 4 +++
.../aarch64/ifcvt_multiple_sets_subreg_1.c | 30 ++++++++++++++++++++++
4 files changed, 48 insertions(+), 3 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/aarch64/ifcvt_multiple_sets_subreg_1.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 gcc.
from f0d7799 spellcheck.h: add best_match template; implement early-reject
new 5695a69 2016-06-15 Richard Biener <rguenther(a)suse.de>
new ee8fd15 2016-06-15 Richard Biener <rguenther(a)suse.de>
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 | 13 +++++
gcc/testsuite/ChangeLog | 8 +++
gcc/testsuite/gcc.dg/vect/bb-slp-pattern-2.c | 1 +
gcc/testsuite/gcc.dg/vect/{slp-43.c => slp-45.c} | 4 +-
gcc/tree-vect-data-refs.c | 8 ++-
gcc/tree-vect-stmts.c | 67 +++++++++++++++---------
6 files changed, 73 insertions(+), 28 deletions(-)
copy gcc/testsuite/gcc.dg/vect/{slp-43.c => slp-45.c} (97%)
--
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 364a139 Speculative buildbot fix.
new 52f7566 [mips] clang-format Mips16ISelDAGToDAG.{cpp,h}
new 5ffd098 [mips] Removed invalid test from o32_cc.ll
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/Mips/Mips16ISelDAGToDAG.cpp | 99 +++++++++++++++++-----------------
lib/Target/Mips/Mips16ISelDAGToDAG.h | 5 +-
test/CodeGen/Mips/o32_cc.ll | 1 -
3 files changed, 52 insertions(+), 53 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.
Renato Golin pushed a change to branch master
in repository toolchain/llvm/linaro-scripts.
from 488ec27 [monitor] moving 42vma bot back upstream
new 72189fd Use git worktree in the LLVM helper scripts
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:
helpers/.llvm-env-add | 23 +++++++++
helpers/.llvm-env-remove | 44 ++++++++++++++++
helpers/README.txt | 47 ++++++++++-------
helpers/git-pull | 16 +-----
helpers/git-rebase | 34 +++++++++++++
helpers/git-rebase-all | 49 ------------------
helpers/git-refresh | 5 ++
helpers/git-svn-commit | 4 +-
helpers/llvm-branch | 123 ++++++++++++++++++++++++++++++--------------
helpers/llvm-build | 13 ++---
helpers/llvm-common | 94 +++++++++++++++++++++++++++++++---
helpers/llvm-env | 130 +++++++++++++++++++++++++++++++++++++++++++++++
helpers/llvm-prepare | 28 +++++-----
helpers/llvm-projs | 107 +++++++++++++++++++++++---------------
helpers/llvm-reset | 26 +++++-----
helpers/llvm-runlit | 4 ++
helpers/llvm-sync | 99 +++++++++++++++++++++++-------------
17 files changed, 609 insertions(+), 237 deletions(-)
create mode 100755 helpers/.llvm-env-add
create mode 100755 helpers/.llvm-env-remove
create mode 100755 helpers/git-rebase
delete mode 100755 helpers/git-rebase-all
create mode 100755 helpers/llvm-env
--
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.
Renato Golin pushed a change to annotated tag v1.0
in repository toolchain/llvm/linaro-scripts.
at ef4a4e3 (tag)
tagging 488ec270d3bb2e34837ccf25431d73b5c5d68dc3 (commit)
tagged by Renato Golin
on Wed Jun 15 10:27:47 2016 +0100
- Log -----------------------------------------------------------------
Stable, before worktree
-----------------------------------------------------------------------
No new revisions were added by this update.
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.