llvm-project/llvm
Michael Lambert 028444c2b3 [Hexagon] Duplex error: wrong branch hint 2022-01-07 12:04:01 -08:00
..
benchmarks
bindings Fix forward for "signed version of createExpression" 2021-12-27 13:51:59 +01:00
cmake [CMake] Include ZLIB_ROOT in LLVMConfig.cmake 2022-01-06 11:25:00 -05:00
docs Update Bug report URL to Github Issues 2022-01-06 17:33:25 +08:00
examples [llvm] Use true/false instead of 1/0 (NFC) 2022-01-07 00:39:14 -08:00
include Use nullptr instead of 0 or NULL (NFC) 2022-01-07 10:17:29 -08:00
lib [Hexagon] Duplex error: wrong branch hint 2022-01-07 12:04:01 -08:00
projects
resources
runtimes [runtimes] Remove LLVM_ENABLE_LLD 2021-12-17 15:03:57 -08:00
test [Hexagon] Duplex error: wrong branch hint 2022-01-07 12:04:01 -08:00
tools [RISCV] Add missing e_flag EF_RISCV_TSO 2022-01-07 23:05:29 +08:00
unittests [Support] No longer require flushing raw_string_ostream 2022-01-07 09:25:22 -08:00
utils [llvm] Use true/false instead of 1/0 (NFC) 2022-01-07 00:39:14 -08:00
.clang-format
.clang-tidy
.gitattributes
.gitignore
CMakeLists.txt [CMake] Support passing arguments to build tool for external projects 2022-01-06 11:09:39 +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.