llvm-capstone/llvm
2023-11-08 11:58:42 +00:00
..
benchmarks
bindings [IR] Remove FP cast constant expressions (#71408) 2023-11-07 09:34:16 +01:00
cmake Improve error message for cmake failure (#71404) 2023-11-07 09:54:04 +01:00
docs [TableGen][GlobalISel] Add MIFlags matching & rewriting (#71179) 2023-11-08 10:31:49 +01:00
examples [NFC] Remove Type::getInt8PtrTy (#71029) 2023-11-07 17:26:26 +01:00
include Revert "[OpenMP] atomic compare fail : Parser & AST support" 2023-11-08 11:20:17 +01:00
lib [IndVars] Add check of loop invariant for trunc instructions (#71072) 2023-11-08 11:16:23 +00:00
projects
resources
runtimes [CMake] Address the issue introduced in #69869 2023-10-27 07:31:19 +00:00
test [IndVars] Add check of loop invariant for trunc instructions (#71072) 2023-11-08 11:16:23 +00:00
tools [NFC] Remove Type::getInt8PtrTy (#71029) 2023-11-07 17:26:26 +01:00
unittests Revert "[DebugMetadata][DwarfDebug] Support function-local types in lexical block scopes (4/7)" 2023-11-08 00:29:24 +01:00
utils [gn build] Port e28157e778 2023-11-08 11:58:42 +00:00
.clang-format
.clang-tidy
.gitattributes
.gitignore
CMakeLists.txt Improve llvm-config.h to record which target is configured or not (#71164) 2023-11-03 11:01:40 -07:00
CODE_OWNERS.TXT [llvm] Add myself as codeowner for TextAPI (#70399) 2023-10-26 20:07:58 -07:00
configure
CREDITS.TXT [NFC] Remove old email 2023-08-25 16:34:22 +01:00
LICENSE.TXT Fix typos throughout the license files that somehow I and my reviewers 2019-01-21 09:52:34 +00:00
llvm.spec.in NFC: remove stray extra space from llvm.spec.in 2023-03-29 11:01:35 +01:00
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.