This is an automated email from the git hooks/post-receive script.
Yvan Roux pushed a change to branch linaro-local/gcc-6-integration-branch
in repository toolchain/gcc.
from 336d434 Merge branches/gcc-6-branch rev 237469.
adds 2a77894 Make Linaro GCC Snapshot 6.1-2016.06.
new 9a84dc3 gcc/ * LINARO-VERSION: Bump version number, post snapshot.
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/LINARO-VERSION | 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.
Yvan Roux pushed a change to branch linaro-local/snapshots/linaro-6.1-2016.06
in repository toolchain/gcc.
at 0ce8b62 gcc/ * LINARO-VERSION: Bump version number, post snapshot.
This branch includes the following new commits:
new 0ce8b62 gcc/ * LINARO-VERSION: Bump version number, post snapshot.
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.
unknown user pushed a change to branch master
in repository llvm.
from a3568c1 Implement pdb::hashBufferV8 hash function.
new c5b5eea [mips] Fix small typo. 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/MipsFastISel.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.
unknown user pushed a change to branch master
in repository clang-tools-extra.
from a116a17 [clang-tools] mark TokenName as unused
new 1a08f9f [clang-tidy] misc-move-const-arg: Detect if result of std::mo [...]
new a0e0eb8 [clang-tidy] misc-move-const-arg: Fix typos
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:
clang-tidy/misc/MoveConstantArgumentCheck.cpp | 70 ++++++++++++++-------
clang-tidy/misc/MoveConstantArgumentCheck.h | 8 +--
docs/clang-tidy/checks/misc-move-const-arg.rst | 17 ++++-
test/clang-tidy/misc-move-const-arg.cpp | 87 ++++++++++++++++++++++++++
4 files changed, 154 insertions(+), 28 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.
Yvan Roux pushed a change to annotated tag linaro-snapshot-6.1-2016.06
in repository toolchain/gcc.
at 57f8787 (tag)
tagging 2a778942c8517d82316ecd7a7fd3dd6b8e9ee071 (commit)
replaces linaro-snapshot-6.1-2016.05
tagged by Yvan Roux
on Thu Jun 16 14:40:57 2016 +0200
- Log -----------------------------------------------------------------
Linaro GCC Snapshot 6.1-2016.06
-----------------------------------------------------------------------
This annotated tag includes the following new commits:
new 2a77894 Make Linaro GCC Snapshot 6.1-2016.06.
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.
Peter Smith pushed a change to branch linaro-local/InterworkVeneers
in repository toolchain/llvm/lld.
discards 4358cab Add basic ARM/Thumb interworking veneer support for non-PLT e [...]
discards b64b1db Initial support for interworking veneers add support for movt [...]
adds dbcaecf Add support for # comments.
new 00bc510 Initial support for interworking veneers add support for movt [...]
new 784f1a1 Add basic ARM/Thumb interworking veneer support for non-PLT e [...]
new 5713451 Add untested! support for relocations to PLT entries.
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 (4358cab)
\
N -- N -- N refs/heads/linaro-local/InterworkVeneers (5713451)
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 3 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/InputSection.cpp | 5 ++++-
ELF/Relocations.cpp | 15 ++++++++++-----
ELF/Relocations.h | 1 +
ELF/ScriptParser.cpp | 9 ++++++++-
test/ELF/version-script.s | 4 +++-
5 files changed, 26 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 5695246 [JumpThreading] Prevent dangling pointer problems in BranchPr [...]
new a3568c1 Implement pdb::hashBufferV8 hash function.
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/DebugInfo/CodeView/CVRecord.h | 9 ++++-
include/llvm/DebugInfo/PDB/Raw/Hash.h | 2 ++
include/llvm/DebugInfo/PDB/Raw/TpiStream.h | 3 --
lib/DebugInfo/PDB/Raw/Hash.cpp | 54 ++++++++++++++++++++++++++++++
lib/DebugInfo/PDB/Raw/TpiStream.cpp | 11 +-----
5 files changed, 65 insertions(+), 14 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 896a1ec A follow-up fixing on cuda-march.cu: Don't match clang to oth [...]
new ea17ab5 [Builtin] Make __builtin_thread_pointer target-independent.
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/clang/Basic/Builtins.def | 1 +
include/clang/Basic/BuiltinsAArch64.def | 1 -
include/clang/Basic/BuiltinsARM.def | 1 -
lib/CodeGen/CGBuiltin.cpp | 7 +++++++
test/CodeGen/builtins-arm64.c | 2 +-
5 files changed, 9 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 master
in repository gcc.
from 8c1879b * g++.dg/vect/pr36648.cc: Disable cunrolli * tree-ssa-loop- [...]
new fb809cf Remove trailing whitespace from libstdc++ headers
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 | 26 ++
libstdc++-v3/include/std/array | 38 +--
libstdc++-v3/include/std/atomic | 22 +-
libstdc++-v3/include/std/bitset | 34 +--
libstdc++-v3/include/std/chrono | 16 +-
libstdc++-v3/include/std/complex | 134 ++++-----
libstdc++-v3/include/std/condition_variable | 4 +-
libstdc++-v3/include/std/fstream | 2 +-
libstdc++-v3/include/std/functional | 2 +-
libstdc++-v3/include/std/future | 4 +-
libstdc++-v3/include/std/iomanip | 120 ++++----
libstdc++-v3/include/std/iosfwd | 2 +-
libstdc++-v3/include/std/istream | 2 +-
libstdc++-v3/include/std/limits | 416 ++++++++++++++--------------
libstdc++-v3/include/std/ratio | 22 +-
libstdc++-v3/include/std/scoped_allocator | 52 ++--
libstdc++-v3/include/std/sstream | 6 +-
libstdc++-v3/include/std/stdexcept | 26 +-
libstdc++-v3/include/std/string | 6 +-
libstdc++-v3/include/std/system_error | 44 +--
libstdc++-v3/include/std/thread | 2 +-
libstdc++-v3/include/std/tuple | 24 +-
libstdc++-v3/include/std/type_traits | 92 +++---
libstdc++-v3/include/std/utility | 4 +-
libstdc++-v3/include/std/valarray | 66 ++---
libstdc++-v3/include/std/vector | 2 +-
26 files changed, 597 insertions(+), 571 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.