llvm-project/llvm
Jorge Gorbe Moya 9ac7388e3d Revert "[NFC] Remove checking pointee type for byval/preallocated type"
This reverts commit 738abfdbea.
2021-06-17 12:29:23 -07:00
..
benchmarks
bindings
cmake Remove redundant environment variable XLA_FLAGS. 2021-06-14 23:58:22 +00:00
docs [llvm-symbolizer][docs] Update example for --verbose in the guide 2021-06-17 19:12:44 +01:00
examples
include Revert "[NFC] Remove checking pointee type for byval/preallocated type" 2021-06-17 12:29:23 -07:00
lib [LoopUnroll] Fold all exits based on known trip count/multiple 2021-06-17 20:58:34 +02:00
projects
resources
runtimes
test [LoopUnroll] Fold all exits based on known trip count/multiple 2021-06-17 20:58:34 +02:00
tools [MCA] Anchoring the vtable of CustomBehaviour 2021-06-16 12:43:58 -07:00
unittests [Demangle] Support Rust v0 mangling scheme in llvm::demangle 2021-06-17 10:37:26 +02:00
utils [gn build] Port f27e4548fc 2021-06-17 17:09:43 +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.