llvm/llvm
Edd Barrett 04f6bf482b
Revise outdated parts of the developer policy.
Specifically:

 - Diffs are not passed around on mailing lists any more.
 - Diffs should be `-U999999`.
 - Clarify part about automated emails.

Differential review: https://reviews.llvm.org/D128645
2022-07-04 07:05:29 +01:00
..
benchmarks
bindings [IR] Remove support for insertvalue constant expression 2022-07-04 09:27:22 +02:00
cmake
docs Revise outdated parts of the developer policy. 2022-07-04 07:05:29 +01:00
examples [Kaleidoscope] Remove unused function argument 2022-06-30 20:47:01 +00:00
include [IR] Remove support for insertvalue constant expression 2022-07-04 09:27:22 +02:00
lib [SimplifyCFG] Remove redundant checks for hoisting (NFCI) 2022-07-04 10:53:54 +02:00
projects
resources
runtimes
test [AArch64] Add additional tests for D120481. 2022-07-04 09:29:42 +01:00
tools [llvm-objdump] Add support for dumping embedded offloading data 2022-07-01 21:13:28 -04:00
unittests [reland][Debuginfo][DWARF][NFC] Refactor DwarfStringPoolEntryRef. 2022-07-01 20:08:09 +03:00
utils [gn build] Port 2aea8af251 2022-07-03 16:05:49 +00:00
.clang-format
.clang-tidy
.gitattributes
.gitignore
CMakeLists.txt
CODE_OWNERS.TXT
configure
CREDITS.TXT
LICENSE.TXT
llvm.spec.in
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.