hanchenye-llvm-project/compiler-rt/lib
Kostya Serebryany 58560a05ad [sanitizer] fix an allocator bug where the allocated memory may overlap with the free array (kudos to Kostya Korcthinsky). Also make sure that the allocator does not mmap more than requested. Test both.
llvm-svn: 281103
2016-09-09 21:42:33 +00:00
..
BlocksRuntime
asan [asan] Store access_size in the {Stack,Global}AddressDescription objects 2016-09-09 21:09:06 +00:00
builtins builtins: make sure that flags is setup properly for __clear_cache 2016-09-07 22:59:54 +00:00
cfi [CMake] Connect Compiler-RT targets to LLVM Runtimes directory 2016-08-26 20:52:22 +00:00
dfsan [CMake] Connect Compiler-RT targets to LLVM Runtimes directory 2016-08-26 20:52:22 +00:00
esan Revert "[ESan][MIPS] Adds support for MIPS64" 2016-09-08 16:09:46 +00:00
interception [compilter-rt] Try to fix correctly rL277560 2016-08-03 05:03:35 +00:00
lsan [CMake] Connect Compiler-RT targets to LLVM Runtimes directory 2016-08-26 20:52:22 +00:00
msan [asan] first attempt at releasing free-d memory back to the system using madvise. Requires quite some tuning. 2016-08-26 23:58:42 +00:00
profile Correctly escape %. 2016-09-08 01:46:52 +00:00
safestack [CMake] Connect Compiler-RT targets to LLVM Runtimes directory 2016-08-26 20:52:22 +00:00
sanitizer_common [sanitizer] fix an allocator bug where the allocated memory may overlap with the free array (kudos to Kostya Korcthinsky). Also make sure that the allocator does not mmap more than requested. Test both. 2016-09-09 21:42:33 +00:00
scudo [CMake] Connect Compiler-RT targets to LLVM Runtimes directory 2016-08-26 20:52:22 +00:00
stats stats: define WIN32_LEAN_AND_MEAN when including windows.h 2016-08-30 20:15:46 +00:00
tsan [tsan] Support C++11 call_once in TSan on Darwin 2016-09-08 10:15:20 +00:00
ubsan [CMake] Connect Compiler-RT targets to LLVM Runtimes directory 2016-08-26 20:52:22 +00:00
xray Revert "[XRay] ARM 32-bit no-Thumb support in compiler-rt" 2016-09-08 17:13:15 +00:00
CMakeLists.txt build: allow building a specific set of sanitizers 2016-08-19 15:13:21 +00:00