This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from c0222867301 Revert "[ExpandMemCmp] Split ExpandMemCmp from CodeGen into [...]
new 2880b72d32a [RS4GC] Strip off invariant.start because memory locations [...]
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/Scalar/RewriteStatepointsForGC.cpp | 48 ++++++++++++++++----
.../drop-invalid-metadata.ll | 53 ++++++++++++++++++++++
2 files changed, 92 insertions(+), 9 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 f08c3d1d13d [ExpandMemCmp] Split ExpandMemCmp from CodeGen into its own pass.
new c0222867301 Revert "[ExpandMemCmp] Split ExpandMemCmp from CodeGen into [...]
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/InitializePasses.h | 1 -
include/llvm/LinkAllPasses.h | 1 -
include/llvm/Transforms/Scalar.h | 8 +-
lib/CodeGen/CodeGenPrepare.cpp | 710 ++++++++++++++++++
lib/CodeGen/TargetPassConfig.cpp | 10 +-
lib/Transforms/Scalar/CMakeLists.txt | 1 -
lib/Transforms/Scalar/ExpandMemCmp.cpp | 828 ---------------------
lib/Transforms/Scalar/Scalar.cpp | 1 -
test/CodeGen/Generic/llc-start-stop.ll | 6 +-
test/CodeGen/X86/memcmp-optsize.ll | 224 +++---
test/CodeGen/X86/memcmp.ll | 240 +++---
.../{ExpandMemCmp => CodeGenPrepare}/X86/memcmp.ll | 519 +++++++------
test/Transforms/ExpandMemCmp/X86/lit.local.cfg | 3 -
13 files changed, 1200 insertions(+), 1352 deletions(-)
delete mode 100644 lib/Transforms/Scalar/ExpandMemCmp.cpp
rename test/Transforms/{ExpandMemCmp => CodeGenPrepare}/X86/memcmp.ll (56%)
delete mode 100644 test/Transforms/ExpandMemCmp/X86/lit.local.cfg
--
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 svn-tags/RELEASE_501
in repository openmp.
at bb63762 Creating release candidate rc1 from release_501 branch
This branch includes the following new commits:
new 33cce9a Creating release directory for release_501.
new bb63762 Creating release candidate rc1 from release_501 branch
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.
--
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 openmp.
from 8f8a4cd [OpenMP] Fix race condition in omp_init_lock
new f0ce92e [libomptarget] Remove stale omp handle
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:
libomptarget/src/omptarget.cpp | 3 ---
1 file changed, 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 binutils-gdb.
from 6c5218dfdb Remove regcache_descr fields sizeof_raw_register_status and [...]
new 2e1b49b32a Remove code wrapped by "#if 0"
new 4e888c281c New method regcache::assert_regnum
new d999647bc4 Remove regcache_descr::nr_raw_registers
new a01bda5221 s/get_regcache_aspace (regcache)/regcache->aspace ()/g
new 8b86c95921 const-fy regcache::m_aspace
new 6c6e9412e9 const-fy regcache::m_readonly_p
new f26ae15b47 Construct readonly regcache without address space
The 7 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/ChangeLog | 95 ++++++++++++++++++++++++++++++++++++++++++++++++++++
gdb/breakpoint.c | 2 +-
gdb/darwin-nat.c | 2 +-
gdb/frame.c | 9 +++--
gdb/frame.h | 4 ++-
gdb/infrun.c | 46 ++++++++++++-------------
gdb/jit.c | 4 +--
gdb/linux-nat.c | 8 ++---
gdb/mips-tdep.c | 5 +--
gdb/ppc-linux-tdep.c | 5 ++-
gdb/record-full.c | 7 ++--
gdb/regcache.c | 85 ++++++++++++++++++++--------------------------
gdb/regcache.h | 22 ++++++------
13 files changed, 187 insertions(+), 107 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 268ee103137 Move testsuite entries to proper file
new bb0142e0a08 Define MALLOC_ABI_ALIGNMENT
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 | 4 ++++
gcc/config/aarch64/aarch64.h | 3 +++
2 files changed, 7 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 a223e909914 [X86] Fix bug in legalize vector types - Split large loads
new f08c3d1d13d [ExpandMemCmp] Split ExpandMemCmp from CodeGen into its own pass.
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/InitializePasses.h | 1 +
include/llvm/LinkAllPasses.h | 1 +
include/llvm/Transforms/Scalar.h | 8 +-
lib/CodeGen/CodeGenPrepare.cpp | 710 ------------------
lib/CodeGen/TargetPassConfig.cpp | 10 +-
lib/Transforms/Scalar/CMakeLists.txt | 1 +
lib/Transforms/Scalar/ExpandMemCmp.cpp | 828 +++++++++++++++++++++
lib/Transforms/Scalar/Scalar.cpp | 1 +
test/CodeGen/Generic/llc-start-stop.ll | 6 +-
test/CodeGen/X86/memcmp-optsize.ll | 224 +++---
test/CodeGen/X86/memcmp.ll | 240 +++---
.../ExpandMemCmp}/X86/lit.local.cfg | 0
.../{CodeGenPrepare => ExpandMemCmp}/X86/memcmp.ll | 519 ++++++-------
13 files changed, 1349 insertions(+), 1200 deletions(-)
create mode 100644 lib/Transforms/Scalar/ExpandMemCmp.cpp
copy test/{Analysis/CostModel => Transforms/ExpandMemCmp}/X86/lit.local.cfg (100%)
rename test/Transforms/{CodeGenPrepare => ExpandMemCmp}/X86/memcmp.ll (56%)
--
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 e3853bfec Mark Endian as 'in progress'
new 79078a328 Mark tests as unsupported in C++98 as well
new 2e390822e Change a bunch of comments from C++1z to C++17. NFC
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:
test/libcxx/selftest/test_macros.pass.cpp | 2 +-
.../depr.member.pointer.adaptors/const_mem_fun.cxx1z.fail.cpp | 2 +-
.../depr.member.pointer.adaptors/const_mem_fun1.cxx1z.fail.cpp | 2 +-
.../depr.member.pointer.adaptors/const_mem_fun1_ref_t.cxx1z.fail.cpp | 2 +-
.../depr.member.pointer.adaptors/const_mem_fun1_t.cxx1z.fail.cpp | 2 +-
.../depr.member.pointer.adaptors/const_mem_fun_ref.cxx1z.fail.cpp | 2 +-
.../depr.member.pointer.adaptors/const_mem_fun_ref1.cxx1z.fail.cpp | 2 +-
.../depr.member.pointer.adaptors/const_mem_fun_ref_t.cxx1z.fail.cpp | 2 +-
.../depr.member.pointer.adaptors/const_mem_fun_t.cxx1z.fail.cpp | 2 +-
.../depr.adaptors/depr.member.pointer.adaptors/mem_fun.cxx1z.fail.cpp | 2 +-
.../depr.adaptors/depr.member.pointer.adaptors/mem_fun1.cxx1z.fail.cpp | 2 +-
.../depr.member.pointer.adaptors/mem_fun1_ref_t.cxx1z.fail.cpp | 2 +-
.../depr.member.pointer.adaptors/mem_fun1_t.cxx1z.fail.cpp | 2 +-
.../depr.member.pointer.adaptors/mem_fun_ref.cxx1z.fail.cpp | 2 +-
.../depr.member.pointer.adaptors/mem_fun_ref1.cxx1z.fail.cpp | 2 +-
.../depr.member.pointer.adaptors/mem_fun_ref_t.cxx1z.fail.cpp | 2 +-
.../depr.adaptors/depr.member.pointer.adaptors/mem_fun_t.cxx1z.fail.cpp | 2 +-
test/std/re/re.alg/re.alg.match/exponential.pass.cpp | 2 +-
test/std/re/re.alg/re.alg.search/exponential.pass.cpp | 2 +-
19 files changed, 19 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 master
in repository binutils-gdb.
from 852735806a [ARM] Help wince objdump on coproc tests
new 6c5218dfdb Remove regcache_descr fields sizeof_raw_register_status and [...]
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/ChangeLog | 10 ++++++++++
gdb/regcache.c | 13 ++++---------
2 files changed, 14 insertions(+), 9 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 0d5158a4838 Re: [PATCH] fix fdump-lang-raw ICE
new ac03d822d08 * gimple-ssa-sprintf.c (sprintf_dom_walker): Remove virtu [...]
new 268ee103137 Move testsuite entries to proper file
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:
gcc/ChangeLog | 21 +++++++++------------
gcc/gimple-ssa-sprintf.c | 2 +-
gcc/testsuite/ChangeLog | 9 +++++++++
gcc/tree-ssa-propagate.h | 12 ++++++++----
4 files changed, 27 insertions(+), 17 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.