This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository libcxx.
from 38c2a37 [libcxx] Make regex_match backtrack when search fails
new 6994470 Add __libcpp_version file and __libcpp_library_version function.
new 68635ee Update mac ABI list
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/__config | 7 +++++++
include/__libcpp_version | 1 +
lib/abi/CHANGELOG.TXT | 5 +++++
lib/abi/x86_64-apple-darwin16.0.abilist | 1 +
lib/abi/x86_64-linux-gnu.abilist | 1 +
src/libcpp_version.cpp | 14 ++++++++++++++
.../version_cassert.pass.cpp => version.pass.cpp} | 19 ++++++++++++++-----
7 files changed, 43 insertions(+), 5 deletions(-)
create mode 100644 include/__libcpp_version
create mode 100644 src/libcpp_version.cpp
copy test/libcxx/{diagnostics/assertions/version_cassert.pass.cpp => version.pass. [...]
--
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 5ecb91b [Reassociate] Removing instructions mutates the IR.
new 67d80b9 Revert "[DAGCombiner] Add vector demanded elements support to [...]
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/CodeGen/SelectionDAG.h | 16 +---
lib/CodeGen/SelectionDAG/SelectionDAG.cpp | 124 ++++--------------------------
test/CodeGen/X86/avx-vperm2x128.ll | 6 +-
test/CodeGen/X86/known-bits-vector.ll | 50 +++++++++---
4 files changed, 59 insertions(+), 137 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 d39de45 [ThinLTO] Create AliasSummary when building index
new 5ecb91b [Reassociate] Removing instructions mutates the IR.
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/Reassociate.cpp | 4 +++-
test/Transforms/Reassociate/reassociate-deadinst.ll | 16 ++++++++++++++++
2 files changed, 19 insertions(+), 1 deletion(-)
create mode 100644 test/Transforms/Reassociate/reassociate-deadinst.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 89aab30 [ThinLTO] Rename HasSection to NoRename (NFC)
new d39de45 [ThinLTO] Create AliasSummary when building index
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/Analysis/ModuleSummaryAnalysis.cpp | 30 ++++++++++++++++++++++++------
lib/Bitcode/Writer/BitcodeWriter.cpp | 4 +++-
2 files changed, 27 insertions(+), 7 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 clang.
from cd8eb65 [Modules] Add testcase for builtins used in umbrella headers
new 12d5613 [Modules] Make test from r285377 darwin specific
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/Modules/umbrella-header-include-builtin.mm | 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 llvm.
from bf13e73 [IR] Clang-format my previous commit. NFCI.
new 89aab30 [ThinLTO] Rename HasSection to NoRename (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:
include/llvm/IR/ModuleSummaryIndex.h | 18 ++++++++++--------
lib/Bitcode/Reader/BitcodeReader.cpp | 4 ++--
lib/Bitcode/Writer/BitcodeWriter.cpp | 2 +-
lib/Transforms/IPO/FunctionImport.cpp | 5 +++--
4 files changed, 16 insertions(+), 13 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 clang.
from 5b1c9c4 Fix a crash on invalid code.
new cd8eb65 [Modules] Add testcase for builtins used in umbrella headers
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:
.../sysroot/Frameworks/A.framework/Headers/A.h | 15 +++++++++++++++
.../sysroot/Frameworks/A.framework/Headers/int.h | 14 ++++++++++++++
.../Frameworks/A.framework/Modules/module.modulemap | 4 ++++
.../sysroot/usr/include/c++/v1/module.modulemap | 3 +++
.../libc-libcxx/sysroot/usr/include/c++/v1/stdint.h | 6 ++++++
test/Modules/umbrella-header-include-builtin.mm | 4 ++++
6 files changed, 46 insertions(+)
create mode 100644 test/Modules/Inputs/libc-libcxx/sysroot/Frameworks/A.framework/ [...]
create mode 100644 test/Modules/Inputs/libc-libcxx/sysroot/Frameworks/A.framework/ [...]
create mode 100644 test/Modules/Inputs/libc-libcxx/sysroot/Frameworks/A.framework/ [...]
create mode 100644 test/Modules/Inputs/libc-libcxx/sysroot/usr/include/c++/v1/stdint.h
create mode 100644 test/Modules/umbrella-header-include-builtin.mm
--
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 e3433e6 [ConstantFold] Get the correct vector type when folding a get [...]
new bf13e73 [IR] Clang-format my previous commit. NFCI.
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/IR/ConstantFold.cpp | 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 zorg.
from 15c9a4e Reverted r285335, as some of recent Windows buildslaves do no [...]
new 2c27abf Remove directory should not flunk on failure. It might be mis [...]
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:
zorg/buildbot/builders/ClangAndLLDBuilder.py | 1 +
1 file changed, 1 insertion(+)
--
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 zorg.
from e5f620a Use buildbot RemoveDirectory instead of platform-dependent rm [...]
new 15c9a4e Reverted r285335, as some of recent Windows buildslaves do no [...]
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:
zorg/buildbot/builders/ClangAndLLDBuilder.py | 21 ++++++++++-----------
1 file changed, 10 insertions(+), 11 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.