llvm-project/llvm
Lang Hames 12b2cc2294 [ORC] Rename SupportFunctionCall to WrapperFunctionCall.
The new name better suits the type.

This patch also changes the signature of the run method (it now returns a
WrapperFunctionResult), and adds runWithSPSRet methods that deserialize the
function result using SPS.

Together these chages bring this type into close alignment with its ORC runtime
counterpart.
2021-10-28 17:48:54 -07:00
..
benchmarks
bindings
cmake [cmake] Surpress cmake warning on that EH requires RTTI. NFC. 2021-10-27 12:55:45 -04:00
docs [docs] Expand a bit on the basics of a buildbot policy 2021-10-28 14:51:18 -07:00
examples Suppress some bitwise-or-of-bool warnings with explicit int cast 2021-10-18 14:10:30 -07:00
include [ORC] Rename SupportFunctionCall to WrapperFunctionCall. 2021-10-28 17:48:54 -07:00
lib [ORC] Rename SupportFunctionCall to WrapperFunctionCall. 2021-10-28 17:48:54 -07:00
projects Remove unused parallel-libs project 2021-10-21 14:34:39 -07:00
resources
runtimes
test llvm-dwarfdump --verify: Don't diagnose functions in different sections as overlapping 2021-10-28 17:13:57 -07:00
tools [CSSPGO] Trim cold base profiles for the CS preinliner. 2021-10-27 22:50:27 -07:00
unittests Reapply e32b1eee6a "[ORC] Change SPSExecutorAddr serialization,..." with fixes. 2021-10-28 16:40:25 -07:00
utils [gn build] (manually) port d736002e90 2021-10-28 08:48:54 -04:00
.clang-format
.clang-tidy
.gitattributes
.gitignore
CMakeLists.txt Remove unused parallel-libs project 2021-10-21 14:34:39 -07:00
CODE_OWNERS.TXT
CREDITS.TXT
LICENSE.TXT
README.txt
RELEASE_TESTERS.TXT
configure
llvm.spec.in

README.txt

The LLVM Compiler Infrastructure
================================

This directory and its subdirectories contain source code for LLVM,
a toolkit for the construction of highly optimized compilers,
optimizers, and runtime environments.

LLVM is open source software. You may freely distribute it under the terms of
the license agreement found in LICENSE.txt.

Please see the documentation provided in docs/ for further
assistance with LLVM, and in particular docs/GettingStarted.rst for getting
started with LLVM and docs/README.txt for an overview of LLVM's
documentation setup.

If you are writing a package for LLVM, see docs/Packaging.rst for our
suggestions.