This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository libcxx.
from 8be2c5d Add tests for LWG2544. We already implement this; just adding [...]
new 2b6c249 Mark issues 2544, 2567, 2569, 2686 and 2694 as ready/done.
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:
www/upcoming_meeting.html | 40 ++++++++++++++++++++--------------------
1 file changed, 20 insertions(+), 20 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 5d0ca9b Fixed windows stdout/stderr redirection in inline asm constra [...]
new 155a6ef [SLPVectorizer][X86] Fixed alignments of scalar loads in sito [...]
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/Transforms/SLPVectorizer/X86/sitofp.ll | 456 ++++++++++++++--------------
test/Transforms/SLPVectorizer/X86/uitofp.ll | 456 ++++++++++++++--------------
2 files changed, 456 insertions(+), 456 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 4f4e33e [Driver] Make -print-libgcc-file-name print compiler-rt lib w [...]
new d1ea6ad Revert r283680.
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/Driver/ToolChains.cpp | 9 --
lib/Headers/CMakeLists.txt | 1 -
lib/Headers/__clang_cuda_complex_builtins.h | 203 ----------------------------
lib/Headers/__clang_cuda_runtime_wrapper.h | 1 -
lib/Headers/cuda_wrappers/algorithm | 96 -------------
lib/Headers/cuda_wrappers/complex | 79 -----------
6 files changed, 389 deletions(-)
delete mode 100644 lib/Headers/__clang_cuda_complex_builtins.h
delete mode 100644 lib/Headers/cuda_wrappers/algorithm
delete mode 100644 lib/Headers/cuda_wrappers/complex
--
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 8a486ce [libcxx] Add the missing limits.h header
new 8be2c5d Add tests for LWG2544. We already implement this; just adding [...]
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:
.../istreambuf.iterator_equal/equal.pass.cpp | 22 ++++++++++++++++++++++
.../istreambuf.iterator_op!=/not_equal.pass.cpp | 22 ++++++++++++++++++++++
.../istreambuf.iterator_op==/equal.pass.cpp | 22 ++++++++++++++++++++++
3 files changed, 66 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 969b385 MIPS64: Adjust cfi* testcases.
new 668df12 bfd/ChangeLog: Add missing PR ld/19908 reference
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 | 1 +
1 file changed, 1 insertion(+)
--
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 binutils-2_27-branch
in repository binutils-gdb.
from 430e533 Automatic date update in version.in
new fc7afe8 [ARM] PR ld/20608 Relocation truncated to fit: R_ARM_THM_JUMP [...]
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/elf32-arm.c | 47 +++++++++++++++++++---
ld/ChangeLog | 12 ++++++
ld/testsuite/ld-arm/arm-elf.exp | 6 +++
.../{farcall-mixed-app.d => farcall-mixed-app2.d} | 25 ++++++++----
.../{farcall-mixed-app.r => farcall-mixed-app2.r} | 0
.../{farcall-mixed-app.s => farcall-mixed-app2.s} | 15 +++++++
.../{mixed-app.sym => farcall-mixed-app2.sym} | 2 +-
8 files changed, 101 insertions(+), 14 deletions(-)
copy ld/testsuite/ld-arm/{farcall-mixed-app.d => farcall-mixed-app2.d} (81%)
copy ld/testsuite/ld-arm/{farcall-mixed-app.r => farcall-mixed-app2.r} (100%)
copy ld/testsuite/ld-arm/{farcall-mixed-app.s => farcall-mixed-app2.s} (77%)
copy ld/testsuite/ld-arm/{mixed-app.sym => farcall-mixed-app2.sym} (92%)
--
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 79a4de8 Revert "[x86][inline-asm][clang] accept 'v' constraint"
new 4f4e33e [Driver] Make -print-libgcc-file-name print compiler-rt lib 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:
docs/CommandGuide/clang.rst | 3 ++-
include/clang/Driver/Options.td | 3 ++-
lib/Driver/Driver.cpp | 10 +++++++++-
test/Driver/montavista-gcc-toolchain.c | 2 +-
test/Driver/print-libgcc-file-name-clangrt.c | 11 +++++++++++
test/Driver/print-libgcc-file-name-libgcc.c | 7 +++++++
test/lit.cfg | 5 +++++
7 files changed, 37 insertions(+), 4 deletions(-)
create mode 100644 test/Driver/print-libgcc-file-name-clangrt.c
create mode 100644 test/Driver/print-libgcc-file-name-libgcc.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 gcc.
from 49ecfd7 Add noexcept to enable_shared_from_this::weak_from_this
new 5d6f9ce PR target/77738 * config/ia64/ia64.md ("doloop_end"): Reject [...]
new 66f7f44 LWG 2733, LWG 2759 reject bool in gcd and lcm
new 348ef3e Define std::allocator<T>::is_always_equal
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 | 18 ++++++++----
gcc/config/ia64/ia64.md | 3 ++
libstdc++-v3/ChangeLog | 12 ++++++++
libstdc++-v3/include/bits/allocator.h | 6 +++-
libstdc++-v3/include/experimental/numeric | 12 +++++---
libstdc++-v3/include/std/numeric | 14 ++++++---
.../20_util/allocator/requirements/typedefs.cc | 3 ++
.../typedefs.cc => 26_numerics/gcd/gcd_neg.cc} | 33 +++++++++++++---------
.../typedefs.cc => 26_numerics/lcm/lcm_neg.cc} | 33 +++++++++++++---------
libstdc++-v3/testsuite/util/testsuite_allocator.h | 1 +
10 files changed, 94 insertions(+), 41 deletions(-)
copy libstdc++-v3/testsuite/{20_util/has_unique_object_representations/requirement [...]
copy libstdc++-v3/testsuite/{20_util/has_unique_object_representations/requirement [...]
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.