llvm-project/llvm
Eric Astor e6cd3eff17 Fix -Wsign-compare issue in MasmParser.cpp 2020-11-04 15:43:18 -05:00
..
benchmarks
bindings
cmake
docs Start of an llvm.coro.async implementation 2020-11-04 10:29:21 -08:00
examples
include [ms] [llvm-ml] Lex MASM strings, including escaping 2020-11-04 15:28:43 -05:00
lib Fix -Wsign-compare issue in MasmParser.cpp 2020-11-04 15:43:18 -05:00
projects
resources
runtimes
test [ms] [llvm-ml] Lex MASM strings, including escaping 2020-11-04 15:28:43 -05:00
tools [ms] [llvm-ml] Lex MASM strings, including escaping 2020-11-04 15:28:43 -05:00
unittests [MemorySSA] Use provided memory location even if instruction is call 2020-11-04 20:30:22 +01:00
utils Add info about the cherry-picked commit and contributor 2020-11-04 14:23:27 -05:00
.clang-format
.clang-tidy
.gitattributes
.gitignore
CMakeLists.txt
CODE_OWNERS.TXT
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.