llvm-project/llvm
Krasimir Georgiev 3d1d8c767b [llvm] adapt DWARFExpression.h for 6b9b86db9d
No functional changes intended.

Updated the iterator class for 6b9b86db9d.

Differential Revision: https://reviews.llvm.org/D113934
2021-11-15 22:08:39 +01:00
..
benchmarks
bindings
cmake Revert "[llvm][ubsan] Inclusive language: replace use of blacklist HandleLLVMOptions.cmake" 2021-11-15 18:54:15 +00:00
docs [NFC] Trim trailing whitespace in *.rst 2021-11-15 09:17:08 +08:00
examples Revert "Use `GNUInstallDirs` to support custom installation dirs. -- LLVM" 2021-11-02 19:11:44 +01:00
include [llvm] adapt DWARFExpression.h for 6b9b86db9d 2021-11-15 22:08:39 +01:00
lib [unroll-runtime] Relax two profitability limitations on multi-exit unrolling 2021-11-15 13:00:14 -08:00
projects Remove unused parallel-libs project 2021-10-21 14:34:39 -07:00
resources
runtimes
test [asm] Correctly handle special names in variants 2021-11-15 15:37:09 -05:00
tools [AIX][llvm-go] AIX linker does not recognize `-rpath` 2021-11-15 13:13:08 -05:00
unittests [NFC] Use Optional<ProfileCount> to model invalid counts 2021-11-14 19:03:30 -08:00
utils [llvm][fix] Inclusive language: replace master with main in find_interesting_reviews.py 2021-11-15 14:06:30 -06:00
.clang-format
.clang-tidy
.gitattributes
.gitignore
CMakeLists.txt [CMake] Allow passing extra options to extract_symbols.py. 2021-11-15 14:01:22 +00: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.