llvm-project/llvm
Tanya Lattner 6c1a0d5205 Consistently use the same apostrophe in these docs. 2022-04-26 09:29:44 -07:00
..
benchmarks
bindings [OCaml][DebugInfo] Add bindings for parameter and auto variable creation 2022-04-24 09:37:04 +05:30
cmake [CMake] Check for problematic MSVC + /arch:AVX configuration 2022-04-21 09:46:44 +02:00
docs Consistently use the same apostrophe in these docs. 2022-04-26 09:29:44 -07:00
examples [examples][ORC] Add a new example showing the ORCv2 removable code APIs. 2022-04-12 15:05:07 -07:00
include [demangler] Simplify OutputBuffer initialization 2022-04-26 04:23:12 -07:00
lib [NFC][RISCV][CodeGen] Use ArrayRef in TargetLowering functions 2022-04-26 23:53:00 +08:00
projects
resources
runtimes
test [InstCombine] Add extra use tests for GEP of GEP fold (NFC) 2022-04-26 17:36:54 +02:00
tools [llvm-objcopy][NFC] rename variable. 2022-04-26 12:47:23 +03:00
unittests Reapply D124184, [DebugInfo][InstrRef] Add a size operand to DBG_PHI 2022-04-26 15:49:22 +01:00
utils [TableGen] Dump RC.AllocationPriority with -register-info-debug 2022-04-26 16:29:26 +01:00
.clang-format
.clang-tidy
.gitattributes
.gitignore
CMakeLists.txt
CODE_OWNERS.TXT [SPIR-V](1/6) Add stub for SPIRV backend 2022-04-20 01:10:25 +02:00
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.