This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 95ec13b AMDGPU: Select mulhi 24-bit instructions
new bbef3e0 [MachineLegalize] Do not abort when the target wants to fall back.
new 16b39f4 [InstructionSelect] Do not abort when the target wants to fall back.
new 529dc06 [RegBankSelect] Do not abort when the target wants to fall back.
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:
.../llvm/CodeGen/GlobalISel/InstructionSelect.h | 2 +
.../llvm/CodeGen/GlobalISel/MachineLegalizePass.h | 2 +
include/llvm/CodeGen/GlobalISel/RegBankSelect.h | 14 ++++-
lib/CodeGen/GlobalISel/InstructionSelect.cpp | 35 +++++++++---
lib/CodeGen/GlobalISel/MachineLegalizeHelper.cpp | 8 ++-
lib/CodeGen/GlobalISel/MachineLegalizePass.cpp | 24 ++++++--
lib/CodeGen/GlobalISel/RegBankSelect.cpp | 65 ++++++++++++++++------
7 files changed, 117 insertions(+), 33 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 libcxx.
from e7acb0e Followon to r279744. Find the other exception types and make [...]
new 5db6737 Add attribute noreturn to functions that throw
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/__locale | 2 ++
include/system_error | 3 ++-
2 files changed, 4 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 users/palves/target_ops-cxx
in repository binutils-gdb.
discards f1f183a Convert struct target_ops to C++
new aaf0d3a Convert struct target_ops to C++ [2016-08-26]
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 (f1f183a)
\
N -- N -- N refs/heads/users/palves/target_ops-cxx (aaf0d3a)
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:
gdb/inf-child.h | 2 +-
gdb/windows-nat.c | 207 ++++++++++++++++++++++++++++------------------------
gdb/x86-linux-nat.h | 45 +++---------
gdb/x86-nat.c | 10 +--
gdb/x86-nat.h | 52 +++++++++++--
5 files changed, 171 insertions(+), 145 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 7d90546 Daily bump.
new 6f2116b PR libstdc++/77356 * include/bits/regex_compiler.tcc(_M_ins [...]
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 | 11 +++
libstdc++-v3/include/bits/regex_compiler.tcc | 110 +++++++++++++++++---------
libstdc++-v3/include/bits/regex_scanner.h | 5 +-
libstdc++-v3/include/bits/regex_scanner.tcc | 4 +-
libstdc++-v3/testsuite/28_regex/regression.cc | 23 ++++++
5 files changed, 111 insertions(+), 42 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 e52dfc9 AMDGPU: Move cndmask pseudo to be isel pseudo
new 95ec13b AMDGPU: Select mulhi 24-bit instructions
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/AMDGPU/AMDGPUISelLowering.cpp | 127 ++++++++++++++++++++-
lib/Target/AMDGPU/AMDGPUISelLowering.h | 11 +-
lib/Target/AMDGPU/AMDGPUInstrInfo.td | 15 ++-
lib/Target/AMDGPU/CaymanInstructions.td | 3 +
lib/Target/AMDGPU/EvergreenInstructions.td | 2 +
lib/Target/AMDGPU/R600Instructions.td | 21 +++-
lib/Target/AMDGPU/SIInstructions.td | 4 +-
test/CodeGen/AMDGPU/mul_int24.ll | 156 +++++++++++++++++++++++---
test/CodeGen/AMDGPU/mul_uint24.ll | 174 +++++++++++++++++++++++++----
9 files changed, 456 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 apinski/gdb-ilp32-gdbserver
in repository binutils-gdb.
at 4a73394 Handle ILP32 AARCH64 a little bit better.
This branch includes the following new commits:
new 67f25f9 2015-09-07 Andrew Pinski <apinski(a)cavium.com>
new d01283f 2015-09-07 Andrew Pinski <apinski(a)cavium.com>
new 4a73394 Handle ILP32 AARCH64 a little bit better.
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.
--
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 f5dc5ec AMDGPU: Fix sched type for branches
new e52dfc9 AMDGPU: Move cndmask pseudo to be isel pseudo
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/AMDGPU/SIISelLowering.cpp | 30 ++++++++++++++++++++++++++++++
lib/Target/AMDGPU/SIInstrInfo.cpp | 23 -----------------------
lib/Target/AMDGPU/SIInstructions.td | 1 +
test/CodeGen/AMDGPU/ffloor.f64.ll | 18 +++++++++---------
test/CodeGen/AMDGPU/fract.f64.ll | 18 +++++++++---------
5 files changed, 49 insertions(+), 41 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 e55c2fc Automatic date update in version.in
new 8a9e8e7 Fix commit 980aa3e6
new 53720c4 Lack of SHF_GROUP sections result in ld segfault
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:
bfd/ChangeLog | 14 ++++++++++++++
bfd/elf.c | 23 +++++++++++++++++++----
bfd/elf64-ppc.c | 22 ++++++++++++++++++----
3 files changed, 51 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 d97fe48 AMDGPU: Improve error reporting for maximum branch distance
new 36a8c3e AMDGPU: Remove register operand from si_mask_branch
new f5dc5ec AMDGPU: Fix sched type for branches
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:
lib/Target/AMDGPU/SIInstructions.td | 4 ++--
lib/Target/AMDGPU/SILowerControlFlow.cpp | 6 ++----
2 files changed, 4 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 b9ccaca The error stream in IRForTarget is never null, so use it inst [...]
new 07a68d7 Fixed the location of a conditional to make the following cod [...]
new 36b6695 This test now succeeds.
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:
packages/Python/lldbsuite/test/macosx/queues/TestQueues.py | 1 -
.../ExpressionParser/Clang/ClangExpressionParser.cpp | 14 +++++++-------
2 files changed, 7 insertions(+), 8 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.