llvm-project/llvm
Alex Brachet d1b6c1b1a9 Only enable driver test if in driver build 2022-10-13 19:26:06 +00:00
..
benchmarks
bindings [llvm-ocaml] Fix arity mismatch in pointer bindings 2022-10-13 10:07:10 -07:00
cmake [CMake] Fix FindGRPC cmake module to allow different layering 2022-10-12 15:35:26 -07:00
docs Update developer policy on potentially breaking changes 2022-10-13 10:58:52 -04:00
examples [examples] Fix deprecated use of llvm::empty. 2022-10-09 22:00:43 -07:00
include [PassTimingInfo] Stop double (or worse) counting passes/analyses 2022-10-13 09:12:12 -07:00
lib [ConstraintElim] Move check-and-replace logic to helper function (NFC). 2022-10-13 18:58:37 +01:00
projects
resources
runtimes [runtimes] Use a response file for runtimes test suites 2022-10-12 08:01:19 +00:00
test Only enable driver test if in driver build 2022-10-13 19:26:06 +00:00
tools [llvm-driver] Add lld 2022-10-13 19:23:25 +00:00
unittests [PassTimingInfo] Stop double (or worse) counting passes/analyses 2022-10-13 09:12:12 -07:00
utils Revert "Remove PlaceSafepoints pass" 2022-10-13 07:17:25 -07:00
.clang-format
.clang-tidy
.gitattributes
.gitignore [Bindings] Remove go bindings 2022-10-10 10:14:17 +02:00
CMakeLists.txt [CMake] Add option LLVM_FORCE_CREATE_SYMLINKS 2022-10-12 11:06:32 +02:00
CODE_OWNERS.TXT Remove myself as X86 Backend owner. 2022-10-08 18:39:45 -07:00
CREDITS.TXT Add myself to CREDITS.TXT + CODE_OWNERS.TXT 2022-10-09 09:02:20 +08:00
LICENSE.TXT
README.txt
RELEASE_TESTERS.TXT Update RELEASE_TESTERS.TXT 2022-10-07 10:37:25 +02:00
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.