This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 87c9579cd04 2018-07-05 Fritz Reese <fritzoreese(a)gmail.com>
new 7966d2b92e2 PR libstdc++/58265 implement LWG 2063 for COW strings
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 | 20 ++++++++++++++++++++
libstdc++-v3/include/bits/basic_string.h | 9 +++++----
libstdc++-v3/include/bits/basic_string.tcc | 1 +
.../basic_string/allocator/char/move_assign.cc | 3 +++
.../basic_string/allocator/wchar_t/move_assign.cc | 3 +++
.../cons/char/noexcept_move_construct.cc | 4 ++++
.../cons/wchar_t/noexcept_move_construct.cc | 4 ++++
7 files changed, 40 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 aa316d40ec [X86] Fix some vector cmp builtins - TRUE/FALSE predicates
new feb79d981f Fix __builtin_*_overflow when out-param isn't constexpr
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/AST/ExprConstant.cpp | 3 ++-
test/CodeGenCXX/builtins.cpp | 16 ++++++++++++++++
2 files changed, 18 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 733b6816568 gcc/ChangeLog:
new 87c9579cd04 2018-07-05 Fritz Reese <fritzoreese(a)gmail.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/fortran/ChangeLog | 12 +++++
gcc/fortran/expr.c | 73 ++++++++++++++++++++----------
gcc/testsuite/ChangeLog | 7 +++
gcc/testsuite/gfortran.dg/init_flag_18.f90 | 19 ++++++++
gcc/testsuite/gfortran.dg/init_flag_19.f03 | 36 +++++++++++++++
5 files changed, 122 insertions(+), 25 deletions(-)
create mode 100644 gcc/testsuite/gfortran.dg/init_flag_18.f90
create mode 100644 gcc/testsuite/gfortran.dg/init_flag_19.f03
--
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 fd46678873a [llvm-objdump] Add --archive-headers (-a) option
new a86a3c2c457 [X86][SSE] Add srem x, (1 << c) combine tests
new 37aa5135e52 [Power9] Add lib calls for float128 operations with no equi [...]
new 78a28ad3b83 [llvm-objcopy] Fix timezone dependant tests
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/PowerPC/PPCISelLowering.cpp | 19 ++
test/CodeGen/PowerPC/f128-arith.ll | 147 ++++++++++++-
test/CodeGen/X86/combine-srem.ll | 227 +++++++++++++++++++++
test/tools/llvm-objdump/archive-headers-disas.test | 18 +-
test/tools/llvm-objdump/archive-headers.test | 18 +-
5 files changed, 410 insertions(+), 19 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 a0b1b7f2bce 2018-07-05 François Dumont <fdumont(a)gcc.gnu.org>
new fa8d5450e50 gcc/ChangeLog:
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/ChangeLog | 10 +
gcc/config/rs6000/rs6000-c.c | 4 +-
gcc/testsuite/ChangeLog | 10 +
.../gcc.target/powerpc/altivec-1-runnable.c | 257 +++++++++++++++++++++
.../gcc.target/powerpc/altivec-2-runnable.c | 94 ++++++++
5 files changed, 373 insertions(+), 2 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/powerpc/altivec-1-runnable.c
create mode 100644 gcc/testsuite/gcc.target/powerpc/altivec-2-runnable.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 lld.
from 3cf1002c1 [ELF] - Eliminate dead "if". NFC.
new ca1740f8d [ELF] - Add test case for checking PT_INTERP behavior.
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/ELF/linkerscript/pt-interp.test | 21 +++++++++++++++++++++
1 file changed, 21 insertions(+)
create mode 100644 test/ELF/linkerscript/pt-interp.test
--
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 599b0c065f3 PR tree-optimization/86400 - set<string>::set<char (*)[2]) [...]
new 733b6816568 gcc/ChangeLog:
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/ChangeLog | 7 +
gcc/config/rs6000/rs6000-c.c | 4 +-
gcc/testsuite/ChangeLog | 6 +
.../gcc.target/powerpc/altivec-1-runnable.c | 257 +++++++++++++++++++++
.../gcc.target/powerpc/altivec-2-runnable.c | 94 ++++++++
gcc/testsuite/gcc.target/powerpc/vsx-7.c | 7 +-
6 files changed, 369 insertions(+), 6 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/powerpc/altivec-1-runnable.c
create mode 100644 gcc/testsuite/gcc.target/powerpc/altivec-2-runnable.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 0620684f [NFS] Wipe trailing whitespaces
new 3885cfd1 [clang-move] ClangMoveTests: Remove dots in output paths
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:
unittests/clang-move/ClangMoveTests.cpp | 6 ++++--
1 file changed, 4 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 llvm.
from 1b3251f9f41 [llvm-exegesis] Add uop computation for more X87 instructio [...]
new fd46678873a [llvm-objdump] Add --archive-headers (-a) option
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:
.../llvm-objdump}/Inputs/liblong_filenames.a | Bin
test/tools/llvm-objdump/archive-headers-disas.test | 29 +++++++
test/tools/llvm-objdump/archive-headers.test | 21 +++++
tools/llvm-objdump/MachODump.cpp | 5 --
tools/llvm-objdump/llvm-objdump.cpp | 88 +++++++++++++++++++--
5 files changed, 133 insertions(+), 10 deletions(-)
copy test/{Object => tools/llvm-objdump}/Inputs/liblong_filenames.a (100%)
create mode 100644 test/tools/llvm-objdump/archive-headers-disas.test
create mode 100644 test/tools/llvm-objdump/archive-headers.test
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.