llvm-project/llvm
2022-01-10 15:59:08 -08:00
..
benchmarks
bindings
cmake [cmake] Enable users to specify archive creation commands 2022-01-10 18:53:40 +00:00
docs docs: update some bug tracker references (NFC) 2022-01-10 15:59:08 -08:00
examples
include [MemoryBuiltin] Add an API for checking if an unused allocation can be removed [NFC] 2022-01-10 15:43:39 -08:00
lib [NFC][regalloc] Pull out some AllocationOrder/CostPerUseLimit eviction logic 2022-01-10 15:47:31 -08:00
projects
resources
runtimes
test Add coverage of GlobalsModRef's indirect global case 2022-01-10 15:54:26 -08:00
tools
unittests
utils
.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.