llvm-project/llvm
Zequan Wu fad8d4230f [OpaquePtr] Verify Opaque pointer in function parameter
Verifying opaque pointer as function parameter when using with `byval`, `byref`,
`inalloca`, `preallocated`.

Differential Revision: https://reviews.llvm.org/D104309
2021-06-15 14:57:48 -07:00
..
benchmarks
bindings
cmake
docs Revert "[MCA] Adding the CustomBehaviour class to llvm-mca" 2021-06-15 21:41:36 +01:00
examples
include Revert "[MCA] Adding the CustomBehaviour class to llvm-mca" 2021-06-15 21:41:36 +01:00
lib [OpaquePtr] Verify Opaque pointer in function parameter 2021-06-15 14:57:48 -07:00
projects
resources
runtimes
test [OpaquePtr] Verify Opaque pointer in function parameter 2021-06-15 14:57:48 -07:00
tools Revert "[MCA] Adding the CustomBehaviour class to llvm-mca" 2021-06-15 21:41:36 +01:00
unittests
utils [gn build] Port 6478ef61b1 2021-06-15 20:04:02 +00:00
.clang-format
.clang-tidy
.gitattributes
.gitignore
CMakeLists.txt
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.