This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository lldb.
from af5a028a3 Fix NetBSD build for llvm r322475
new 729dc47a3 One more attempt to fix NetBSD build
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:
source/Plugins/Process/NetBSD/NativeProcessNetBSD.cpp | 2 +-
1 file changed, 1 insertion(+), 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 binutils-gdb.
from 801728126e Automatic date update in version.in
new dbfa452355 Fix gdb.texinfo for old makeinfo (again)
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:
gdb/doc/ChangeLog | 5 +++++
gdb/doc/gdb.texinfo | 7 +++----
2 files changed, 8 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 gcc-7-branch
in repository gcc.
from fac9a54a753 Move ChangeLog entries to gcc/ChangeLog
new 839ca2d6915 i386: More use reference of struct ix86_frame to avoid copy
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/i386/i386.c | 6 ++----
2 files changed, 9 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 lldb.
from eff0e92fe Fix HostInfoBase::ComputeSharedLibraryDirectory comment
new af5a028a3 Fix NetBSD build for llvm r322475
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:
source/Plugins/Process/NetBSD/NativeProcessNetBSD.cpp | 6 +++---
1 file changed, 3 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 gcc-7-branch
in repository gcc.
from 2a1f3dd7160 Daily bump.
new 11a3b903493 i386: Move struct ix86_frame to machine_function
new 18202ba32cb i386: Use reference of struct ix86_frame to avoid copy
new fac9a54a753 Move ChangeLog entries to gcc/ChangeLog
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 | 23 ++++++++++++++++
gcc/config/i386/i386.c | 71 +++++++++-----------------------------------------
gcc/config/i386/i386.h | 53 ++++++++++++++++++++++++++++++++++++-
3 files changed, 88 insertions(+), 59 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 bcb5e350f5f PR c/83801 PR c/83729 * gcc.target/avr/torture/pr83729.c [...]
new e2d48c4c4db Correct earlier ChangeLog entry
new d4f6ff2aedc PR libstdc++/80276 fix template argument handling in type printers
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:
libstdc++-v3/ChangeLog | 25 +-
libstdc++-v3/python/libstdcxx/v6/printers.py | 370 ++++++++++++---------
.../testsuite/libstdc++-prettyprinters/80276.cc | 58 ++++
.../testsuite/libstdc++-prettyprinters/whatis.cc | 17 +-
.../{whatis.cc => whatis2.cc} | 183 +++++-----
5 files changed, 389 insertions(+), 264 deletions(-)
create mode 100644 libstdc++-v3/testsuite/libstdc++-prettyprinters/80276.cc
copy libstdc++-v3/testsuite/libstdc++-prettyprinters/{whatis.cc => whatis2.cc} (66%)
--
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 6f0bf733f3b Revert "[DAG] Elide overlapping stores"
new c471cfcc0c6 [Support] Remove MemoryBuffer::getNewMemBuffer
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/MemoryBuffer.h | 5 -----
lib/Support/MemoryBuffer.cpp | 5 -----
2 files changed, 10 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 72491738573 [X86][AVX512F_512]: Adding full coverage of MC encoding for [...]
new 9bfe6e5ae2d [LV] Don't call recordVectorLoopValueForInductionCast for n [...]
new 6f0bf733f3b Revert "[DAG] Elide overlapping stores"
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/CodeGen/SelectionDAG/DAGCombiner.cpp | 41 ++++++++++-----------
lib/Transforms/Vectorize/LoopVectorize.cpp | 9 +++--
test/CodeGen/AArch64/ldst-paired-aliasing.ll | 5 +--
test/Transforms/LoopVectorize/pr35773.ll | 53 ++++++++++++++++++++++++++++
4 files changed, 84 insertions(+), 24 deletions(-)
create mode 100644 test/Transforms/LoopVectorize/pr35773.ll
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.