This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch tuliom/float128
in repository glibc.
at 9ebd6a7 Fix typo in manual for iseqsig
This branch includes the following new commits:
new aa29b09 Fix arg used as litteral suffix in tst-strfrom.h
new bcf5866 ldbl-128: Use mathx_hidden_def inplace of hidden_def
new 8037a18 float128: Add _Float128 make bits to libm.
new 190b077 float128: Add wrappers for IEEE functions.
new fa28eed Add support for testing __STDC_WANT_IEC_60559_TYPES_EXT__
new 437fa23 float128: Add public _Float128 declarations to libm.
new 7f5d9b7 Extend __MATH_TG for float128 support
new 7aa578a float128: Expose _Float128 finite math functions.
new 5a4802e float128: Add private _Float128 declarations for libm.
new a13076a float128: Add wrappers to override ldbl-128 as float128.
new cb46646 float128: Extend the power of ten tables
new 8b2a439 ldbl-128: Refactor ldbl2mpn to allow use with float128
new eab076b float128: Add conversion from float128 to mpn
new d020e6a float128: Add strfromf128
new d2a5f20 float128: Add strtof128, wcstof128, and related functions.
new bbbe6bb float128: Add strfromf128, strtof128, and wcstof128 to the manual
new 9040bc4 Replace use of snprintf with strfrom in libm tests
new 8dc308b float128: Add test-{float128,ifloat128,float128-finite}
new b440dff float128: Add exp2f128.
new 2391231 float128: Add SNANF128 macro
new 1957b4c float128: Add totalorderf128 and totalordermagf128
new 9a78293 float128: Add getpayloadf128
new 9b4ee42 float128: Add canonicalizef128
new 4ae8cb6 float128: Add iscanonicalf128
new 207ebf4 float128: Add setpayloadf128
new 5ec1214 float128: Add setpayloadsigf128
new cefb3c9 float128: Add llogbf128
new e43a5f0 float128: Define __builtin_fabsf128 for GCC < 7.0
new 134b851 float128: Protect signbit macro definition with __USE_FLOAT128
new a919fe3 powerpc64le: Create divergent sysdep directory for ppc64le.
new b31e6ea powerpc64le: Require gcc >= 6.2 for powerpc64le
new e3aa246 powerpc64le: Enable float128
new 9ebd6a7 Fix typo in manual for iseqsig
The 33 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 7f4956f Add README describing the intention of test/CodeGen/MIR
new baf9211 Fix LLVM's use of DW_OP_bit_piece in DWARF expressions.
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/AsmPrinter.h | 4 -
lib/CodeGen/AsmPrinter/AsmPrinterDwarf.cpp | 30 -----
lib/CodeGen/AsmPrinter/DwarfCompileUnit.cpp | 20 +++-
lib/CodeGen/AsmPrinter/DwarfDebug.cpp | 46 +++-----
lib/CodeGen/AsmPrinter/DwarfExpression.cpp | 97 +++++++++-------
lib/CodeGen/AsmPrinter/DwarfExpression.h | 40 +++++--
lib/CodeGen/AsmPrinter/DwarfUnit.cpp | 39 +++----
lib/CodeGen/AsmPrinter/DwarfUnit.h | 13 ---
test/DebugInfo/AArch64/frameindices.ll | 4 +-
.../CostModel => DebugInfo/MIR}/ARM/lit.local.cfg | 0
test/DebugInfo/MIR/ARM/split-superreg-piece.mir | 125 +++++++++++++++++++++
test/DebugInfo/MIR/ARM/split-superreg.mir | 125 +++++++++++++++++++++
test/DebugInfo/MIR/X86/bit-piece-dh.mir | 102 +++++++++++++++++
test/DebugInfo/X86/PR26148.ll | 4 +-
test/DebugInfo/X86/dw_op_minus_direct.ll | 48 ++++++++
15 files changed, 533 insertions(+), 164 deletions(-)
copy test/{Analysis/CostModel => DebugInfo/MIR}/ARM/lit.local.cfg (100%)
create mode 100644 test/DebugInfo/MIR/ARM/split-superreg-piece.mir
create mode 100644 test/DebugInfo/MIR/ARM/split-superreg.mir
create mode 100644 test/DebugInfo/MIR/X86/bit-piece-dh.mir
create mode 100644 test/DebugInfo/X86/dw_op_minus_direct.ll
--
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 test-suite.
from 52adbd5 Fix LIT test-suite breakage caused by r288694
new 90a6750 utils/tdiff.py: Fix some bugs/improve performance for large targets
new 9a336fd utils/compare.py: Fix problems when not showing the diff column
new a817004 Add a CTMark directory
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:
CMakeLists.txt | 4 +++-
CTMark/7zip | 1 +
CTMark/Bullet | 1 +
CTMark/CMakeLists.txt | 10 ++++++++++
CTMark/ClamAV | 1 +
CTMark/README.md | 13 +++++++++++++
CTMark/SPASS | 1 +
CTMark/consumer-typeset | 1 +
CTMark/kimwitu++ | 1 +
CTMark/lencod | 1 +
CTMark/mafft | 1 +
CTMark/sqlite3 | 1 +
CTMark/tramp3d-v4 | 1 +
utils/compare.py | 28 +++++++++++++++-------------
utils/tdiff.py | 28 ++++++++++++++++++++++------
15 files changed, 73 insertions(+), 20 deletions(-)
create mode 120000 CTMark/7zip
create mode 120000 CTMark/Bullet
create mode 100644 CTMark/CMakeLists.txt
create mode 120000 CTMark/ClamAV
create mode 100644 CTMark/README.md
create mode 120000 CTMark/SPASS
create mode 120000 CTMark/consumer-typeset
create mode 120000 CTMark/kimwitu++
create mode 120000 CTMark/lencod
create mode 120000 CTMark/mafft
create mode 120000 CTMark/sqlite3
create mode 120000 CTMark/tramp3d-v4
--
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 402e47a AMDGPU/SI: Remove XNACK feature from CI
new 7f4956f Add README describing the intention of test/CodeGen/MIR
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/CodeGen/MIR/README | 7 +++++++
1 file changed, 7 insertions(+)
create mode 100644 test/CodeGen/MIR/README
--
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 2fe522f Update doc version to 4.0
new aa1d62b [libcxx] [test] Add LIBCPP_ASSERT_NOEXCEPT/LIBCPP_ASSERT_NOT_ [...]
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:
.../tuple/tuple.tuple/tuple.apply/apply.pass.cpp | 5 ++---
.../tuple.tuple/tuple.apply/make_from_tuple.pass.cpp | 8 ++++----
test/support/test_macros.h | 16 ++++++++++------
3 files changed, 16 insertions(+), 13 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 6d34050 gcc/testsuite/ChangeLog:
new c565e66 Add missing part of entry.
new 8ad677c 2016-12-09 Bill Schmidt <wschmidt(a)linux.vnet.ibm.com>
new 2f757f2 2016-12-09 Bill Schmidt <wschmidt(a)linux.vnet.ibm.com>
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:
gcc/ChangeLog | 9 +++++++++
.../{sparc/sparc-passes.def => rs6000/rs6000-passes.def} | 4 ++--
gcc/config/rs6000/rs6000-protos.h | 7 +++++++
gcc/config/rs6000/rs6000.c | 14 +++++---------
gcc/config/rs6000/t-rs6000 | 1 +
gcc/testsuite/ChangeLog | 6 ++++++
gcc/testsuite/gcc.target/powerpc/fold-vec-add-7.c | 1 +
7 files changed, 31 insertions(+), 11 deletions(-)
copy gcc/config/{sparc/sparc-passes.def => rs6000/rs6000-passes.def} (88%)
--
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 df156ba Remove /Zc:sizedDealloc- from the MSVC build
new ee082f5 AMDGPU/SI: Allow using SGPRs 96-101 on VI
new 36d5f19 AMDGPU/SI: Don't reserve FLAT_SCR on non-HSA targets & withou [...]
new 29e2dd8 AMDGPU/SI: Don't reserve XNACK when it's disabled
new 402e47a AMDGPU/SI: Remove XNACK feature from CI
The 4 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/AMDGPU.td | 10 +++-
lib/Target/AMDGPU/AMDGPUAsmPrinter.cpp | 50 +++++++++++++-----
lib/Target/AMDGPU/GCNSchedStrategy.cpp | 2 +-
lib/Target/AMDGPU/SIRegisterInfo.cpp | 33 ++++++++----
lib/Target/AMDGPU/SIRegisterInfo.h | 7 ++-
.../AMDGPU/attr-amdgpu-flat-work-group-size.ll | 4 +-
test/CodeGen/AMDGPU/attr-amdgpu-num-sgpr.ll | 24 ++++-----
test/CodeGen/AMDGPU/attr-amdgpu-waves-per-eu.ll | 4 +-
test/CodeGen/AMDGPU/exceed-max-sgprs.ll | 4 +-
test/CodeGen/AMDGPU/flat-scratch-reg.ll | 59 ++++++++++++++--------
test/CodeGen/AMDGPU/si-spill-sgpr-stack.ll | 13 ++---
test/CodeGen/AMDGPU/spill-m0.ll | 15 +++---
12 files changed, 143 insertions(+), 82 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 9100cdf Add tests for a couple more DRs.
new 35f3b49 Improve error message when referencing a non-tag type with a tag
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/DiagnosticSemaKinds.td | 11 ++++++++---
include/clang/Sema/Sema.h | 7 +++++--
lib/Sema/SemaDecl.cpp | 22 +++++++++++++++++-----
lib/Sema/SemaTemplate.cpp | 7 ++++---
lib/Sema/TreeTransform.h | 8 +++++---
.../basic/basic.lookup/basic.lookup.elab/p2.cpp | 4 ++--
.../dcl.spec/dcl.type/dcl.type.elab/p2-0x.cpp | 6 +++---
test/CXX/drs/dr2xx.cpp | 6 +++---
test/CXX/drs/dr4xx.cpp | 2 +-
test/CXX/temp/temp.decls/temp.friend/p1.cpp | 2 +-
test/CXX/temp/temp.spec/no-body.cpp | 2 +-
test/SemaCXX/PR8755.cpp | 2 +-
test/SemaCXX/using-decl-templates.cpp | 2 +-
test/SemaTemplate/template-id-expr.cpp | 2 +-
14 files changed, 53 insertions(+), 30 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 e96b53b cxx_dr_status: update to latest issue list and add a couple m [...]
new 9100cdf Add tests for a couple more DRs.
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/CXX/drs/dr0xx.cpp | 2 +-
test/CXX/drs/dr118.cpp | 26 ++++++++++++++++++++++++++
test/CXX/drs/dr158.cpp | 27 +++++++++++++++++++++++++++
test/CXX/drs/dr1xx.cpp | 6 +++---
www/cxx_dr_status.html | 8 ++++----
www/make_cxx_dr_status | 3 +++
6 files changed, 64 insertions(+), 8 deletions(-)
create mode 100644 test/CXX/drs/dr118.cpp
create mode 100644 test/CXX/drs/dr158.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 824e9f2 rs6000: clz/ctz/ffs improvement (PR78683)
new 2b15115 PR target/72742 * config/rs6000/rs6000.md (*and<mode>3_imm_ [...]
new 6d34050 gcc/testsuite/ChangeLog:
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 | 13 +++++
gcc/config/rs6000/rs6000.md | 6 +-
gcc/ipa-cp.c | 2 +-
gcc/testsuite/ChangeLog | 10 ++++
gcc/testsuite/gcc.c-torture/compile/pr72742.c | 79 +++++++++++++++++++++++++++
gcc/testsuite/gcc.dg/pr78721.c | 23 ++++++++
6 files changed, 130 insertions(+), 3 deletions(-)
create mode 100644 gcc/testsuite/gcc.c-torture/compile/pr72742.c
create mode 100644 gcc/testsuite/gcc.dg/pr78721.c
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.