This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch gdb-7.12-branch
in repository binutils-gdb.
from df8d246 Automatic date update in version.in
new e529eb7 xtensa: Avoid designated inits, for C++ compliance
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 | 6 ++++
gdb/xtensa-tdep.h | 98 +++++++++++++++++++++++++++----------------------------
2 files changed, 55 insertions(+), 49 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-tools-extra.
from d511a15 [clang-tidy] Added hh, hxx and hpp to header guard checks.
new 0046be7 [clang-tidy] Some tweaks on header guard checks.
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:
clang-tidy/llvm/HeaderGuardCheck.cpp | 13 +++++++++++
clang-tidy/llvm/HeaderGuardCheck.h | 10 +++------
clang-tidy/utils/HeaderFileExtensionsUtils.cpp | 30 +++++++++++---------------
clang-tidy/utils/HeaderFileExtensionsUtils.h | 2 +-
docs/clang-tidy/checks/llvm-header-guard.rst | 5 ++++-
5 files changed, 34 insertions(+), 26 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 1a33619 Add missing ARMv8-M special registers
new c2abbbe 2016-08-26 Thomas Preud'homme <thomas.preudhomme(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:
bfd/ChangeLog | 7 +++++++
bfd/elf32-arm.c | 3 +++
2 files changed, 10 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 gcc.
from 70a8ad2 2016-08-26 Richard Biener <rguenther(a)suse.de>
new ac34f4b Always support float128 on x86.
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 | 14 ++++++++++++++
gcc/config/i386/i386.c | 29 -----------------------------
gcc/config/i386/i386elf.h | 2 --
gcc/config/i386/lynx.h | 2 --
gcc/config/i386/netbsd-elf.h | 2 --
gcc/config/i386/netbsd64.h | 2 --
gcc/config/i386/nto.h | 2 --
gcc/config/i386/openbsd.h | 2 --
gcc/config/i386/rtemself.h | 2 --
gcc/config/i386/vxworks.h | 2 --
libgcc/ChangeLog | 5 +++++
libgcc/config.host | 17 +++++------------
12 files changed, 24 insertions(+), 57 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 409191e Add new std::basic_string constructor (LWG 2583)
new 70a8ad2 2016-08-26 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/java/ChangeLog | 5 +++++
gcc/java/mangle.c | 16 ++++++++++++----
2 files changed, 17 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 binutils-gdb.
from 980aa3e Dynamic TLS GOT entries would not be relocated.
new 1a33619 Add missing ARMv8-M special registers
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:
gas/ChangeLog | 14 ++++
gas/config/tc-arm.c | 45 ++++++----
gas/testsuite/gas/arm/archv8m-cmse-msr-base.d | 76 ++++++++++++++---
gas/testsuite/gas/arm/archv8m-cmse-msr-main.d | 76 ++++++++++++++---
gas/testsuite/gas/arm/archv8m-cmse-msr.s | 116 +++++++++++++++++++++++---
gas/testsuite/gas/arm/archv8m-main-dsp-4.d | 76 ++++++++++++++---
opcodes/ChangeLog | 6 ++
opcodes/arm-dis.c | 37 ++++----
8 files changed, 366 insertions(+), 80 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 79f5d5e [ARM] PR target/70473: Reduce size of Cortex-A8 automaton
new 409191e Add new std::basic_string constructor (LWG 2583)
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:
libstdc++-v3/ChangeLog | 17 ++++++
libstdc++-v3/config/abi/pre/gnu.ver | 34 ++++++++++-
libstdc++-v3/doc/html/manual/bugs.html | 4 ++
libstdc++-v3/doc/xml/manual/intro.xml | 7 +++
libstdc++-v3/include/bits/basic_string.h | 41 ++++++++++---
libstdc++-v3/include/bits/basic_string.tcc | 10 ++++
.../21_strings/basic_string/cons/char/8.cc | 70 ++++++++++++++++++++++
.../21_strings/basic_string/cons/wchar_t/8.cc | 70 ++++++++++++++++++++++
8 files changed, 243 insertions(+), 10 deletions(-)
create mode 100644 libstdc++-v3/testsuite/21_strings/basic_string/cons/char/8.cc
create mode 100644 libstdc++-v3/testsuite/21_strings/basic_string/cons/wchar_t/8.cc
--
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 a54071b Patch for performing interprocedural bitwise constant propagation.
new 61d9bb1 [ARM] Refactor MOVW/MOVT fusion logic to allow extension
new 79f5d5e [ARM] PR target/70473: Reduce size of Cortex-A8 automaton
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 | 15 +++++++
gcc/config/arm/arm.c | 89 ++++++++++++++++++++++------------------
gcc/config/arm/cortex-a8-neon.md | 14 ++++---
3 files changed, 74 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 lldb.
from 5c48d5a Add cmake option to choose whether to use the builtin demangler
new 2e72967 Switch linux and android CODE_OWNERS
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:
CODE_OWNERS.txt | 4 ++--
1 file changed, 2 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 e21267a Implement getRandomBytes() function
new 65eaa0f [X86][SSE4A] The EXTRQ/INSERTQ bit extraction/insertion ops s [...]
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/X86InstrSSE.td | 2 +
test/CodeGen/X86/sse4a.ll | 145 ++++++++++++++++++++++++++++++-
test/CodeGen/X86/vector-shuffle-sse4a.ll | 8 +-
3 files changed, 147 insertions(+), 8 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.