llvm-project/llvm
Craig Topper ea1b861278 [RISCV] Fix misleading formatting and remove a dead getNode call. NFC 2022-06-27 18:49:57 -07:00
..
benchmarks
bindings [ArgPromotion] Remove legacy PM support 2022-06-27 09:42: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 Fix sphinx docs build 2022-06-27 12:22:04 -07:00
examples Add missing (void) for function declarations in C 2022-06-28 00:45:17 +00:00
include Reland [Metadata] Add a resize capability to MDNodes and add a push_back interface to MDNode 2022-06-27 16:23:11 -07:00
lib [RISCV] Fix misleading formatting and remove a dead getNode call. NFC 2022-06-27 18:49:57 -07:00
projects
resources
runtimes
test llvm-reduce: Handle reducing FP values to nan 2022-06-27 19:55:38 -04:00
tools llvm-reduce: Handle reducing FP values to nan 2022-06-27 19:55:38 -04:00
unittests Reland [Metadata] Add a resize capability to MDNodes and add a push_back interface to MDNode 2022-06-27 16:23:11 -07:00
utils [lit][test] relaxed GTEST_TOTAL_SHARDS checking for some googletests 2022-06-27 16:17:08 -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.