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 62e20ed45e Add support for AArch64 system register names IP0, IP1, FP and LR.
new 2d7cc5c797 Introduce compiled_regex, eliminate make_regfree_cleanup
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:
gdb/ChangeLog | 51 +++++++++++++++++++++++++++++
gdb/Makefile.in | 2 ++
gdb/ada-lang.c | 33 ++++++++-----------
gdb/break-catch-throw.c | 21 +++++-------
gdb/breakpoint.c | 20 +++---------
gdb/cli/cli-cmds.c | 21 ++----------
gdb/cli/cli-decode.c | 11 ++++---
gdb/cli/cli-decode.h | 5 ++-
gdb/gdb_regex.c | 56 ++++++++++++++++++++++++++++++++
gdb/gdb_regex.h | 39 ++++++++++++++++++++---
gdb/linux-tdep.c | 85 +++++++++++++++++++++++++------------------------
gdb/probe.c | 19 ++++++-----
gdb/skip.c | 24 +++-----------
gdb/symtab.c | 42 +++++++++---------------
gdb/utils.c | 52 ------------------------------
15 files changed, 255 insertions(+), 226 deletions(-)
create mode 100644 gdb/gdb_regex.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.
Yvan Roux pushed a change to branch linaro-local/gcc-7-integration-branch
in repository toolchain/gcc.
from 6d1a42e8623 gcc/ * LINARO-VERSION: Bump version number, post snapshot.
new bbc15e94d21 gcc/ Backport from trunk r247122. 2017-04-25 Julian Bro [...]
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/aarch64/aarch64-simd.md | 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.
unknown user pushed a change to branch master
in repository llvm.
from d33e35c9272 [mips] do not use FastISel when -mxgot is present
new aa74d107f61 [PowerPC] Eliminate integer compare instructions - vol. 5
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/PowerPC/PPCISelDAGToDAG.cpp | 26 +++++++
test/CodeGen/PowerPC/logic-ops-on-compares.ll | 73 +++++++++++++++++--
...testComparesieqsll.ll => testComparesinesll.ll} | 83 ++++++++++------------
...testComparesieqsll.ll => testComparesineull.ll} | 83 ++++++++++------------
...stCompareslleqsll.ll => testComparesllnesll.ll} | 82 ++++++++++-----------
...stCompareslleqsll.ll => testComparesllneull.ll} | 82 ++++++++++-----------
6 files changed, 241 insertions(+), 188 deletions(-)
copy test/CodeGen/PowerPC/{testComparesieqsll.ll => testComparesinesll.ll} (57%)
copy test/CodeGen/PowerPC/{testComparesieqsll.ll => testComparesineull.ll} (57%)
copy test/CodeGen/PowerPC/{testCompareslleqsll.ll => testComparesllnesll.ll} (59%)
copy test/CodeGen/PowerPC/{testCompareslleqsll.ll => testComparesllneull.ll} (59%)
--
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 gcc-7-branch
in repository gcc.
from 150af56a646 PR c/80919 * c-format.c (matching_type_p): Return false i [...]
new 84cc4af9cba 2017-06-07 Richard Biener <rguenther(a)suse.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 | 32 +++++++++++
gcc/c-family/ChangeLog | 9 ++++
gcc/c-family/c-warn.c | 8 +--
gcc/graphite-isl-ast-to-gimple.c | 36 ++++++++-----
gcc/testsuite/ChangeLog | 29 ++++++++++
gcc/testsuite/g++.dg/warn/Wstrict-aliasing-6.C | 2 +-
.../g++.dg/warn/Wstrict-aliasing-bogus-char-2.C | 19 +++++++
gcc/testsuite/gcc.dg/graphite/pr80906.c | 28 ++++++++++
gcc/testsuite/gcc.dg/torture/pr80549.c | 33 ++++++++++++
gcc/testsuite/gcc.dg/torture/pr80842.c | 23 ++++++++
gcc/testsuite/gcc.dg/vect/bb-slp-pr80705.c | 44 +++++++++++++++
gcc/tree-cfgcleanup.c | 63 ++++++++++++++++++++++
gcc/tree-ssa-ccp.c | 4 +-
gcc/tree-vect-data-refs.c | 21 ++++++++
14 files changed, 330 insertions(+), 21 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/warn/Wstrict-aliasing-bogus-char-2.C
create mode 100644 gcc/testsuite/gcc.dg/graphite/pr80906.c
create mode 100644 gcc/testsuite/gcc.dg/torture/pr80549.c
create mode 100644 gcc/testsuite/gcc.dg/torture/pr80842.c
create mode 100644 gcc/testsuite/gcc.dg/vect/bb-slp-pr80705.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 82962d847a2 [ARM] Use FixupKind variable in processFixupValue (cleanup, NFC).
new d33e35c9272 [mips] do not use FastISel when -mxgot is present
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/MipsISelLowering.cpp | 5 +++--
test/CodeGen/Mips/biggot.ll | 3 +++
2 files changed, 6 insertions(+), 2 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 77c163d8d8a [CGP] fix formatting in MemCmpExpansion; NFC
new 82962d847a2 [ARM] Use FixupKind variable in processFixupValue (cleanup, 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/ARM/MCTargetDesc/ARMAsmBackend.cpp | 20 ++++++++++----------
1 file changed, 10 insertions(+), 10 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 0a5e4c3b26 Only print registered targets for `--version`
new ce80f8d2fe clang-format: [JS] recognize exported type definitions.
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/Format/TokenAnnotator.cpp | 12 +++++++++---
unittests/Format/FormatTestJS.cpp | 6 ++++++
2 files changed, 15 insertions(+), 3 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 binutils-2_28-branch
in repository binutils-gdb.
from baa9aa3153 Automatic date update in version.in
new 1898f46886 Import a fix from upstream that allows the ARM ADR pseudo-in [...]
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 | 10 ++++++++++
bfd/elf32-arm.c | 4 +++-
2 files changed, 13 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 llvm.
from f6257e92c06 [ARM] GlobalISel: Purge G_SEQUENCE
new 77c163d8d8a [CGP] fix formatting in MemCmpExpansion; 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/CodeGen/CodeGenPrepare.cpp | 14 ++++++--------
1 file changed, 6 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 newlib.
from 21ff2cf93 Fix minor issues in memchr NEON implementation
new ffcaf3210 Add myself to Write After Approval
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:
newlib/MAINTAINERS | 1 +
1 file changed, 1 insertion(+)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.