llvm-project/llvm
Nikita Popov 0c553bff8e [Bitcode] Guard against out of bounds value reference
We should make sure that the value ID is in bounds, otherwise
we will assert / read out of bounds.
2022-02-07 12:16:13 +01:00
..
benchmarks
bindings
cmake
docs
examples
include [Bitstream] Reject implausibly large reservations 2022-02-07 12:16:12 +01:00
lib [Bitcode] Guard against out of bounds value reference 2022-02-07 12:16:13 +01:00
projects
resources
runtimes
test [Bitcode] Guard against out of bounds value reference 2022-02-07 12:16:13 +01:00
tools [Bitcode] Add fuzzer for bitcode reading 2022-02-07 10:24:39 +01:00
unittests
utils
.clang-format
.clang-tidy
.gitattributes
.gitignore
CMakeLists.txt
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.