llvm-project/llvm
Duncan P. N. Exon Smith 79df41011b DebugInfo: const-qualify accessors of DWARFExpression::Operation
Add `const` to DWARFExpression::Operation's accessors and make
Operation::extract() private, since it's only used by the friend class
DWARFExpression::iterator.
2021-11-15 17:30:10 -08: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
include DebugInfo: const-qualify accessors of DWARFExpression::Operation 2021-11-15 17:30:10 -08:00
lib DebugInfo: const-qualify accessors of DWARFExpression::Operation 2021-11-15 17:30:10 -08:00
projects
resources
runtimes
test [DAGCombiner] Prevent unfoldMaskedMerge from creating an AND with two inverted inputs. 2021-11-15 17:15:51 -08:00
tools [llvm-reduce] Don't reuse SmallVector across calls to getAllMetadata() 2021-11-15 14:53:48 -08:00
unittests [JITLink] Fix splitBlock if there are symbols span across the boundary 2021-11-15 13:55:21 -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.