1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-22 10:42:39 +01:00
Go to file
Nick Lewycky 1e87fc4b60 Verify the LLVMContext that an Attribute belongs to.
Attributes don't know their parent Context, adding this would make Attribute larger. Instead, we add hasParentContext that answers whether this Attribute belongs to a particular LLVMContext by checking for itself inside the context's FoldingSet. Same with AttributeSet and AttributeList. The Verifier checks them with the Module context.

Differential Revision: https://reviews.llvm.org/D99362
2021-04-16 09:44:38 -07:00
benchmarks
bindings
cmake
docs [docs] Add Pointer Authentication call info 2021-04-16 15:18:21 +02:00
examples
include Verify the LLVMContext that an Attribute belongs to. 2021-04-16 09:44:38 -07:00
lib Verify the LLVMContext that an Attribute belongs to. 2021-04-16 09:44:38 -07:00
projects
resources
runtimes
test [ARM] Prevent phi-node-elimination from generating copy above t2WhileLoopStartLR 2021-04-16 16:45:07 +01:00
tools [SystemZ][z/OS] Add IsText Argument to GetFile and GetFileOrSTDIN 2021-04-16 10:08:36 -04:00
unittests Verify the LLVMContext that an Attribute belongs to. 2021-04-16 09:44:38 -07:00
utils [TableGen] Allow mnemonics aliases with uppercase 2021-04-16 09:58:20 -04:00
.clang-format
.clang-tidy
.gitattributes
.gitignore
CMakeLists.txt
CODE_OWNERS.TXT
configure
CREDITS.TXT
LICENSE.TXT
llvm.spec.in
README.txt
RELEASE_TESTERS.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.