llvm-project/llvm
Dmitry Vyukov a1255dc467 Use-after-return sanitizer binary metadata
Currently per-function metadata consists of:
(start-pc, size, features)

This adds a new UAR feature and if it's set an additional element:
(start-pc, size, features, stack-args-size)

Reviewed By: melver

Differential Revision: https://reviews.llvm.org/D136078
2022-11-29 17:37:36 +01:00
..
benchmarks
bindings [AggressiveInstCombine] Remove legacy PM pass 2022-11-15 14:35:15 -08:00
cmake [CMake] Use LLVM_TARGET_TRIPLE in runtimes 2022-11-29 04:08:24 +00:00
docs Recommit "[LoopFlatten] Enable it by default" 2022-11-29 10:45:13 +00:00
examples [Bye] Remove legacy pipeline registration 2022-11-18 13:47:19 -08:00
include Use-after-return sanitizer binary metadata 2022-11-29 17:37:36 +01:00
lib Use-after-return sanitizer binary metadata 2022-11-29 17:37:36 +01:00
projects
resources
runtimes [CMake] Use LLVM_TARGET_TRIPLE in runtimes 2022-11-29 04:08:24 +00:00
test Use-after-return sanitizer binary metadata 2022-11-29 17:37:36 +01:00
tools llvm-reduce: Add some missing consts 2022-11-29 10:08:02 -05:00
unittests [Support] Move getHostNumPhysicalCores to Threading.h 2022-11-29 13:14:13 +00:00
utils Add new vector types for LLVM 2022-11-29 17:02:04 +01:00
.clang-format
.clang-tidy
.gitattributes
.gitignore
CMakeLists.txt Move googletest to the third-party directory 2022-11-09 15:28:08 -08:00
CODE_OWNERS.TXT [SPIRV] support the enqueue_kernel builtin function 2022-11-01 02:52:08 +03:00
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.