llvm-capstone/llvm
Teresa Johnson b1b9f1789e [MemProf] Fix combined index handling for locals
Since the linker does not resolve local symbols, we cannot look up
whether they are prevailing. The prior check was blocking all locals
from getting memprof summaries in the combined index.

Modified the existing test case to contain a local. This necessitated
some other fixes as the order of summary entries changed.

Differential Revision: https://reviews.llvm.org/D140786
2023-01-09 14:11:43 -08:00
..
benchmarks
bindings
cmake Properly support LLVM_ENABLE_LLD on Windows 2022-12-22 20:07:25 +01:00
docs Revert "AMDGPU: Invert handling of enqueued block detection" 2023-01-07 21:48:07 -05:00
examples [examples] Fix leaks in OrcV2 c-bindings examples. 2022-12-23 21:11:47 -08:00
include [llvm-profdata] Add option to cap profile output size 2023-01-09 22:01:10 +00:00
lib [MemProf] Fix combined index handling for locals 2023-01-09 14:11:43 -08:00
projects
resources
runtimes [runtimes] Only depend on builtins for same target 2023-01-04 03:26:02 -08:00
test [MemProf] Fix combined index handling for locals 2023-01-09 14:11:43 -08:00
tools [llvm-profdata] Add option to cap profile output size 2023-01-09 22:01:10 +00:00
unittests [ConstantRange] Test 1 bit ranges in exhaustive tests (NFC) 2023-01-09 16:57:08 +01:00
utils [gn build] Port 59b029238a 2023-01-09 09:00:23 +00:00
.clang-format
.clang-tidy
.gitattributes
.gitignore
CMakeLists.txt
CODE_OWNERS.TXT [Xtensa 1/10] Recognize Xtensa in triple parsing code 2022-12-26 13:30:51 +01:00
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.