This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 79a1426 2016-06-10 Richard Biener <rguenther(a)suse.de>
new 1807f6f gcc: 2016-06-10 Bernd Edlinger <bernd.edlinger(a)hotmail.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/reg-stack.c | 26 +++++++++++++++++++++++++-
gcc/testsuite/ChangeLog | 6 ++++++
gcc/testsuite/gcc.target/i386/pr68843-1.c | 12 ++++++++++++
gcc/testsuite/gcc.target/i386/pr68843-2.c | 22 ++++++++++++++++++++++
5 files changed, 72 insertions(+), 1 deletion(-)
create mode 100644 gcc/testsuite/gcc.target/i386/pr68843-1.c
create mode 100644 gcc/testsuite/gcc.target/i386/pr68843-2.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-tools-extra.
from 24876e4 clang-rename: fix the DynamicCastExpr test on ps4
new e0ac97e [include-fixer] give users an option to show N more headers i [...]
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-fixer/tool/clang-include-fixer.py | 19 +++++++++++++++----
1 file changed, 15 insertions(+), 4 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 22a3dfe test commit: remove trailing whitespace in comments
new 7975d6d [ASTMatchers] New forEachOverriden matcher.
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:
docs/LibASTMatchersReference.html | 24 ++++++++++++
include/clang/AST/ASTContext.h | 3 ++
include/clang/AST/DeclCXX.h | 3 ++
include/clang/ASTMatchers/ASTMatchers.h | 41 ++++++++++++++++++++
lib/AST/ASTContext.cpp | 21 ++++++-----
lib/AST/DeclCXX.cpp | 7 ++++
unittests/ASTMatchers/ASTMatchersTraversalTest.cpp | 44 ++++++++++++++++++++++
7 files changed, 134 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 binutils-gdb.
from 5e13cf2 Fortran: Testsuite, non-local references in nested functions.
new b2cc3f6 S/390: Dump unknown instructions according to their length.
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:
opcodes/ChangeLog | 10 ++++++++++
opcodes/s390-dis.c | 55 +++++++++++++++++++++++++++++++++++++-----------------
2 files changed, 48 insertions(+), 17 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 4b27618 libmpx/
new dbf504c 2016-06-10 Richard Biener <rguenther(a)suse.de>
new 79a1426 2016-06-10 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 | 10 ++++++++++
gcc/gimple-fold.c | 22 ++++++++++++++--------
gcc/targhooks.c | 5 +----
3 files changed, 25 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.
Renato Golin pushed a change to branch master
in repository toolchain/llvm/linaro-scripts.
from 673e982 [release] Add -jN to test-release.sh
new 662105b [monitor] JSON documentation
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:
monitor/README.txt | 115 +++++++++++++++++++++++++++++++++++++++++++++++++++++
1 file changed, 115 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 bc0e312 [AMDGPU] AsmParser: Support for sext() modifier in SDWA. Some [...]
new 8f626cd [TTI] Refine default cost for interleaved load groups with gaps
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/CodeGen/BasicTTIImpl.h | 44 ++++++++++++++++++++++
.../LoopVectorize/AArch64/interleaved_cost.ll | 42 +++++++++++++++++++++
2 files changed, 86 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.
Peter Smith pushed a change to branch linaro-local/InitialThumbSupport
in repository toolchain/llvm/lld.
discards 66ec23c Add initial support for Thumb for ARMv7a
adds 134bf98 ELF: Compute used bit for --as-needed during symbol resolution.
adds 3d4e3a9 Don't require a dynamic R_X86_64_32 reloc in a test.
adds 5d13d91 Also reject 32 bit dynamic relocs when producing executable.
adds 3cb14de Rename warnDynRel.
adds 912845d Use errorDynRel like every other target.
adds 7143472 [ELF] - Inform user that we do not support dynamic relocation [...]
adds c62f180 [ELF] - Properly check that R_X86_64_PC32 and R_X86_64_32 rel [...]
new 1ed4fdf 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 (66ec23c)
\
N -- N -- N refs/heads/linaro-local/InitialThumbSupport (1ed4fdf)
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/Relocations.cpp | 4 ++--
ELF/SymbolTable.cpp | 14 ++++++++++----
ELF/Target.cpp | 12 ++++++------
ELF/Writer.cpp | 8 ++------
test/ELF/aarch64-fpic-add_abs_lo12_nc.s | 2 +-
test/ELF/aarch64-fpic-adr_prel_lo21.s | 2 +-
test/ELF/aarch64-fpic-adr_prel_pg_hi21.s | 2 +-
test/ELF/aarch64-fpic-ldst32_abs_lo12_nc.s | 2 +-
test/ELF/aarch64-fpic-ldst64_abs_lo12_nc.s | 2 +-
test/ELF/aarch64-fpic-ldst8_abs_lo12_nc.s | 2 +-
test/ELF/copy-in-shared.s | 2 +-
test/ELF/copy-rel-pie-error.s | 4 ++--
test/ELF/dynamic-reloc-in-ro.s | 2 +-
test/ELF/eh-frame-dyn-rel.s | 2 +-
test/ELF/relocation-copy-flags.s | 16 ++++++++--------
test/ELF/verneed-as-needed-weak.s | 14 ++++++++++++++
test/ELF/{copy-errors.s => x86-64-dyn-rel-error.s} | 15 ++++++---------
test/ELF/{copy-errors.s => x86-64-dyn-rel-error2.s} | 15 ++++++---------
test/ELF/x86-64-reloc-32-fpic.s | 1 +
test/ELF/x86-64-reloc-pc32-fpic.s | 1 +
20 files changed, 67 insertions(+), 55 deletions(-)
create mode 100644 test/ELF/verneed-as-needed-weak.s
copy test/ELF/{copy-errors.s => x86-64-dyn-rel-error.s} (51%)
copy test/ELF/{copy-errors.s => x86-64-dyn-rel-error2.s} (50%)
--
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.
Yvan Roux pushed a change to annotated tag linaro-6.1-branch-init
in repository toolchain/gcc.
at facbdde (tag)
tagging 47fdfa6e42cd632a79d73329fb52ab418dac22ad (commit)
tagged by Yvan Roux
on Fri Jun 10 13:07:15 2016 +0200
- Log -----------------------------------------------------------------
Linaro GCC 6.1 branch creation
-----------------------------------------------------------------------
No new revisions were added by this update.
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.