This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 39f6fac74bc [test-suite/doc] Add list of programs we might add.
new e4c9c3925cc [ORC] Change how non-exported symbols are matched during lookup.
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 | 12 ++
include/llvm/ExecutionEngine/Orc/Core.h | 99 +++++++-------
include/llvm/ExecutionEngine/Orc/LLJIT.h | 2 +-
lib/ExecutionEngine/Orc/CompileOnDemandLayer.cpp | 17 ++-
lib/ExecutionEngine/Orc/Core.cpp | 151 ++++++++++++---------
lib/ExecutionEngine/Orc/ExecutionUtils.cpp | 5 +-
lib/ExecutionEngine/Orc/IndirectionUtils.cpp | 2 +-
lib/ExecutionEngine/Orc/LLJIT.cpp | 8 +-
lib/ExecutionEngine/Orc/LazyReexports.cpp | 4 +-
.../Orc/RTDyldObjectLinkingLayer.cpp | 9 +-
.../OrcLazy/Inputs/hidden-definitions.ll | 6 +
test/ExecutionEngine/OrcLazy/hidden-visibility.ll | 17 +++
tools/lli/lli.cpp | 46 ++++++-
unittests/ExecutionEngine/Orc/CoreAPIsTest.cpp | 61 +++++----
.../Orc/RTDyldObjectLinkingLayerTest.cpp | 8 +-
15 files changed, 277 insertions(+), 170 deletions(-)
create mode 100644 test/ExecutionEngine/OrcLazy/Inputs/hidden-definitions.ll
create mode 100644 test/ExecutionEngine/OrcLazy/hidden-visibility.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 libcxx.
from b994bfeaa When filling a vector<bool> with stuff, initialize the last w [...]
new ec22e35e6 Off-by-one errors strike again. Thank goodness for ASAN and 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:
include/vector | 18 ++++++++++++++----
1 file changed, 14 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 clang.
from e73e91e86a Change getRedeclContext() to support enumerations as another [...]
new cb5b6f7f24 NFC: Remove MANGLE_CHECKER from ItaniumMangle.cpp
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/AST/ItaniumMangle.cpp | 17 -----------------
lib/AST/Mangle.cpp | 6 ------
2 files changed, 23 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 75e42f666e0 [X86][SSE] Revert rL343922 combinePMULDQ AddToWorklist (PR39398)
new fda29c9e709 [HotColdSplitting] Attach MinSize to outlined code
new 39f6fac74bc [test-suite/doc] Add list of programs we might add.
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:
docs/Proposals/TestSuite.rst | 310 +++++++++++++++++++++
docs/index.rst | 4 +
lib/Transforms/IPO/HotColdSplitting.cpp | 7 +
.../HotColdSplit/{split-cold-2.ll => minsize.ll} | 10 +-
4 files changed, 325 insertions(+), 6 deletions(-)
create mode 100644 docs/Proposals/TestSuite.rst
copy test/Transforms/HotColdSplit/{split-cold-2.ll => minsize.ll} (51%)
--
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 391667a023 [analyzer] Rename trackNullOrUndefValue to trackExpressionValue
new b71e517033 Fix doxygen comment.
new e73e91e86a Change getRedeclContext() to support enumerations as another [...]
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/clang/AST/DeclTemplate.h | 2 +-
lib/AST/DeclBase.cpp | 14 ++++++++++++--
test/Sema/enum.c | 23 +++++++++++++++++++++++
3 files changed, 36 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 f47998d69f S/390: Support vector alignment hints
new 79b8d3b090 Fix use-after-free in record_btrace_start_replaying
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 | 6 ++++++
gdb/record-btrace.c | 19 ++++++++-----------
2 files changed, 14 insertions(+), 11 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.