This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from f46da86 PR66145 use new ABI for std::ios::failure exceptions
new a290288 gcc/testsuite/ChangeLog:
new 1248999 gcc/ChangeLog: * gimple-ssa-sprintf.c (format_directive): Co [...]
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/gimple-ssa-sprintf.c | 3 ++-
gcc/testsuite/ChangeLog | 5 +++++
gcc/testsuite/gcc.target/powerpc/builtins-3-p9.c | 4 ++--
4 files changed, 14 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 llvm.
from a7959e5 [AArch64] Falkor supports Rounding Double Multiply Add/Subtra [...]
new 8a1006b [llvm-xray] Fix android build
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:
tools/llvm-xray/xray-converter.cc | 3 ++-
1 file changed, 2 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 binutils-gdb.
from 6aa1df2 Updated Swedish translations for GAS and LD subdirectories.
new 7a36499 gdb: sparc: split real and pseudo 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:
gdb/ChangeLog | 25 ++++++++
gdb/sparc-tdep.c | 67 +++++++++++++++-------
gdb/sparc-tdep.h | 15 ++++-
gdb/sparc64-tdep.c | 163 ++++++++++++++++++++++++++++++++---------------------
gdb/sparc64-tdep.h | 7 ++-
5 files changed, 190 insertions(+), 87 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 064b91f Revert r292132: [globalisel] Tablegen-erate current Register [...]
new a7959e5 [AArch64] Falkor supports Rounding Double Multiply Add/Subtra [...]
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/AArch64/AArch64.td | 6 +++++-
lib/Target/AArch64/AArch64InstrFormats.td | 4 ++--
lib/Target/AArch64/AArch64InstrInfo.td | 4 +++-
lib/Target/AArch64/AArch64Subtarget.h | 2 ++
test/CodeGen/AArch64/arm64-neon-v8.1a.ll | 1 +
5 files changed, 13 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 clang.
from 1575edd [OpenMP] Refactor code that calls codegen for target regions [...]
new 115251d [StaticAnalyzer] Fix android build
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/StaticAnalyzer/Checkers/ExprInspectionChecker.cpp | 3 ++-
1 file changed, 2 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 ba5a0dd /c-family 2017-01-16 Paolo Carlini <paolo.carlini(a)oracle.com>
new c36b88e PR testsuite/79051 - FAIL: gcc.dg/attr-alloc_size-4.c (test f [...]
new f46da86 PR66145 use new ABI for std::ios::failure exceptions
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/testsuite/ChangeLog | 6 ++++++
gcc/testsuite/gcc.dg/attr-alloc_size-4.c | 2 ++
libstdc++-v3/ChangeLog | 22 ++++++++++++++++++++++
libstdc++-v3/src/c++11/functexcept.cc | 5 +++--
.../testsuite/27_io/basic_ios/copyfmt/char/1.cc | 3 ---
.../testsuite/27_io/basic_ios/exceptions/char/1.cc | 3 ---
.../char/exceptions_failbit.cc | 3 ---
.../wchar_t/exceptions_failbit.cc | 3 ---
.../extractors_other/char/exceptions_null.cc | 3 ---
.../extractors_other/wchar_t/exceptions_null.cc | 3 ---
.../27_io/basic_istream/sentry/char/12297.cc | 3 ---
.../27_io/basic_istream/sentry/wchar_t/12297.cc | 3 ---
.../inserters_other/char/exceptions_null.cc | 3 ---
.../inserters_other/wchar_t/exceptions_null.cc | 3 ---
libstdc++-v3/testsuite/27_io/ios_base/storage/2.cc | 3 ---
15 files changed, 33 insertions(+), 35 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 b1c5112 Fix use-after-free bug in AffectedValueCallbackVH::allUsesRep [...]
new 064b91f Revert r292132: [globalisel] Tablegen-erate current Register [...]
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/CodeGen/GlobalISel/RegisterBank.h | 2 +-
include/llvm/Target/GlobalISel/RegisterBank.td | 16 --
include/llvm/Target/Target.td | 1 -
lib/CodeGen/GlobalISel/RegisterBank.cpp | 7 +-
lib/Target/AArch64/AArch64.td | 1 -
lib/Target/AArch64/AArch64GenRegisterBankInfo.def | 209 ++++++++++++---
lib/Target/AArch64/AArch64RegisterBankInfo.cpp | 6 +-
lib/Target/AArch64/AArch64RegisterBankInfo.h | 29 +-
lib/Target/AArch64/AArch64RegisterBanks.td | 20 --
lib/Target/AArch64/CMakeLists.txt | 1 -
lib/Target/ARM/ARMRegisterBankInfo.cpp | 4 +-
llvm/Target/GlobalISel/RegisterBank.td | 16 --
utils/TableGen/CMakeLists.txt | 1 -
utils/TableGen/RegisterBankEmitter.cpp | 309 ----------------------
utils/TableGen/TableGen.cpp | 7 +-
utils/TableGen/TableGenBackends.h | 1 -
16 files changed, 193 insertions(+), 437 deletions(-)
delete mode 100644 include/llvm/Target/GlobalISel/RegisterBank.td
delete mode 100644 lib/Target/AArch64/AArch64RegisterBanks.td
delete mode 100644 llvm/Target/GlobalISel/RegisterBank.td
delete mode 100644 utils/TableGen/RegisterBankEmitter.cpp
--
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 5d8c1c5 [gcc]
new ba5a0dd /c-family 2017-01-16 Paolo Carlini <paolo.carlini(a)oracle.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/c-family/ChangeLog | 8 ++++++++
gcc/c-family/c-common.c | 16 +++++++---------
gcc/testsuite/ChangeLog | 8 ++++++++
gcc/testsuite/g++.dg/cpp0x/pr71737.C | 13 -------------
4 files changed, 23 insertions(+), 22 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 748e859 Revert "[PowerPC] Expand ISEL instruction into if-then-else s [...]
new ca24065 [globalisel] Tablegen-erate current Register Bank Information
new b1c5112 Fix use-after-free bug in AffectedValueCallbackVH::allUsesRep [...]
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/llvm/Analysis/AssumptionCache.h | 5 +-
include/llvm/CodeGen/GlobalISel/RegisterBank.h | 2 +-
.../llvm/Target/GlobalISel/RegisterBank.td | 9 +-
include/llvm/Target/Target.td | 1 +
lib/Analysis/AssumptionCache.cpp | 27 +-
lib/CodeGen/GlobalISel/RegisterBank.cpp | 7 +-
lib/Target/AArch64/AArch64.td | 1 +
lib/Target/AArch64/AArch64GenRegisterBankInfo.def | 209 +++-----------
lib/Target/AArch64/AArch64RegisterBankInfo.cpp | 6 +-
lib/Target/AArch64/AArch64RegisterBankInfo.h | 29 +-
.../Target/AArch64/AArch64RegisterBanks.td | 15 +-
lib/Target/AArch64/CMakeLists.txt | 1 +
lib/Target/ARM/ARMRegisterBankInfo.cpp | 4 +-
.../Target/GlobalISel/RegisterBank.td | 9 +-
utils/TableGen/CMakeLists.txt | 1 +
utils/TableGen/RegisterBankEmitter.cpp | 309 +++++++++++++++++++++
utils/TableGen/TableGen.cpp | 7 +-
utils/TableGen/TableGenBackends.h | 1 +
18 files changed, 425 insertions(+), 218 deletions(-)
copy tools/llvm-shlib/libllvm.cpp => include/llvm/Target/GlobalISel/RegisterBank.td (61%)
copy bindings/go/llvm/version.go => lib/Target/AArch64/AArch64RegisterBanks.td (50%)
copy tools/llvm-shlib/libllvm.cpp => llvm/Target/GlobalISel/RegisterBank.td (61%)
create mode 100644 utils/TableGen/RegisterBankEmitter.cpp
--
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 libcxxabi.
from ed61102 [cmake] Handle missing LIBUNWIND_* directories gracefully
new 7769ea2 Mark the dynamic-exception tests as unsupported under C++17, [...]
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/libcxxabi/test/config.py | 4 ----
test/unwind_02.pass.cpp | 1 +
test/unwind_03.pass.cpp | 1 +
test/unwind_04.pass.cpp | 1 +
test/unwind_05.pass.cpp | 1 +
5 files changed, 4 insertions(+), 4 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.