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 ad2f648 [Clang-tidy]: Fix modernize-avoid-bind erroneous scope resolution.
new 724b79c [clang-tidy] Fix an assertion failure in cppcoreguidelines-pr [...]
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:
clang-tidy/cppcoreguidelines/ProTypeMemberInitCheck.cpp | 5 +++++
test/clang-tidy/cppcoreguidelines-pro-type-member-init.cpp | 6 ++++++
2 files changed, 11 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 llvm.
from 7b259eb [CostModel][X86] Added tests for sdiv/udiv costs for scalar a [...]
new f7463aa [mips][mcjit] Add the majority of N32 support.
new 2913220 [GVN] Use defaulted members. No functional change.
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:
lib/ExecutionEngine/RuntimeDyld/RuntimeDyldELF.cpp | 42 ++++++++++++++--------
lib/ExecutionEngine/RuntimeDyld/RuntimeDyldELF.h | 9 +++--
lib/ExecutionEngine/RuntimeDyld/RuntimeDyldImpl.h | 2 ++
lib/Transforms/Scalar/GVN.cpp | 13 ++-----
...N64_PIC_relocations.s => ELF_N32_relocations.s} | 42 ++++++++--------------
5 files changed, 53 insertions(+), 55 deletions(-)
copy test/ExecutionEngine/RuntimeDyld/Mips/{ELF_Mips64r2N64_PIC_relocations.s => E [...]
--
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 06d5a16 Do a sweep over move ctors and remove those that are identica [...]
new 7b259eb [CostModel][X86] Added tests for sdiv/udiv costs for scalar a [...]
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/Analysis/CostModel/X86/div.ll | 194 +++++++++++++++++++++++++++++++------
1 file changed, 165 insertions(+), 29 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 compiler-rt.
from d4f13ca [asan] Update test for D25715
new 3c50048 [lsan] [aarch64] Fix printing of pointers in make check tests
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/lsan/TestCases/cleanup_in_tsd_destructor.c | 5 +++--
test/lsan/TestCases/large_allocation_leak.cc | 5 +++--
test/lsan/TestCases/pointer_to_self.cc | 5 +++--
test/lsan/TestCases/stale_stack_leak.cc | 11 ++++++-----
test/lsan/TestCases/use_after_return.cc | 7 ++++---
test/lsan/TestCases/use_globals_initialized.cc | 5 +++--
test/lsan/TestCases/use_globals_uninitialized.cc | 5 +++--
test/lsan/TestCases/use_poisoned_asan.cc | 5 +++--
test/lsan/TestCases/use_registers.cc | 5 +++--
test/lsan/TestCases/use_stacks.cc | 5 +++--
test/lsan/TestCases/use_stacks_threaded.cc | 5 +++--
test/lsan/TestCases/use_tls_dynamic.cc | 5 +++--
test/lsan/TestCases/use_tls_pthread_specific_dynamic.cc | 5 +++--
test/lsan/TestCases/use_tls_pthread_specific_static.cc | 5 +++--
test/lsan/TestCases/use_tls_static.cc | 5 +++--
test/lsan/TestCases/use_unaligned.cc | 5 +++--
16 files changed, 52 insertions(+), 36 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 67dfc6a Prepare shared_ptr for array support
new 92a2a71 loop splitting
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 | 17 +
gcc/Makefile.in | 1 +
gcc/common.opt | 4 +
gcc/doc/invoke.texi | 7 +-
gcc/doc/passes.texi | 6 +
gcc/opts.c | 3 +
gcc/passes.def | 1 +
gcc/testsuite/ChangeLog | 6 +
gcc/testsuite/gcc.dg/loop-split.c | 147 +++++++
gcc/testsuite/gcc.dg/tree-ssa/ifc-10.c | 2 +-
gcc/testsuite/gcc.dg/tree-ssa/ifc-9.c | 2 +-
gcc/timevar.def | 1 +
gcc/tree-pass.h | 1 +
gcc/tree-ssa-loop-manip.h | 2 +
gcc/tree-ssa-loop-split.c | 687 +++++++++++++++++++++++++++++++++
15 files changed, 884 insertions(+), 3 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/loop-split.c
create mode 100644 gcc/tree-ssa-loop-split.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 b4c99dd [DAGCombiner] Add general constant vector support to (srl (sh [...]
new 911bb94 Reapply "Add Chrono.h - std::chrono support header"
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/Support/Chrono.h | 55 ++++++++++++++++++++++++++
include/llvm/Support/TimeValue.h | 11 ++++++
lib/Support/CMakeLists.txt | 1 +
lib/Support/Chrono.cpp | 47 ++++++++++++++++++++++
lib/Support/TimeValue.cpp | 17 ++++----
lib/Support/Unix/TimeValue.inc | 54 -------------------------
lib/Support/Windows/TimeValue.inc | 61 ----------------------------
unittests/Support/CMakeLists.txt | 1 +
unittests/Support/Chrono.cpp | 79 +++++++++++++++++++++++++++++++++++++
unittests/Support/TimeValueTest.cpp | 10 +++++
10 files changed, 212 insertions(+), 124 deletions(-)
create mode 100644 include/llvm/Support/Chrono.h
create mode 100644 lib/Support/Chrono.cpp
delete mode 100644 lib/Support/Unix/TimeValue.inc
delete mode 100644 lib/Support/Windows/TimeValue.inc
create mode 100644 unittests/Support/Chrono.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 newlib.
from e3ccb68 Don't check directories always case-insensitive in rename(2)
new afcde26 Update FAQ answer about setting an early breakpoint
new 9337418 Fix SetThreadName with gdb 7.10 on x86
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:
winsup/cygwin/miscfuncs.cc | 9 ++++++++-
winsup/doc/faq-programming.xml | 17 +++++++++++++----
2 files changed, 21 insertions(+), 5 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 3bc1283 Do the operator= SFINAE in the return type for optional, not [...]
new 67dfc6a Prepare shared_ptr for array support
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 | 57 +++++
libstdc++-v3/include/backward/auto_ptr.h | 4 +-
libstdc++-v3/include/bits/shared_ptr.h | 221 ++++++++++--------
libstdc++-v3/include/bits/shared_ptr_base.h | 255 +++++++++++++--------
.../20_util/shared_ptr/assign/auto_ptr_neg.cc | 2 +-
.../shared_ptr/casts/{1.cc => reinterpret.cc} | 17 +-
.../testsuite/20_util/shared_ptr/cons/auto_ptr.cc | 33 ++-
.../20_util/shared_ptr/cons/unique_ptr.cc | 33 ++-
.../testsuite/20_util/shared_ptr/cons/void_neg.cc | 4 +
9 files changed, 419 insertions(+), 207 deletions(-)
copy libstdc++-v3/testsuite/20_util/shared_ptr/casts/{1.cc => reinterpret.cc} (67%)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.