llvm-project/llvm
Zi Xuan Wu 6025ee79ae [CSKY] Add python script of CSKY asm update test check 2022-01-05 15:59:03 +08:00
..
benchmarks
bindings
cmake [NFC][CMake] Add FOLDER to utility targets 2022-01-03 12:16:30 -06:00
docs [Coroutines] Set presplit attribute in Clang and mlir 2022-01-05 10:25:02 +08:00
examples
include [LTO] Fix assertion failed when flushing bitcode incrementally for LTO output. 2022-01-04 21:40:23 -08:00
lib [CSKY] Add codegen of select/br/cmp instruction and some frame lowering infra 2022-01-05 15:59:03 +08:00
projects
resources
runtimes
test [CSKY] Add codegen of select/br/cmp instruction and some frame lowering infra 2022-01-05 15:59:03 +08:00
tools [llvm][cmake] never link llvm-config against llvm dylib 2022-01-04 17:34:44 +00:00
unittests Introduce the AttributeMask class 2022-01-04 15:37:46 +01:00
utils [CSKY] Add python script of CSKY asm update test check 2022-01-05 15:59:03 +08:00
.clang-format
.clang-tidy
.gitattributes
.gitignore
CMakeLists.txt [llvm][cmake] Normalize some indent 2022-01-03 07:34:09 +00: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.