llvm-capstone/llvm
2023-12-08 12:41:22 +00:00
..
benchmarks
bindings
cmake [CMake][Windows] Turn off lld string tail merging when ASAN is turned on (#74207) 2023-12-07 11:44:24 +00:00
docs MIRLangRef: fix llc invocation lines to write output (#74104) 2023-12-08 09:54:33 +00:00
examples Kaleidoscope-Ch8: use Reloc::PIC_ 2023-12-05 23:44:35 -08:00
include [GlobalISel] Fix comment on buildIsFPClass 2023-12-08 12:41:22 +00:00
lib [X86] combineLoad - consistently use cast<MemSDNode>. NFCI. 2023-12-08 12:24:55 +00:00
projects
resources
runtimes [runtimes] Pass-through CLANG_RESOURCE_DIR to cmake invocations (#73185) 2023-11-28 21:32:10 -08:00
test [AMDGPU][NFC] Improve testing for AMDHSA ABI Version (#74300) 2023-12-08 18:09:45 +05:30
tools [llvm-exegesis]Allow clients to do their own snippet running error ha… (#74711) 2023-12-08 13:01:01 +01:00
unittests [Analysis] Remove unnecessary includes (NFC) 2023-12-07 22:15:32 -08:00
utils [TableGen] Remove unnecessary includes (NFC) 2023-12-07 21:03:55 -08:00
.clang-format
.clang-tidy
.gitattributes
.gitignore
CMakeLists.txt [SystemZ/ZOS] Additions to the build system. (#74730) 2023-12-07 15:04:56 -05:00
CODE_OWNERS.TXT
configure
CREDITS.TXT
LICENSE.TXT
llvm.spec.in
README.txt
RELEASE_TESTERS.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.