This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 6bb56ed1173 Reapply "[LSV] Refactoring + supporting bitcasts to a type [...] new 1f565f54cd4 Revert r337595 "[ORC] Add new symbol lookup methods to Exec [...] new 4571da68d10 [FileCheck] Provide an option for FileCheck to dump origina [...]
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/CommandGuide/FileCheck.rst | 4 + include/llvm/ExecutionEngine/Orc/Core.h | 141 ++-- include/llvm/ExecutionEngine/Orc/Legacy.h | 4 +- lib/ExecutionEngine/Orc/Core.cpp | 749 +++++++-------------- lib/ExecutionEngine/Orc/Legacy.cpp | 10 +- lib/ExecutionEngine/Orc/OrcCBindingsStack.h | 4 +- lib/ExecutionEngine/Orc/OrcMCJITReplacement.h | 8 +- .../Orc/RTDyldObjectLinkingLayer.cpp | 28 +- test/FileCheck/verbose_mode.txt | 17 + unittests/ExecutionEngine/Orc/CoreAPIsTest.cpp | 259 ++++--- .../ExecutionEngine/Orc/LegacyAPIInteropTest.cpp | 58 +- utils/FileCheck/FileCheck.cpp | 13 +- utils/lit/lit/TestingConfig.py | 3 +- 13 files changed, 547 insertions(+), 751 deletions(-) create mode 100644 test/FileCheck/verbose_mode.txt