llvm-project/llvm
serge-sans-paille efec6b800f Conditional include of Twine.h under Z3 2022-03-11 15:48:06 +01:00
..
benchmarks
bindings [SanitizerBounds] Add support for NoSanitizeBounds function 2022-03-01 18:47:02 +01:00
cmake [cmake] Remove unused OUTPUT_MAPPING param to configure_lit_site_cfg(). NFC 2022-03-10 21:26:53 +01:00
docs [docs] Update opaque pointers transition state (NFC) 2022-03-11 09:35:38 +01:00
examples Cleanup includes: LLVMTarget 2022-03-10 10:00:29 +01:00
include [BFI] Use SmallPtrSets. NFCI. 2022-03-11 15:20:57 +01:00
lib Conditional include of Twine.h under Z3 2022-03-11 15:48:06 +01:00
projects
resources
runtimes [CMake] Include runtimes test suites in check-all 2022-03-10 10:18:37 -08:00
test [Verifier] Check type of swifterror alloca 2022-03-11 14:52:56 +01:00
tools [llvm-mt] Add support /notify_update 2022-03-11 03:46:46 +00:00
unittests [ADT] Make BitmaskEnum operations constant expressions 2022-03-11 11:11:55 +01:00
utils Cleanup include: TableGen 2022-03-11 11:41:32 +01:00
.clang-format
.clang-tidy
.gitattributes
.gitignore
CMakeLists.txt [CMake] Include runtimes test suites in check-all 2022-03-10 10:18:37 -08:00
CODE_OWNERS.TXT [CODE_OWNERS/CREDITS] Update my email address 2022-03-07 10:53:29 +00:00
CREDITS.TXT [CODE_OWNERS/CREDITS] Update my email address 2022-03-07 10:53:29 +00:00
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.