This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 644ae71 Add some facilities to work with a git monorepo (experimental setup)
new ad83aca Revert "Add some facilities to work with a git monorepo (expe [...]
new b54369e [X86] Fix test checks script to handle run lines with no pipe checks
new cfce1b9 [MemCpyOpt] Don't emit IR in an unspecified order
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:
CMakeLists.txt | 19 --
docs/GettingStarted.rst | 54 ----
lib/Transforms/Scalar/MemCpyOptimizer.cpp | 8 +-
.../MemCpyOpt/memset-memcpy-redundant-memset.ll | 56 ++--
utils/git-svn/git-llvm | 296 ---------------------
utils/update_llc_test_checks.py | 6 +-
6 files changed, 37 insertions(+), 402 deletions(-)
delete mode 100755 utils/git-svn/git-llvm
--
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 libcxxabi.
from d312aca Add some facilities to work with a git monorepo (experimental setup)
new cd40f25 Revert "Add some facilities to work with a git monorepo (expe [...]
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:
CMakeLists.txt | 2 --
1 file changed, 2 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 72dab34 AMDGPU: Try to fix (non-clang?) bot builds
new 644ae71 Add some facilities to work with a git monorepo (experimental setup)
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:
CMakeLists.txt | 19 ++++
docs/GettingStarted.rst | 54 +++++++++
utils/git-svn/git-llvm | 296 ++++++++++++++++++++++++++++++++++++++++++++++++
3 files changed, 369 insertions(+)
create mode 100755 utils/git-svn/git-llvm
--
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 libcxxabi.
from c320e4c [p0012] Implement ABI support for throwing a noexcept functio [...]
new d312aca Add some facilities to work with a git monorepo (experimental setup)
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:
CMakeLists.txt | 2 ++
1 file changed, 2 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 4a9eb7e 2016-11-07 Prathamesh Kulkarni <prathamesh.kulkarni(a)linaro.org>
new dfeedc5 PR target/78227 * config/i386/i386.c (ix86_expand_sse_cmp): [...]
new 3d35f72 PR target/77834 * dse.c (dse_step5): Call scan_reads even i [...]
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 | 10 ++++++++++
gcc/config/i386/i386.c | 1 +
gcc/dse.c | 17 ++++++++++++-----
gcc/testsuite/ChangeLog | 6 ++++++
gcc/testsuite/gcc.target/i386/pr78227-1.c | 30 ++++++++++++++++++++++++++++++
gcc/testsuite/gcc.target/i386/pr78227-2.c | 30 ++++++++++++++++++++++++++++++
6 files changed, 89 insertions(+), 5 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/i386/pr78227-1.c
create mode 100644 gcc/testsuite/gcc.target/i386/pr78227-2.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 clang.
from 8bfac04 [www] Update the link to the 'include what you use' project
new f874c07 Fix use-of-temporary with StringRef in code coverage
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/CodeGen/CoverageMappingGen.cpp | 9 +++++++--
1 file changed, 7 insertions(+), 2 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 bb99ba6 * emit-rtl.c (emit_copy_of_insn_after): Duplicate notes in o [...]
new 4a9eb7e 2016-11-07 Prathamesh Kulkarni <prathamesh.kulkarni(a)linaro.org>
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/match.pd | 12 ++++++++++++
gcc/testsuite/ChangeLog | 6 ++++++
gcc/testsuite/gcc.dg/pr35691-1.c | 12 ++++++++++++
gcc/testsuite/gcc.dg/pr35691-2.c | 12 ++++++++++++
5 files changed, 49 insertions(+)
create mode 100644 gcc/testsuite/gcc.dg/pr35691-1.c
create mode 100644 gcc/testsuite/gcc.dg/pr35691-2.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 gcc-6-branch
in repository gcc.
from 4f0e553 2016-11-07 Thomas Koenig <tkoenig(a)gcc.gnu.org>
new 1a8c536 PR libgcc/78064: Add missing include directive to unwind-c.c
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:
libgcc/ChangeLog | 8 ++++++++
libgcc/unwind-c.c | 1 +
2 files changed, 9 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 9075517 PR rtl-optimization/77309 * combine.c (make_compound_operat [...]
new bb99ba6 * emit-rtl.c (emit_copy_of_insn_after): Duplicate notes in o [...]
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 | 5 +++++
gcc/emit-rtl.c | 12 +++++++-----
gcc/rtl.h | 1 +
gcc/rtlanal.c | 14 ++++++++++++++
gcc/sel-sched-ir.c | 12 +++++++-----
5 files changed, 34 insertions(+), 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 bbc0561 Add -O0 support for @llvm.invariant.group.barrier by discardi [...]
new 72dab34 AMDGPU: Try to fix (non-clang?) bot builds
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/SIRegisterInfo.cpp | 20 ++++++++++----------
1 file changed, 10 insertions(+), 10 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.