This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from ebc666e155b [ORC] Add missing file from r300155.
new 8b69529e74e Support: Add a VCSRevision.h header file.
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:
cmake/modules/VersionFromVCS.cmake | 84 +++++++++++++-----------
include/llvm/CMakeLists.txt | 1 +
{lib/LTO => include/llvm/Support}/CMakeLists.txt | 45 +++++--------
lib/LTO/CMakeLists.txt | 51 +-------------
lib/LTO/LTO.cpp | 3 +-
lib/LTO/ThinLTOCodeGenerator.cpp | 7 +-
6 files changed, 69 insertions(+), 122 deletions(-)
copy {lib/LTO => include/llvm/Support}/CMakeLists.txt (59%)
--
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 3b7f7960 Update tests -verify error messages after r300140.
new 0cb22a2f Add tests that std::unique_ptr's default constructor is constexpr.
new dd598263 Fix C++03 test failures
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/memory | 2 +-
.../{default01.pass.cpp => default.pass.cpp} | 31 ++++++-----
...pass.cpp => default_allows_incomplete.pass.cpp} | 63 ++++++++++------------
.../unique.ptr.single.ctor/default.pass.cpp | 5 ++
4 files changed, 51 insertions(+), 50 deletions(-)
rename test/std/utilities/memory/unique.ptr/unique.ptr.runtime/unique.ptr.runtime. [...]
rename test/std/utilities/memory/unique.ptr/unique.ptr.runtime/unique.ptr.runtime. [...]
--
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 e9a46bf123c [IR] Take func, ret, and arg attrs separately in AttributeL [...]
new a43d3686c7c [ORC] Use native Errors rather than converted std::error_co [...]
new ebc666e155b [ORC] Add missing file from r300155.
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/ExecutionEngine/Orc/OrcError.h | 15 +--
include/llvm/ExecutionEngine/Orc/RPCUtils.h | 124 ++++++++++++++++++++++---
include/llvm/Support/Error.h | 18 +++-
lib/ExecutionEngine/Orc/CMakeLists.txt | 1 +
lib/ExecutionEngine/Orc/OrcError.cpp | 23 +----
lib/ExecutionEngine/Orc/RPCUtils.cpp | 55 +++++++++++
unittests/ExecutionEngine/Orc/RPCUtilsTest.cpp | 6 +-
7 files changed, 191 insertions(+), 51 deletions(-)
create mode 100644 lib/ExecutionEngine/Orc/RPCUtils.cpp
--
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 55d7bd0e Fix the default constructibility of __compressed_pair.
new dca3bcdd Fix more bad member swap definitions in unordered_map.
new 3b7f7960 Update tests -verify error messages after r300140.
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/unordered_map | 4 ++--
.../containers/unord/unord.set/missing_hash_specialization.fail.cpp | 2 +-
2 files 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 master
in repository binutils-gdb.
from 4f70a99490 Automatic date update in version.in
new f5336ca55c breakpoint.c: bp_location (the array) shadows bp_location (t [...]
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 | 20 +++++++++
gdb/breakpoint.c | 133 ++++++++++++++++++++++++++++---------------------------
2 files changed, 87 insertions(+), 66 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 2d32ddf1434 [IR] Remove the APIntMoveTy typedef from ConstantRange. Use [...]
new e9a46bf123c [IR] Take func, ret, and arg attrs separately in AttributeL [...]
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/Attributes.h | 12 ++--
lib/AsmParser/LLParser.cpp | 29 ++++------
lib/IR/Attributes.cpp | 22 +++----
.../WebAssemblyLowerEmscriptenEHSjLj.cpp | 14 ++---
lib/Transforms/IPO/ArgumentPromotion.cpp | 67 +++++++++-------------
lib/Transforms/IPO/DeadArgumentElimination.cpp | 35 +++++------
lib/Transforms/InstCombine/InstCombineCalls.cpp | 18 +++---
lib/Transforms/Utils/CloneFunction.cpp | 17 +++---
8 files changed, 89 insertions(+), 125 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 adafaf3c5b Fix broken test. We can't assume that 2MB of args is enough [...]
new e65ba1f374 [IR] Take func, ret, and arg attrs separately in AttributeList::get
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/CodeGenModule.cpp | 20 ++++++++------------
1 file changed, 8 insertions(+), 12 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 161ccc1a Fix most failures caused by r300140
new 55d7bd0e Fix the default constructibility of __compressed_pair.
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/memory | 10 ++++++++--
1 file changed, 8 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 clang.
from b4bf2bab1d Update to match LLVM r300135.
new 855a7eedb9 ExternalASTMerger.cpp: Silence another warning. [-Wunused-la [...]
new adafaf3c5b Fix broken test. We can't assume that 2MB of args is enough [...]
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/AST/ExternalASTMerger.cpp | 1 +
test/Driver/response-file.c | 7 ++++---
2 files changed, 5 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 master
in repository libcxx.
from db14bcc5 [libcxx] Fix __compressed_pair so it doesn't copy the argumen [...]
new 161ccc1a Fix most failures caused by r300140
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/__split_buffer | 2 +-
include/__tree | 8 ++++----
include/map | 4 ++--
.../futures.task/futures.task.members/ctor_func_alloc.pass.cpp | 2 +-
4 files changed, 8 insertions(+), 8 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.