llvm-project/compiler-rt
Gulfem Savrun Yeniceri 4961bb477d [gwp_asan] Add missing <algorithm> include
After https://reviews.llvm.org/D119667, <algorithm> is no longer
transitively included from various headers. This patch adds the
<algorithm> include into gwp_asan.

Differential Revision: https://reviews.llvm.org/D120172
2022-02-19 01:14:14 +00:00
..
cmake Revert "[compiler-rt] Implement ARM atomic operations for architectures without SMP support" 2022-02-17 02:17:27 -08:00
docs
include Reland "[memprof] Extend the index prof format to include memory profiles." 2022-02-17 22:09:52 -08:00
lib [gwp_asan] Add missing <algorithm> include 2022-02-19 01:14:14 +00:00
test [msan] strsignal interceptor 2022-02-17 18:13:35 -08:00
tools
unittests
utils
www Update all LLVM documentation mentioning runtimes in LLVM_ENABLE_PROJECTS 2022-02-10 15:05:23 -05:00
.clang-tidy
.gitignore
CMakeLists.txt
CODE_OWNERS.TXT
CREDITS.TXT
LICENSE.TXT
README.txt

README.txt

Compiler-RT
================================

This directory and its subdirectories contain source code for the compiler
support routines.

Compiler-RT is open source software. You may freely distribute it under the
terms of the license agreement found in LICENSE.txt.

================================