This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 8e8a14c 2017-02-13 Richard Biener <rguenther(a)suse.de>
new 1f30360 Replace XALLOCAVEC with XCNEWVEC (PR c/79471).
new 71c08e6 PR libstdc++/79486 use lvalues in result_of expressions
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 | 5 +++++
gcc/calls.c | 4 ++--
libstdc++-v3/ChangeLog | 8 ++++++++
libstdc++-v3/include/std/future | 4 ++--
.../79114.cc => 30_threads/packaged_task/79486.cc} | 14 +++++++-------
5 files changed, 24 insertions(+), 11 deletions(-)
copy libstdc++-v3/testsuite/{18_support/nested_exception/79114.cc => 30_threads/pa [...]
--
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 13a590c sim: use ARRAY_SIZE instead of ad-hoc sizeof calculations
new 03f7786 Fix readelf writing to illegal addresses whilst processing co [...]
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:
binutils/ChangeLog | 7 +++++++
binutils/readelf.c | 30 +++++++++++++++++++++++++-----
2 files changed, 32 insertions(+), 5 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 branch linaro-local/gcc-5-integration-branch
in repository toolchain/gcc.
from 25ff76c gcc/ Backport from trunk r230499. 2015-11-17 Bernd Schmid [...]
adds 1f4a339 Make Linaro GCC Snapshot 5.4-2017.02.
new dfbab64 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-5.4-2017.02
in repository toolchain/gcc.
at 07f0db4 gcc/ * LINARO-VERSION: Bump version number, post snapshot.
This branch includes the following new commits:
new 07f0db4 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.
Yvan Roux pushed a change to annotated tag linaro-snapshot-5.4-2017.02
in repository toolchain/gcc.
at 8aded19 (tag)
tagging 1f4a33931603daba2a0cd8d2f6f7da4adf4886ad (commit)
replaces linaro-snapshot-5.4-2016.12
tagged by Yvan Roux
on Mon Feb 13 09:27:18 2017 +0000
- Log -----------------------------------------------------------------
Linaro GCC Snapshot 5.4-2017.02
-----------------------------------------------------------------------
This annotated tag includes the following new commits:
new 1f4a339 Make Linaro GCC Snapshot 5.4-2017.02.
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 d948027 [X86][SSE] Create matchVectorShuffleWithUNPCK helper function.
new 9b264f7 [ARM] Use VCMP, not VCMPE, for floating point equality comparisons
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/ARMFastISel.cpp | 20 ++++++++++++----
lib/Target/ARM/ARMISelLowering.cpp | 45 +++++++++++++++++++++++++----------
lib/Target/ARM/ARMISelLowering.h | 2 +-
lib/Target/ARM/ARMInstrInfo.td | 2 ++
lib/Target/ARM/ARMInstrVFP.td | 20 ++++++++--------
test/CodeGen/ARM/fast-isel-align.ll | 4 ++--
test/CodeGen/ARM/fast-isel-cmp-imm.ll | 16 ++++++-------
test/CodeGen/ARM/fp16-promote.ll | 6 ++---
test/CodeGen/ARM/fpcmp-opt.ll | 6 ++---
test/CodeGen/ARM/fpcmp.ll | 4 ++--
test/CodeGen/ARM/fpcmp_ueq.ll | 2 +-
test/CodeGen/ARM/vsel.ll | 8 +++----
test/CodeGen/Thumb2/float-cmp.ll | 16 ++++++-------
13 files changed, 91 insertions(+), 60 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 gcc-6-branch
in repository gcc.
from 459cda5 Daily bump.
new 14aab8e Backport from mainline 2016-12-11 Roger Pau Monné <roger. [...]
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 | 8 ++++++++
gcc/config/i386/x86-64.h | 2 +-
2 files changed, 9 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 e67936f [X86] Improve readability of test/CodeGen/X86/lzcnt-zext-cmp. [...]
new d948027 [X86][SSE] Create matchVectorShuffleWithUNPCK helper 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:
lib/Target/X86/X86ISelLowering.cpp | 88 ++++++++++++++++++--------------------
1 file changed, 42 insertions(+), 46 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 68966a1 Remove some dead code from ProcessPOSIXLog
new 24f6f6a Try to fix windows build (broken by r294939)
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:
source/Plugins/Process/Windows/Common/DebuggerThread.cpp | 4 ++--
source/Plugins/Process/Windows/Common/ProcessWindowsLog.h | 4 ----
2 files changed, 2 insertions(+), 6 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 0ad9978 Fix the lldb_private::Function::GetDescription to print out t [...]
new e0a8812 Clean up debug logging
new 68966a1 Remove some dead code from ProcessPOSIXLog
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:
include/lldb/Core/Log.h | 5 --
source/Commands/CommandObjectLog.cpp | 4 --
source/Core/Log.cpp | 22 ---------
source/Core/StringList.cpp | 2 +-
source/DataFormatters/FormatManager.cpp | 56 ++++++++--------------
.../Clang/ClangExpressionParser.cpp | 16 +++----
.../RenderScriptRuntime/RenderScriptRuntime.cpp | 5 +-
source/Plugins/Process/POSIX/ProcessPOSIXLog.cpp | 11 -----
source/Plugins/Process/POSIX/ProcessPOSIXLog.h | 30 ------------
9 files changed, 31 insertions(+), 120 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.