llvm-project/llvm
wlei 5bf191a381 [llvm-profgen] Fix index out of bounds error while using ip.advance
Previously we assume there're some non-executing sections at the bottom of the text section so that we won't hit the array's bound. But on BOLTed binary, it turned out .bolt section is at the bottom of text section which can be profiled, then it crash llvm-profgen. This change try to fix it.

Reviewed By: hoy, wenlei

Differential Revision: https://reviews.llvm.org/D113238
2021-11-05 18:38:40 -07:00
..
benchmarks
bindings
cmake [TableGen] Emit a warning for unused template args 2021-11-03 11:55:07 +00:00
docs [NFC] Inclusive language: Remove instances of master in URLs 2021-11-05 08:48:41 -05:00
examples Revert "Use `GNUInstallDirs` to support custom installation dirs. -- LLVM" 2021-11-02 19:11:44 +01:00
include [IR] Improve member `ShuffleVectorInst::isReplicationMask()` 2021-11-06 00:09:27 +03:00
lib DWARF Simplified Template Names: Narrow down the handling for operator overloads 2021-11-05 15:41:56 -07:00
projects Remove unused parallel-libs project 2021-10-21 14:34:39 -07:00
resources
runtimes
test [llvm-profgen] Fix index out of bounds error while using ip.advance 2021-11-05 18:38:40 -07:00
tools [llvm-profgen] Fix index out of bounds error while using ip.advance 2021-11-05 18:38:40 -07:00
unittests [IR] Improve member `ShuffleVectorInst::isReplicationMask()` 2021-11-06 00:09:27 +03:00
utils Add some support for pretty printing Twines containing std::string in gdb 2021-11-05 12:56:40 -07:00
.clang-format
.clang-tidy
.gitattributes
.gitignore
CMakeLists.txt [NFC] Inclusive language: Remove instances of master in URLs 2021-11-05 08:48:41 -05: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.