llvm-capstone/llvm
2023-12-13 20:59:28 +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 [AMDGPU] Update IEEE and DX10_CLAMP for GFX12 (#75030) 2023-12-13 13:52:40 +01:00
examples [Orc][examples] Drop target triple from input for remote debugging test (#74831) 2023-12-08 22:10:03 +01:00
include [llvm][Support] Add UNIX socket support (#73603) 2023-12-13 10:47:55 -08:00
lib [XCOFF] Display branch-absolute targets in hex. (#72532) 2023-12-13 12:55:47 -06:00
projects
resources
runtimes [runtimes] Pass-through CLANG_RESOURCE_DIR to cmake invocations (#73185) 2023-11-28 21:32:10 -08:00
test [LV] Add test case for #75298. 2023-12-13 20:59:28 +00:00
tools [SystemZ][z/OS] Add missing strnlen function for z/OS to fix build failures (#75339) 2023-12-13 13:13:53 -05:00
unittests [llvm][Support] Add UNIX socket support (#73603) 2023-12-13 10:47:55 -08:00
utils [gn build] Port a5ffabce98 2023-12-13 19:11:22 +00:00
.clang-format
.clang-tidy
.gitattributes
.gitignore
CMakeLists.txt [runtimes] Add missing test dependencies to check-all (#75090) 2023-12-13 11:43:40 -08: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.