llvm-project/compiler-rt/lib
Igor Kudrin 84c4efbc6d [ubsan-minimal] Report the address of an error
This implements a FIXME in the runtime library and adds printing the
address at the end of the message as "by 0x123abc". The buffer for the
message is allocated on the stack in a handler, so the stack memory
consumption is slightly increased. No additional external dependencies
are added.

Differential revision: https://reviews.llvm.org/D131914
2022-09-05 14:18:25 +04:00
..
BlocksRuntime
asan [asan] Faster version of QuickCheckForUnpoisonedRegion 2022-08-08 22:07:35 -07:00
builtins [compiler-rt][builtins] Add compiler flags to catch potential errors 2022-08-26 08:35:19 -07:00
cfi sanitizer_common: prefix thread-safety macros with SANITIZER_ 2022-01-07 15:11:00 +01:00
crt Revert "[compiler-rt] Use C_STANDARD instead of custom logic for adding -std=c11" 2022-04-27 00:20:44 +03:00
dfsan [DFSan] Fix handling of libAtomic external functions. 2022-08-22 16:04:29 -07:00
fuzzer [Libfuzzer] Include signal.h for SIGINT 2022-09-04 11:31:15 -05:00
gwp_asan [CMake] Build lib/gwp_asan/tests with -std=c++17 2022-08-08 17:51:17 -07:00
hwasan [RISC-V][HWASAN] Save sp address at the start of tag mismatch routine 2022-08-28 21:12:37 +03:00
interception [compiler-rt][CMake] Set --unwindlib=none when using LLVM libunwind 2022-07-15 07:25:38 +00:00
lsan [lsan][darwin] Unmask camouflaged class_rw_t pointers 2022-09-02 11:25:22 -04:00
memprof [NFC][memprof] Remove unused code 2022-07-20 18:50:45 -07:00
msan [msan] Use no-origin functions when possible 2022-09-01 19:18:38 -07:00
orc [ORC-RT] Refactor ORC runtime CMake for future test tool(s). 2022-09-02 20:59:57 -07:00
profile [profile] Create only prof header when no counters 2022-08-30 19:50:41 +00:00
safestack [compiler-rt] Fix Mmap on FreeBSD AArch64 2022-06-08 17:22:33 -04:00
sanitizer_common [symbolizer] Fix build after 342e0eb 2022-08-23 14:51:39 -07:00
scudo [scudo] Try to fix standalone build on armv7 2022-08-08 10:19:12 +02:00
stats [compiler-rt] separate lsan, ubsan, stats configuration from SANITIZER_COMMON_SUPPORTED_OS 2021-11-10 19:16:20 -08:00
tsan tsan: add ability to compile for different Go subarch values. 2022-08-24 07:11:13 -04:00
ubsan [gn build] Make ubsan_init_standalone_preinit.cpp syncable 2022-08-15 18:17:06 -04:00
ubsan_minimal [ubsan-minimal] Report the address of an error 2022-09-05 14:18:25 +04:00
xray [compiler-rt][CMake] Set --unwindlib=none when using LLVM libunwind 2022-07-15 07:25:38 +00:00
CMakeLists.txt Revert D120327 "compiler-rt: Add udivmodei5 to builtins and add bitint library" 2022-04-08 12:39:42 -07:00