llvm-project/llvm
Nico Weber 0fffece463 fix some doc typos to cycle bots 2020-04-13 06:28:59 -04:00
..
benchmarks
bindings
cmake [NFC] Fix Z3 version detection regexp 2020-04-09 13:06:22 +02:00
docs fix some doc typos to cycle bots 2020-04-13 06:28:59 -04:00
examples [ORC] Require JITDylib to be specified when adding IR and objects in the C API. 2020-04-09 17:59:26 -07:00
include [AssumeBundles] adapt Assumption cache to assume bundles 2020-04-13 12:04:51 +02:00
lib [LV] Clean up vectorizeInterleaveGroup (NFCI) 2020-04-13 13:15:06 +03:00
projects
resources
runtimes
test Revert "[SCCP] Use SimplifyBinOp for non-integer constant/expressions & overdef." 2020-04-13 11:23:26 +02:00
tools Revert "llvm-dwarfdump: Report errors when failing to parse loclist/debug_loc entries" 2020-04-11 16:54:49 -07:00
unittests [AssumeBundles] adapt Assumption cache to assume bundles 2020-04-13 12:04:51 +02:00
utils [lit] Temporarily disable failing tests on Windows 2020-04-10 20:03:44 -07:00
.clang-format
.clang-tidy
.gitattributes
.gitignore
CMakeLists.txt [Flang] add flang as a new subproject in cmake 2020-04-09 16:13:18 +01:00
CODE_OWNERS.TXT
CREDITS.TXT
LICENSE.TXT
LLVMBuild.txt
README.txt Test commit. 2020-03-14 18:08:26 -07:00
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.