This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch release_39
in repository llvm.
from 738de9c Merging r277093: -------------------------------------------- [...]
new 3e3f160 Merging r278573 (and r277399, r278157, r278569):
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/ADT/GraphTraits.h | 15 +++--
include/llvm/ADT/SCCIterator.h | 37 ++++++------
include/llvm/ADT/STLExtras.h | 92 +++++++++++++++++++++++++++++
include/llvm/ADT/iterator.h | 19 +++---
include/llvm/Analysis/CallGraph.h | 2 +
include/llvm/CodeGen/MachineBasicBlock.h | 4 ++
include/llvm/IR/CFG.h | 4 ++
lib/Analysis/BlockFrequencyInfoImpl.cpp | 1 +
lib/Transforms/IPO/FunctionAttrs.cpp | 1 +
lib/Transforms/Vectorize/LoopVectorize.cpp | 93 ++++++++++++++++++++++++++++--
test/Transforms/LoopVectorize/pr28541.ll | 71 +++++++++++++++++++++++
unittests/ADT/SCCIteratorTest.cpp | 1 +
unittests/Support/IteratorTest.cpp | 87 ++++++++++++++++++++++++++++
13 files changed, 387 insertions(+), 40 deletions(-)
create mode 100644 test/Transforms/LoopVectorize/pr28541.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 5154970 Revert "[SimplifyCFG] Rewrite SinkThenElseCodeToEnd"
new 8f1b18b AMDGPU: Don't fold subregister extracts into tied operands
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/AMDGPU/SIFoldOperands.cpp | 18 +++++++++++++++---
test/CodeGen/AMDGPU/operand-folding.ll | 15 +++++++++++++++
2 files changed, 30 insertions(+), 3 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 4e2d3fa Implement LWG 2744 and LWG 2754. * include/std/any (any(Val [...]
new 532322d lra: A multiple_sets is not a simple_move_p (PR73650)
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 | 6 ++++++
gcc/lra-constraints.c | 7 +++++++
2 files changed, 13 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 newlib.
from baf0c9f Fold documentation of is*_l funcs into documentation of non-l [...]
new 5ef60b7 Add documentation for duplocale, freelocale, newlocale, and u [...]
new 238455a Implement strto[dflu]_l/wcsto[dflu]_l
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:
newlib/libc/include/stdlib.h | 19 +++++
newlib/libc/include/wchar.h | 13 +++
newlib/libc/locale/Makefile.am | 7 +-
newlib/libc/locale/Makefile.in | 7 +-
newlib/libc/locale/duplocale.c | 36 +++++++++
newlib/libc/locale/freelocale.c | 34 ++++++++
newlib/libc/locale/newlocale.c | 75 ++++++++++++++++++
newlib/libc/locale/setlocale.h | 3 +
newlib/libc/locale/uselocale.c | 52 ++++++++++++
newlib/libc/stdlib/gdtoa-gethex.c | 13 +--
newlib/libc/stdlib/mprec.h | 12 ++-
newlib/libc/stdlib/strtod.c | 110 +++++++++++++++++++------
newlib/libc/stdlib/strtodg.c | 89 ++++++---------------
newlib/libc/stdlib/strtol.c | 75 ++++++++++++------
newlib/libc/stdlib/strtold.c | 28 ++++++-
newlib/libc/stdlib/strtoll.c | 137 +++++++++++++++++++++++++++++---
newlib/libc/stdlib/strtoll_r.c | 141 +--------------------------------
newlib/libc/stdlib/strtorx.c | 7 +-
newlib/libc/stdlib/strtoul.c | 74 +++++++++++------
newlib/libc/stdlib/strtoull.c | 117 ++++++++++++++++++++++++---
newlib/libc/stdlib/strtoull_r.c | 121 +---------------------------
newlib/libc/stdlib/wcsnrtombs.c | 28 ++++---
newlib/libc/stdlib/wcstod.c | 110 +++++++++++++++++++------
newlib/libc/stdlib/wcstol.c | 73 ++++++++++++-----
newlib/libc/stdlib/wcstold.c | 28 +++++--
newlib/libc/stdlib/wcstoll.c | 137 +++++++++++++++++++++++++++++---
newlib/libc/stdlib/wcstoll_r.c | 141 +--------------------------------
newlib/libc/stdlib/wcstoul.c | 68 +++++++++++-----
newlib/libc/stdlib/wcstoull.c | 131 +++++++++++++++++++++++++++---
newlib/libc/stdlib/wcstoull_r.c | 131 +-----------------------------
winsup/cygwin/common.din | 14 ++++
winsup/cygwin/include/cygwin/version.h | 5 +-
winsup/doc/posix.xml | 22 ++++-
33 files changed, 1244 insertions(+), 814 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 9364829 [AMDGPU] fix failure on printing of non-existing instruction [...]
new 5154970 Revert "[SimplifyCFG] Rewrite SinkThenElseCodeToEnd"
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/Transforms/Utils/SimplifyCFG.cpp | 357 +++++++++------------
test/CodeGen/ARM/avoid-cpsr-rmw.ll | 2 +-
.../ARM/single-constant-use-preserves-dbgloc.ll | 3 +-
test/Transforms/SimplifyCFG/AArch64/prefer-fma.ll | 3 +-
test/Transforms/SimplifyCFG/sink-common-code.ll | 177 ----------
5 files changed, 153 insertions(+), 389 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 3fbf3a0 Add compiler-rt side test for no_sanitize("cfi") attribute
new bd05f73 [mips] XFAIL mips64el tests that fail on clang-cmake-mipsel
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/msan/Linux/obstack.cc | 2 +-
test/msan/Linux/syscalls.cc | 2 ++
test/msan/Linux/syscalls_sigaction.cc | 2 ++
test/msan/Linux/tcgetattr.cc | 2 ++
test/msan/Linux/xattr.cc | 2 ++
test/msan/allocator_mapping.cc | 2 +-
test/msan/allocator_returns_null.cc | 2 ++
test/msan/backtrace.cc | 2 ++
test/msan/c-strdup.c | 2 ++
test/msan/chained_origin.cc | 2 +-
test/msan/chained_origin_empty_stack.cc | 2 ++
test/msan/chained_origin_limits.cc | 2 ++
test/msan/chained_origin_memcpy.cc | 2 +-
test/msan/chained_origin_with_signals.cc | 2 ++
test/msan/check_mem_is_initialized.cc | 2 ++
test/msan/coverage-levels.cc | 4 +++-
test/msan/ctermid.cc | 2 ++
test/msan/cxa_atexit.cc | 2 ++
test/msan/death-callback.cc | 2 ++
test/msan/dlerror.cc | 2 ++
20 files changed, 37 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 glibc.
from 89b7dd2 locales: et_EE: locale has wrong {p,n}_cs_precedes value [BZ #20459]
new 9e2ff6c arm: mark __startcontext as .cantunwind (bug 20435)
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:
ChangeLog | 6 ++++++
sysdeps/unix/sysv/linux/arm/setcontext.S | 7 +++++++
2 files changed, 13 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 gcc.
from 6ce66d3 * c-ada-spec.c (dump_number): New function. (handle_escape_ [...]
new 4e2d3fa Implement LWG 2744 and LWG 2754. * include/std/any (any(Val [...]
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 | 19 ++++++++++++++++
libstdc++-v3/include/std/any | 25 +++++++++++++---------
libstdc++-v3/include/std/utility | 15 ++++++++++++-
.../testsuite/20_util/any/assign/emplace.cc | 13 +++++++++++
.../testsuite/20_util/any/cons/in_place.cc | 8 +++++++
.../testsuite/20_util/any/misc/any_cast_neg.cc | 2 +-
libstdc++-v3/testsuite/20_util/any/requirements.cc | 8 +++++++
7 files changed, 78 insertions(+), 12 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 lldb.
from af45600 Fix a race in Broadcaster/Listener interaction
new 51ded59 Fix expression evaluation with operator new
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/lldb/Symbol/ClangASTContext.h | 8 +-
.../cpp/global_operators/TestCppGlobalOperators.py | 32 +-
.../test/lang/cpp/global_operators/main.cpp | 26 ++
.../Clang/ClangExpressionDeclMap.cpp | 7 +-
source/Symbol/ClangASTContext.cpp | 518 +++++++++++----------
5 files changed, 342 insertions(+), 249 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 3192546 [GDB] Fix builds broken by proc-service changes.
new 5357150 sim: unify symbol table handling
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:
sim/aarch64/ChangeLog | 19 +++++++++++
sim/aarch64/interp.c | 38 +++++++--------------
sim/aarch64/memory.c | 7 ++--
sim/aarch64/memory.h | 3 --
sim/aarch64/simulator.c | 6 ++--
sim/aarch64/simulator.h | 3 +-
sim/common/ChangeLog | 12 +++++++
sim/common/sim-base.h | 4 +++
sim/common/sim-trace.c | 89 ++++++++++++++++++++++++++++++++++---------------
sim/common/sim-trace.h | 4 +++
sim/lm32/ChangeLog | 6 ++++
sim/lm32/sim-if.c | 24 ++++---------
sim/m68hc11/ChangeLog | 6 ++++
sim/m68hc11/interp.c | 49 +++++++--------------------
sim/msp430/ChangeLog | 10 ++++++
sim/msp430/msp430-sim.c | 46 ++-----------------------
sim/msp430/sim-main.h | 8 -----
17 files changed, 164 insertions(+), 170 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.