This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository libcxx.
from ac3c89d6a Update version to 7.0.0svn: cmake, include files and docs
new 4436c8cd8 Fix nonstandard bits in transform_reduce_iter_iter_init_bop_uop.
new 519485521 Add move-only types test for transform_reduce bop/uop.
new 5de0f33bc Add move-only types test to transform_reduce iter iter iter i [...]
new b68e9c13a Automated trailing whitespace removal by VS Code.
new 70a8aae29 Fix incorrect handling of move-only types in transform_reduce [...]
new 4dd943ec8 Move + and * operators of MoveOnly into MoveOnly.h.
The 6 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/numeric | 38 +++++-----
...ransform_reduce_iter_iter_init_bop_uop.pass.cpp | 83 +++++++++++-----------
.../transform_reduce_iter_iter_iter_init.pass.cpp | 12 ++++
...sform_reduce_iter_iter_iter_init_op_op.pass.cpp | 14 ++++
test/support/MoveOnly.h | 3 +-
5 files changed, 87 insertions(+), 63 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 2e7d8baccb Debug Info: Support DW_AT_calling_convention on composite ty [...]
new 7c74c0c802 Remove redundant test
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/CodeGenCXX/debug-info-composite-cc.cpp | 8 --------
1 file changed, 8 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 60d5d5c8813 Revert r321838 -- It broke some of the builders.
new bfdde981233 Debug Info: Support DW_AT_calling_convention on composite types.
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-c/DebugInfo.h | 2 ++
include/llvm/IR/DebugInfoFlags.def | 4 ++-
include/llvm/IR/DebugInfoMetadata.h | 4 +++
lib/CodeGen/AsmPrinter/DwarfUnit.cpp | 9 +++++
lib/IR/Verifier.cpp | 7 ++--
test/DebugInfo/Generic/pass-by-value.ll | 63 +++++++++++++++++++++++++++++++++
test/Verifier/cc-flags.ll | 5 +++
7 files changed, 91 insertions(+), 3 deletions(-)
create mode 100644 test/DebugInfo/Generic/pass-by-value.ll
create mode 100644 test/Verifier/cc-flags.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 clang.
from 38b23a4558 Make attribute instantiation instantiate all attributes, not [...]
new 2e7d8baccb Debug Info: Support DW_AT_calling_convention on composite ty [...]
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/CGDebugInfo.cpp | 11 ++++++-
test/CodeGenCXX/debug-info-composite-cc.cpp | 48 +++++++++++++++++++++++++++++
2 files changed, 58 insertions(+), 1 deletion(-)
create mode 100644 test/CodeGenCXX/debug-info-composite-cc.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 llvm.
from 0573715330d WholeProgramDevirt: Simplify ORE getter mechanism for old P [...]
new 60d5d5c8813 Revert r321838 -- It broke some of the builders.
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/ExecutionEngine/JITSymbol.h | 13 +-
include/llvm/ExecutionEngine/Orc/Core.h | 234 ------------------
include/llvm/ExecutionEngine/Orc/OrcError.h | 15 +-
lib/ExecutionEngine/Orc/CMakeLists.txt | 1 -
lib/ExecutionEngine/Orc/Core.cpp | 322 -------------------------
lib/ExecutionEngine/Orc/OrcError.cpp | 23 +-
unittests/ExecutionEngine/Orc/CMakeLists.txt | 1 -
unittests/ExecutionEngine/Orc/CoreAPIsTest.cpp | 226 -----------------
8 files changed, 4 insertions(+), 831 deletions(-)
delete mode 100644 include/llvm/ExecutionEngine/Orc/Core.h
delete mode 100644 lib/ExecutionEngine/Orc/Core.cpp
delete mode 100644 unittests/ExecutionEngine/Orc/CoreAPIsTest.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 llvm.
from de9aafe93f6 [ORC] Add new core ORC APIs (Core.h/Core.cpp): VSO, Asynchr [...]
new 4967d786bb8 fix invalid footnote syntax
new 4cbfbada4d8 remove unreferenced footnotes
new 0573715330d WholeProgramDevirt: Simplify ORE getter mechanism for old P [...]
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:
docs/AMDGPUUsage.rst | 3 --
docs/Proposals/VectorizationPlan.rst | 2 +-
lib/Transforms/IPO/WholeProgramDevirt.cpp | 51 +++++++++++--------------------
3 files changed, 18 insertions(+), 38 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-6-branch
in repository gcc.
from 64b6895477b 2018-01-04 Steven G. Kargl <kargl(a)gcc.gnu.org>
new 5509432c2b2 Daily bump.
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/DATESTAMP | 2 +-
1 file changed, 1 insertion(+), 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 gcc.
from 7fd2dd851da PR libstdc++/83626 Don't throw for remove("") and remove_all("")
new 9b012eb2af1 Daily bump.
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/DATESTAMP | 2 +-
1 file changed, 1 insertion(+), 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 gcc-7-branch
in repository gcc.
from 2d82a2bfb7b 2018-01-04 Steven G. Kargl <kargl(a)gcc.gnu.org>
new 38c4ee3a1a7 Daily bump.
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/DATESTAMP | 2 +-
1 file changed, 1 insertion(+), 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 29ed9fd6936 [DEBUG] Fix debug info test for NVPTX, NFC.
new 6f2842fb8bb [ORC] Add dereference operator to SymbolStringPtr.
new 7767d20a224 [ORC] Actually compare pointer values as advertised (rather [...]
new de9aafe93f6 [ORC] Add new core ORC APIs (Core.h/Core.cpp): VSO, Asynchr [...]
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:
include/llvm/ExecutionEngine/JITSymbol.h | 13 +-
include/llvm/ExecutionEngine/Orc/Core.h | 234 +++++++++++++++
include/llvm/ExecutionEngine/Orc/OrcError.h | 15 +-
.../llvm/ExecutionEngine/Orc/SymbolStringPool.h | 4 +-
lib/ExecutionEngine/Orc/CMakeLists.txt | 1 +
lib/ExecutionEngine/Orc/Core.cpp | 322 +++++++++++++++++++++
lib/ExecutionEngine/Orc/OrcError.cpp | 23 +-
unittests/ExecutionEngine/Orc/CMakeLists.txt | 1 +
unittests/ExecutionEngine/Orc/CoreAPIsTest.cpp | 226 +++++++++++++++
.../ExecutionEngine/Orc/SymbolStringPoolTest.cpp | 6 +
10 files changed, 840 insertions(+), 5 deletions(-)
create mode 100644 include/llvm/ExecutionEngine/Orc/Core.h
create mode 100644 lib/ExecutionEngine/Orc/Core.cpp
create mode 100644 unittests/ExecutionEngine/Orc/CoreAPIsTest.cpp
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.