llvm-project/llvm
LLVM GN Syncbot 73d8a324ec [gn build] Port 512767eb3f 2020-03-13 14:09:37 +00:00
..
benchmarks
bindings Add an SDK attribute to DICompileUnit 2020-03-11 14:14:06 -07:00
cmake [clang][cmake] Include generated rst files in html built by docs-clang-html target 2020-03-05 21:30:37 -08:00
docs Add support for SHA256 source file checksums in debug info 2020-03-12 16:32:05 -07:00
examples Add missing "llvm/Support/Host.h" header to LLVM example after recent header trimming (NFC) 2020-03-12 00:12:03 +00:00
include [SCEV] Add missing cache queries 2020-03-13 15:32:43 +02:00
lib [SCEV] Add missing cache queries 2020-03-13 15:32:43 +02:00
projects
resources
runtimes [runtimes] When COMPILER_RT is enabled, consider SANITIZER prefixes 2020-03-11 14:22:20 -07:00
test [ExpandMemCmp][NFC] Add more tests. 2020-03-13 15:06:52 +01:00
tools [llvm-jitlink] Fix DEBUG_TYPE string. 2020-03-11 20:04:54 -07:00
unittests [SVE] Update API ConstantVector::getSplat() to use ElementCount. 2020-03-12 13:22:41 -07:00
utils [gn build] Port 512767eb3f 2020-03-13 14:09:37 +00:00
.clang-format
.clang-tidy
.gitattributes
.gitignore
CMakeLists.txt [AVR] Include AVR by default in LLVM builds 2020-03-13 17:40:30 +13:00
CODE_OWNERS.TXT Remove myself from CODE_OWNERS. 2020-02-25 11:59:29 +00:00
CREDITS.TXT
LICENSE.TXT
LLVMBuild.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.