llvm-project/llvm
Craig Topper 75095e6281 [RISCV] Pre-commit tests for D128843. NFC 2022-06-29 12:12:42 -07:00
..
benchmarks
bindings [IR] Remove support for extractvalue constant expression 2022-06-28 10:40:17 +02:00
cmake [CMake] Don't pass CMAKE_C(XX)_COMPILER to the nested NATIVE build when cross compiling 2022-06-22 09:33:50 +03:00
docs [llvm-objcopy] Remove support for legacy .zdebug sections 2022-06-29 10:42:55 -07:00
examples Add missing (void) for function declarations in C 2022-06-28 00:45:17 +00:00
include [OpenMP] Add variant extension that applies to declarations 2022-06-29 15:04:26 -04:00
lib AMDGPU: Add gfx11 feature to force initializing 16 input SGPRs 2022-06-29 14:52:19 -04:00
projects
resources
runtimes
test [RISCV] Pre-commit tests for D128843. NFC 2022-06-29 12:12:42 -07:00
tools [llvm-objcopy] Remove support for legacy .zdebug sections 2022-06-29 10:42:55 -07:00
unittests [CoverageMapping] Remove dots from paths inside the profile 2022-06-28 20:53:01 -07:00
utils [TableGen] Add a knob for MCOperandInfo expansion in gen-instr-info 2022-06-29 00:59:16 -07:00
.clang-format
.clang-tidy
.gitattributes
.gitignore
CMakeLists.txt [Clang][C++23] P2071 Named universal character escapes 2022-06-25 19:03:33 +02: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.