This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository clang-tools-extra.
from 284e7138 [clangd] Remove unused using-declaration testing::AllOf
new 2659ea55 [clangd] Handle template args for disabled function arg snippets
new dad01459 [clangd] Fix crash if pending computations were active on exit
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:
clangd/ClangdLSPServer.cpp | 126 +++++++++++++++++----------------
clangd/ClangdLSPServer.h | 5 +-
clangd/CodeComplete.cpp | 42 +++++++++--
unittests/clangd/CodeCompleteTests.cpp | 51 ++++++++++---
4 files changed, 147 insertions(+), 77 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 588325ec092 [DebugInfo] Do not generate address info for removed debug labels.
new 1fe1a86443d [ORC] Update CompileOnDemandLayer2 to use the new lazyReexp [...]
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:
.../ExecutionEngine/Orc/CompileOnDemandLayer.h | 25 ++++--
include/llvm/ExecutionEngine/Orc/Core.h | 3 +
include/llvm/ExecutionEngine/Orc/LLJIT.h | 11 ++-
lib/ExecutionEngine/Orc/CompileOnDemandLayer.cpp | 100 +++++++--------------
lib/ExecutionEngine/Orc/Core.cpp | 7 ++
lib/ExecutionEngine/Orc/LLJIT.cpp | 27 +++---
.../OrcLazy/multiple-compile-threads-basic.ll | 2 +-
7 files changed, 82 insertions(+), 93 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 ac26bee66c [OPENMP] Add support for OMP5 requires directive + unified_a [...]
new 471124bcd9 P0859R0: List-initialization is potentially-constant-evaluat [...]
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/Sema/TreeTransform.h | 41 +++++++++++++++++++++++++-------
test/CXX/expr/expr.const/p6.cpp | 39 ++++++++++++++++++++++++++++++
test/CXX/temp/temp.spec/temp.inst/p7.cpp | 12 ++++++++++
www/cxx_status.html | 2 +-
4 files changed, 84 insertions(+), 10 deletions(-)
create mode 100644 test/CXX/expr/expr.const/p6.cpp
create mode 100644 test/CXX/temp/temp.spec/temp.inst/p7.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 62e9680cdc4 [ORC] Add a "lazy call-through" utility based on the same u [...]
new 588325ec092 [DebugInfo] Do not generate address info for removed debug labels.
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/AsmPrinter/DwarfCompileUnit.cpp | 7 +++---
test/DebugInfo/X86/debug-label-unreached.ll | 39 +++++++++++++++++++++++++++++
2 files changed, 42 insertions(+), 4 deletions(-)
create mode 100644 test/DebugInfo/X86/debug-label-unreached.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 cd626d1139a [ORC] Fix BuildingAJIT tutorial examples that were broken b [...]
new 62e9680cdc4 [ORC] Add a "lazy call-through" utility based on the same u [...]
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/Orc/LazyReexports.h | 191 +++++++++++++++++++
lib/ExecutionEngine/Orc/CMakeLists.txt | 1 +
lib/ExecutionEngine/Orc/LazyReexports.cpp | 204 +++++++++++++++++++++
unittests/ExecutionEngine/Orc/CMakeLists.txt | 1 +
unittests/ExecutionEngine/Orc/CoreAPIsTest.cpp | 38 ----
.../Orc/LazyCallThroughAndReexportsTest.cpp | 75 ++++++++
unittests/ExecutionEngine/Orc/OrcTestCommon.h | 38 ++++
7 files changed, 510 insertions(+), 38 deletions(-)
create mode 100644 include/llvm/ExecutionEngine/Orc/LazyReexports.h
create mode 100644 lib/ExecutionEngine/Orc/LazyReexports.cpp
create mode 100644 unittests/ExecutionEngine/Orc/LazyCallThroughAndReexportsTest.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 089f5d0e086 [ORC] Refactor trampoline pool management out of JITCompile [...]
new cd626d1139a [ORC] Fix BuildingAJIT tutorial examples that were broken b [...]
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:
examples/Kaleidoscope/BuildingAJIT/Chapter3/KaleidoscopeJIT.h | 4 ++--
examples/Kaleidoscope/BuildingAJIT/Chapter4/KaleidoscopeJIT.h | 4 ++--
2 files changed, 4 insertions(+), 4 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 410236759a4 [ORC] Add support for multithreaded compiles to LLJIT and L [...]
new 089f5d0e086 [ORC] Refactor trampoline pool management out of JITCompile [...]
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:
.../llvm/ExecutionEngine/Orc/IndirectionUtils.h | 226 ++++++++++++++-------
.../ExecutionEngine/Orc/OrcRemoteTargetClient.h | 35 +++-
lib/ExecutionEngine/Orc/IndirectionUtils.cpp | 34 ++--
lib/ExecutionEngine/Orc/LLJIT.cpp | 14 +-
lib/ExecutionEngine/Orc/OrcCBindingsStack.h | 91 ++++++---
.../Orc/CompileOnDemandLayerTest.cpp | 13 +-
6 files changed, 285 insertions(+), 128 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.