llvm-project/llvm
tyb0807 e21f90dba2 [AArch64] Removing redundant PAuth flag
This removes `HasPAUTH` from `AArch64SubTarget`, as it seems to be a
redundant, unused copy of `HasPAuth`.

Differential Revision: https://reviews.llvm.org/D117782
2022-01-31 21:00:30 +00:00
..
benchmarks
bindings
cmake Add llvm-pdbutil in LLVM_TOOLCHAIN_TOOLS 2022-01-31 17:37:23 +01:00
docs [docs] Update Prolog/Epilog Code Insertion docs to show it's still incomplete 2022-01-31 15:25:46 -05:00
examples
include [OpenMP] Add a flag for embedding a file into the module 2022-01-31 15:56:00 -05:00
lib [AArch64] Removing redundant PAuth flag 2022-01-31 21:00:30 +00:00
projects
resources
runtimes [CMake] Passthrough OSX CMake options to builtins and runtimes 2022-01-21 16:54:22 -08:00
test [AArch64][SelectionDAG] CodeGen for Armv8.8/9.3 MOPS 2022-01-31 20:56:27 +00:00
tools Cleanup LLVMRemarks includes 2022-01-31 11:16:28 +01:00
unittests [AArch64][GlobalISel] CodeGen for Armv8.8/9.3 MOPS 2022-01-31 20:54:41 +00:00
utils [gn build] Port f3514af492 2022-01-31 15:38:08 +00:00
.clang-format
.clang-tidy
.gitattributes [split-file] Respect input file's line endings 2022-01-21 18:45:03 -06:00
.gitignore
CMakeLists.txt [LLVM][AIX] Prefer a 32-bit default target triple on AIX 2022-01-28 01:34:03 -05: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.