This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository clang.
from a8f1bd6 Add address space 258 (X86 SS segment) to clang documentation [...]
new f2899fa [scan-build] fix dead store warnings emitted on clang code base
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:
tools/c-index-test/c-index-test.c | 4 ++--
1 file changed, 2 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 llvm.
from cc5bcb5 PM: Port LoopSimplifyCFG to the new pass manager
new 07935f9 [X86][XOP] Add placeholder VPERMIL2 combining tests
new 0b059c1 PM: Port LoopRotation to the new loop pass manager
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:
include/llvm/InitializePasses.h | 2 +-
include/llvm/Transforms/Scalar/LoopRotation.h | 32 ++++++++++++
lib/Passes/PassBuilder.cpp | 1 +
lib/Passes/PassRegistry.def | 1 +
lib/Transforms/Scalar/LoopRotation.cpp | 41 +++++++++++++---
lib/Transforms/Scalar/Scalar.cpp | 2 +-
test/CodeGen/X86/vector-shuffle-combining-xop.ll | 62 ++++++++++++++++++++++++
test/Transforms/LoopRotate/basic.ll | 2 +
8 files changed, 133 insertions(+), 10 deletions(-)
create mode 100644 include/llvm/Transforms/Scalar/LoopRotation.h
--
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 5e4698c Create new library 'libc++experimental.a' for packaging TS symbols.
new 7da079c Make check-libcxx dependant on libc++experimental if present.
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/CMakeLists.txt | 6 +++++-
1 file changed, 5 insertions(+), 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 llvm.
from 1a7c00a PM: Check that loop passes preserve a basic set of analyses
new 895f6a3 [X86] Tidied up SDValue's SDNode referencing. NFCI.
new cc5bcb5 PM: Port LoopSimplifyCFG to the new pass manager
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:
include/llvm/InitializePasses.h | 2 +-
include/llvm/Transforms/Scalar/LoopSimplifyCFG.h | 32 ++++++++
lib/Passes/PassBuilder.cpp | 1 +
lib/Passes/PassRegistry.def | 1 +
lib/Target/X86/X86ISelLowering.cpp | 10 +--
lib/Transforms/Scalar/LoopSimplifyCFG.cpp | 97 ++++++++++++++----------
lib/Transforms/Scalar/Scalar.cpp | 2 +-
test/Transforms/LoopSimplifyCFG/merge-header.ll | 1 +
8 files changed, 97 insertions(+), 49 deletions(-)
create mode 100644 include/llvm/Transforms/Scalar/LoopSimplifyCFG.h
--
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 e32b2d7 [sanitizer] Move stat/__xstat to the common interceptors
new 71107c1 Revert "[sanitizer] Move stat/__xstat to the common interceptors"
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/esan/esan_interceptors.cpp | 18 +++++++++++
lib/msan/msan_interceptors.cc | 21 ++++++++++++
.../sanitizer_common_interceptors.inc | 37 ----------------------
lib/sanitizer_common/sanitizer_flags.inc | 3 --
.../sanitizer_platform_interceptors.h | 8 -----
lib/tsan/rtl/tsan_interceptors.cc | 25 +++++++++++++++
6 files changed, 64 insertions(+), 48 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-5-branch
in repository gcc.
from 800aa4f 2016-05-02 Jerry DeLisle <jvdelisle(a)gcc.gnu.org>
new f62b1ec /cp 2016-05-03 Paolo Carlini <paolo.carlini(a)oracle.com>
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/cp/ChangeLog | 6 ++++++
gcc/cp/pt.c | 4 ++--
gcc/testsuite/ChangeLog | 5 +++++
gcc/testsuite/g++.dg/parse/pr70635.C | 25 +++++++++++++++++++++++++
4 files changed, 38 insertions(+), 2 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/parse/pr70635.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 1e1b4ae [IPO/ConstantMerge] Garbage collect dead code. NFC.
new 1a7c00a PM: Check that loop passes preserve a basic set of analyses
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/Analysis/LoopPassManager.h | 5 +++++
include/llvm/IR/PassManager.h | 10 ++++++++++
lib/Analysis/LoopPassManager.cpp | 19 +++++++++++++++++++
unittests/Analysis/LoopPassManagerTest.cpp | 2 +-
4 files changed, 35 insertions(+), 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 llvm.
from b9c4af5 Disable LLVM_ENABLE_TIMESTAMPS by default
new 1e1b4ae [IPO/ConstantMerge] Garbage collect dead code. NFC.
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/IPO/ConstantMerge.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 libcxx.
from 135ac80 [CMake] Fix a copy-paste error
new 5e4698c Create new library 'libc++experimental.a' for packaging TS symbols.
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 | 3 ++-
lib/CMakeLists.txt | 23 +++++++++++++++++++++--
src/{any.cpp => experimental/placeholder.cpp} | 8 ++------
test/CMakeLists.txt | 1 +
test/libcxx/test/config.py | 4 ++++
test/lit.site.cfg.in | 1 +
6 files changed, 31 insertions(+), 9 deletions(-)
copy src/{any.cpp => experimental/placeholder.cpp} (66%)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.