1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-23 19:23:23 +01:00
Go to file
Nikita Popov 15041a14bb [IR] Add NoAliasScopeDeclInst (NFC)
Add an intrinsic type class to represent the
llvm.experimental.noalias.scope.decl intrinsic, to make code
working with it a bit nicer by hiding the metadata extraction
from view.
2021-01-23 22:40:32 +01:00
benchmarks
bindings
cmake
docs
examples
include [IR] Add NoAliasScopeDeclInst (NFC) 2021-01-23 22:40:32 +01:00
lib [IR] Add NoAliasScopeDeclInst (NFC) 2021-01-23 22:40:32 +01:00
projects
resources
runtimes
test [test] Pin dead-calls-willreturn.ll to legacy PM 2021-01-23 12:35:36 -08:00
tools [NewPM][opt] Make -enable-new-pm default to LLVM_ENABLE_NEW_PASS_MANAGER 2021-01-23 12:36:09 -08:00
unittests [FuzzMutate] Add mutator to modify instruction flags. 2021-01-23 19:05:20 +00:00
utils [gn build] Port 0057cc5a215e 2021-01-23 14:07:39 +00: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.