This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 184fd079536 2018-02-13 Vladimir Makarov <vmakarov(a)redhat.com>
new dcb47b3d875 2018-02-12 Richard Sandiford <richard.sandiford(a)linaro.org>
new 02f2ef5e65a PR c++/84080 - ICE with return type deduction and specialization.
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 | 7 ++++
gcc/cp/ChangeLog | 3 ++
gcc/cp/pt.c | 5 +++
gcc/testsuite/ChangeLog | 5 +++
gcc/testsuite/g++.dg/cpp1y/auto-fn47.C | 6 ++++
gcc/testsuite/gcc.dg/pr84321.c | 16 +++++++++
gcc/tree-vrp.c | 64 +++++++++++++++++++++++-----------
7 files changed, 86 insertions(+), 20 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/cpp1y/auto-fn47.C
create mode 100644 gcc/testsuite/gcc.dg/pr84321.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 clang-tools-extra.
from 6bc06d71 [clangd] Remove an already-done FIXME, NFC
new 18a5daac [clang-tidy] Update fuchsia-multiple-inheritance to not fail
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/fuchsia/MultipleInheritanceCheck.cpp | 8 ++++----
test/clang-tidy/fuchsia-multiple-inheritance.cpp | 3 +++
2 files changed, 7 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 llvm.
from 81540ce1080 [DAG] fix type of undef returned by getNode()
new 4b977b2e67d [ARM] Allow half types in ConstantPool
new 1ba90b39233 [Hexagon] Remove unnecessary check
new 0140a14c552 [Hexagon] Simplify some code, NFC
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:
lib/Target/ARM/ARMConstantIslandPass.cpp | 10 +-
lib/Target/Hexagon/HexagonISelLowering.cpp | 160 ++++++++---------------------
test/CodeGen/ARM/fp16-litpool-arm.mir | 89 ++++++++++++++++
test/CodeGen/ARM/fp16-litpool-thumb.mir | 80 +++++++++++++++
4 files changed, 222 insertions(+), 117 deletions(-)
create mode 100644 test/CodeGen/ARM/fp16-litpool-arm.mir
create mode 100644 test/CodeGen/ARM/fp16-litpool-thumb.mir
--
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 80c9635046 Fix typo in Russian translation for the bfd/ sub-directory w [...]
new bd7ab16b45 x86-64: Generate branch with PLT32 relocation
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 | 8 +++++
bfd/elf64-x86-64.c | 45 ++++++++-----------------
gas/ChangeLog | 15 +++++++++
gas/config/tc-i386.c | 49 +++++++++++++++++++++++++++-
gas/testsuite/gas/i386/ilp32/reloc64.d | 2 +-
gas/testsuite/gas/i386/ilp32/x86-64-branch.d | 6 ++--
gas/testsuite/gas/i386/reloc64.d | 2 +-
gas/testsuite/gas/i386/x86-64-jump.d | 4 +--
gas/testsuite/gas/i386/x86-64-mpx-branch-1.d | 6 ++--
gas/testsuite/gas/i386/x86-64-mpx-branch-2.d | 6 ++--
gas/testsuite/gas/i386/x86-64-relax-2.d | 10 +++---
gas/testsuite/gas/i386/x86-64-relax-3.d | 8 ++---
ld/ChangeLog | 13 ++++++++
ld/testsuite/ld-x86-64/mpx1c.rd | 2 +-
ld/testsuite/ld-x86-64/pr22791-1.err | 2 ++
ld/testsuite/ld-x86-64/pr22791-1a.c | 4 +++
ld/testsuite/ld-x86-64/pr22791-1b.s | 6 ++++
ld/testsuite/ld-x86-64/pr22791-2.rd | 6 ++++
ld/testsuite/ld-x86-64/pr22791-2a.s | 8 +++++
ld/testsuite/ld-x86-64/pr22791-2b.c | 7 ++++
ld/testsuite/ld-x86-64/pr22791-2c.s | 12 +++++++
ld/testsuite/ld-x86-64/x86-64.exp | 47 ++++++++++++++++++++++++++
22 files changed, 212 insertions(+), 56 deletions(-)
create mode 100644 ld/testsuite/ld-x86-64/pr22791-1.err
create mode 100644 ld/testsuite/ld-x86-64/pr22791-1a.c
create mode 100644 ld/testsuite/ld-x86-64/pr22791-1b.s
create mode 100644 ld/testsuite/ld-x86-64/pr22791-2.rd
create mode 100644 ld/testsuite/ld-x86-64/pr22791-2a.s
create mode 100644 ld/testsuite/ld-x86-64/pr22791-2b.c
create mode 100644 ld/testsuite/ld-x86-64/pr22791-2c.s
--
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 a9de5f6b28 [clang-format] Support text proto extensions
new e192535271 An updated test to show the current warnings produced for im [...]
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:
test/Sema/conversion.c | 14 ++++++++++++++
1 file changed, 14 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 binutils-gdb.
from 68d2067666 Fix compile time warning messages from gcc version 8 about c [...]
new 80c9635046 Fix typo in Russian translation for the bfd/ sub-directory w [...]
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 | 5 +++++
bfd/po/ru.po | 2 +-
2 files changed, 6 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 gcc.
from a5283f32281 Fix more variadic capture issues.
new 184fd079536 2018-02-13 Vladimir Makarov <vmakarov(a)redhat.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:
gcc/testsuite/ChangeLog | 5 +++++
gcc/testsuite/gcc.target/i386/pr57193.c | 2 +-
2 files changed, 6 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 1f703fd80dd Revert r325001: [CallSiteSplitting] Support splitting of bl [...]
new 81540ce1080 [DAG] fix type of undef returned by getNode()
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/SelectionDAG/SelectionDAG.cpp | 4 ++--
test/CodeGen/X86/undef-ops.ll | 15 +++++++++++++++
2 files changed, 17 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 release_60
in repository llvm.
from e9667680470 Merging r324772: ------------------------------------------ [...]
new 663ef77efe3 Merging r324746: ------------------------------------------ [...]
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/AMDGPUInstrInfo.cpp | 18 ++++++++++++++++++
lib/Target/AMDGPU/AMDGPUInstrInfo.h | 2 ++
lib/Target/AMDGPU/AMDGPURegisterBankInfo.cpp | 2 +-
lib/Target/AMDGPU/SIISelLowering.cpp | 2 +-
lib/Target/AMDGPU/Utils/AMDGPUBaseInfo.cpp | 18 ------------------
lib/Target/AMDGPU/Utils/AMDGPUBaseInfo.h | 1 -
6 files changed, 22 insertions(+), 21 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 aadb70d6151 [CallSiteSplitting] Clear ValueToValue maps.
new 70f366846f5 [IR] Fix creating mutable versions of TBAA access tags
new 1f703fd80dd Revert r325001: [CallSiteSplitting] Support splitting of bl [...]
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/IR/MDBuilder.cpp | 2 +-
lib/Transforms/Scalar/CallSiteSplitting.cpp | 103 ++-------
test/Other/new-pm-lto-defaults.ll | 2 +-
.../callsite-instructions-before-call.ll | 253 ---------------------
.../CallSiteSplitting/callsite-no-or-structure.ll | 48 ++--
.../CallSiteSplitting/callsite-split-debug.ll | 11 +-
.../CallSiteSplitting/callsite-split-or-phi.ll | 155 ++++++++-----
.../Transforms/CallSiteSplitting/callsite-split.ll | 12 +-
.../RewriteStatepointsForGC/deref-pointers.ll | 24 +-
9 files changed, 166 insertions(+), 444 deletions(-)
delete mode 100644 test/Transforms/CallSiteSplitting/callsite-instructions-before-call.ll
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.