hanchenye-llvm-project/compiler-rt/lib
Evgeniy Stepanov c07dc68852 [asan] Fix one test on Android-L.
index() is deprecated.

llvm-svn: 218312
2014-09-23 15:42:04 +00:00
..
BlocksRuntime
asan [asan] Fix one test on Android-L. 2014-09-23 15:42:04 +00:00
builtins builtins: 80-column 2014-09-19 01:35:08 +00:00
dfsan DFSan's set label function should avoid writing to the shadow memory when the write would not change the value in memory. 2014-08-19 01:47:33 +00:00
interception [ASan/Win] Intercept memory allocation functions in the MD CRT 2014-08-25 13:19:05 +00:00
lsan [Sanitizer] Get rid of Symbolizer::Get() and Symbolizer::GetOrNull(). 2014-09-10 22:45:09 +00:00
msan [msan] Make origin tracking fork-safe. 2014-09-04 10:36:14 +00:00
msandr
profile profile: Avoid name collisions between instrumentation and runtime 2014-09-04 15:45:31 +00:00
sanitizer_common [UBSan] Optionally report summary in UBSan error reports. 2014-09-19 18:33:45 +00:00
tsan tsan: more careful handling of signals 2014-09-18 19:03:32 +00:00
ubsan UBSan: print 'undefined-behavior' instead of 'runtime-error' in report summary 2014-09-22 19:39:46 +00:00
CMakeLists.txt Fix build on some architectures caused by r215247. 2014-08-11 19:57:56 +00:00
Makefile.mk