This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch gcc-8-branch
in repository gcc.
from 0648f3095f7 PR c++/86767 * constexpr.c (cxx_eval_statement_list): Han [...]
new 5a017877df3 Remove C++2a headers from docs
new defc526d98f PR libstdc++/86597 directory_entry observers should clear e [...]
new 17975fb4113 Prevent internal aligned_alloc clashing with libc version
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:
libstdc++-v3/ChangeLog | 12 +++++
libstdc++-v3/doc/html/manual/index.html | 2 +-
libstdc++-v3/doc/html/manual/using_headers.html | 29 +++-------
libstdc++-v3/doc/xml/manual/using.xml | 62 ----------------------
libstdc++-v3/include/bits/fs_dir.h | 5 +-
libstdc++-v3/libsupc++/new_opa.cc | 30 +++++++----
.../relative.cc => directory_entry/86597.cc} | 44 +++++++++------
7 files changed, 72 insertions(+), 112 deletions(-)
copy libstdc++-v3/testsuite/27_io/filesystem/{operations/relative.cc => directory_ [...]
--
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 15de990f32d [PowerPC] Improve codegen for vector loads using scalar_to_vector
new cf105970b5e [DAG] DAGCombiner::visitSDIVLike - remove unnecessary isCon [...]
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/DAGCombiner.cpp | 5 +----
1 file changed, 1 insertion(+), 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 788e110680 [AST] Check described template at structural equivalence check.
new 5513fa512e Fix -Wdocumentation warnings. NFCI.
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/IdentifierTable.h | 44 +++++++++++++++++------------------
1 file changed, 22 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 gcc-8-branch
in repository gcc.
from 8662cbfc28d Fix docs on C++17 and LFTS headers
new 0648f3095f7 PR c++/86767 * constexpr.c (cxx_eval_statement_list): Han [...]
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/cp/ChangeLog | 8 ++
gcc/cp/constexpr.c | 10 +++
gcc/testsuite/g++.dg/cpp1y/constexpr-86767.C | 119 +++++++++++++++++++++++++++
3 files changed, 137 insertions(+)
create mode 100644 gcc/testsuite/g++.dg/cpp1y/constexpr-86767.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 llvm.
from 2235c76a9bf [CodeGen] emit inline asm clobber list warnings for reserved
new 15de990f32d [PowerPC] Improve codegen for vector loads using scalar_to_vector
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/PowerPC/P9InstrResources.td | 1 +
lib/Target/PowerPC/PPCISelLowering.cpp | 11 -
lib/Target/PowerPC/PPCInstrVSX.td | 91 ++++++-
test/CodeGen/PowerPC/VSX-XForm-Scalars.ll | 61 +++--
test/CodeGen/PowerPC/build-vector-tests.ll | 44 +--
test/CodeGen/PowerPC/load-v4i8-improved.ll | 22 +-
test/CodeGen/PowerPC/power9-moves-and-splats.ll | 246 +++++++++++------
test/CodeGen/PowerPC/qpx-load-splat.ll | 62 +++--
test/CodeGen/PowerPC/scalar_vector_test_1.ll | 292 ++++++++++++++++++++
test/CodeGen/PowerPC/scalar_vector_test_2.ll | 118 ++++++++
test/CodeGen/PowerPC/scalar_vector_test_3.ll | 265 ++++++++++++++++++
test/CodeGen/PowerPC/scalar_vector_test_4.ll | 341 ++++++++++++++++++++++++
test/CodeGen/PowerPC/swaps-le-6.ll | 89 ++++---
test/CodeGen/PowerPC/vsx_insert_extract_le.ll | 123 ++++++---
14 files changed, 1527 insertions(+), 239 deletions(-)
create mode 100644 test/CodeGen/PowerPC/scalar_vector_test_1.ll
create mode 100644 test/CodeGen/PowerPC/scalar_vector_test_2.ll
create mode 100644 test/CodeGen/PowerPC/scalar_vector_test_3.ll
create mode 100644 test/CodeGen/PowerPC/scalar_vector_test_4.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 llvm.
from 5e1abaf015b [RISCV] Add mnemonic alias: move, sbreak and scall.
new 2235c76a9bf [CodeGen] emit inline asm clobber list warnings for reserved
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 | 5 ++
lib/CodeGen/AsmPrinter/AsmPrinterInlineAsm.cpp | 110 ++++++++++++++++++-------
test/CodeGen/AArch64/inline-asm-clobber.ll | 8 ++
test/CodeGen/ARM/inline-asm-clobber.ll | 27 ++++++
test/CodeGen/X86/inline-asm-clobber.ll | 8 ++
5 files changed, 126 insertions(+), 32 deletions(-)
create mode 100644 test/CodeGen/AArch64/inline-asm-clobber.ll
create mode 100644 test/CodeGen/ARM/inline-asm-clobber.ll
create mode 100644 test/CodeGen/X86/inline-asm-clobber.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 release_70
in repository libunwind.
from f19a2b9 Drop 'svn' suffix from the version number.
new d1dee9d Merging r339217: -------------------------------------------- [...]
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:
src/UnwindLevel1-gcc-ext.c | 14 +++++++-------
src/UnwindLevel1.c | 2 +-
2 files changed, 8 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 libunwind.
from 96902e1 [libunwind] Fix pointer-to-integer cast warnings on LLP64.
new fdc081c [libunwind][include] Add SEH declarations to <unwind.h>.
new 1e73cee Remove unneeded preprocessor condition.
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/unwind.h | 21 +++++++++++++++++++--
1 file changed, 19 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 master
in repository binutils-gdb.
from f7309df20c x86: Properly merge GNU_PROPERTY_X86_ISA_1_USED
new f384a1f025 Add support for DW_OP_GNU_variable_value to readelf
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 | 5 +++++
binutils/dwarf.c | 19 +++++++++++++++++++
2 files changed, 24 insertions(+)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.