- Jun 15, 2012
-
-
Alexey Samsonov authored
llvm-svn: 158522
-
Alexey Samsonov authored
[Sanitizer] move all the rest re-implementations of libc functions from ASan runtime to common sanitizer runtime llvm-svn: 158519
-
Alexey Samsonov authored
[Sanitizer] Use DEFINE_REAL macro in TSan runtime to call libc implementations of functions. Move strchr to sanitizer_libc. llvm-svn: 158517
-
Bill Wendling authored
llvm-svn: 158514
-
Alexey Samsonov authored
llvm-svn: 158502
-
Alexey Samsonov authored
llvm-svn: 158500
-
Alexey Samsonov authored
llvm-svn: 158499
-
Alexey Samsonov authored
llvm-svn: 158496
-
Alexey Samsonov authored
[Sanitizer] move more portability wrappers to common runtime: sleep, _exit, abort, atexit, pthread_self llvm-svn: 158493
-
Alexey Samsonov authored
llvm-svn: 158490
-
- Jun 14, 2012
-
-
Dmitry Vyukov authored
llvm-svn: 158473
-
Nico Weber authored
I'm not sure if this is the right fix, but this has been broken for two weeks and pleas for review were ignored. It seems to do the right thing. llvm-svn: 158466
-
Nico Weber authored
llvm-svn: 158465
-
Alexey Samsonov authored
llvm-svn: 158452
-
Alexey Samsonov authored
llvm-svn: 158451
-
Alexey Samsonov authored
llvm-svn: 158450
-
Alexey Samsonov authored
[Sanitizer] Workaround for -Wunused-private-field warning - add an attribute in TSan unit test, and silence this warning as gtest has unused fields. llvm-svn: 158449
-
Alexey Samsonov authored
llvm-svn: 158448
-
Alexey Samsonov authored
llvm-svn: 158447
-
- Jun 11, 2012
-
-
Alexander Potapenko authored
llvm-svn: 158312
-
- Jun 09, 2012
-
-
Alexey Samsonov authored
[Sanitizer] Use __libc_malloc/__libc_free instead of malloc/free inside internal allocator on Linux (important for TSan) llvm-svn: 158261
-
Alexey Samsonov authored
llvm-svn: 158260
-
- Jun 08, 2012
-
-
Alexey Samsonov authored
llvm-svn: 158202
-
Alexey Samsonov authored
llvm-svn: 158201
-
Alexey Samsonov authored
llvm-svn: 158200
-
Alexey Samsonov authored
llvm-svn: 158198
-
- Jun 07, 2012
-
-
Alexey Samsonov authored
[Sanitizer] move internal_strdup and internal_memcpy to common runtime. Make internal allocations from TSan runtime call InternalAlloc from common runtime llvm-svn: 158148
-
Alexey Samsonov authored
llvm-svn: 158147
-
Alexey Samsonov authored
llvm-svn: 158145
-
Alexey Samsonov authored
llvm-svn: 158144
-
Kostya Serebryany authored
llvm-svn: 158143
-
Alexey Samsonov authored
[Sanitizer] Allocator for internal runtime purposes. Currently it calls libcmalloc, but we might have to make it more low-level in future llvm-svn: 158142
-
Alexey Samsonov authored
llvm-svn: 158141
-
Alexey Samsonov authored
llvm-svn: 158140
-
Alexey Samsonov authored
llvm-svn: 158139
-
Alexey Samsonov authored
llvm-svn: 158138
-
- Jun 06, 2012
-
-
Kostya Serebryany authored
llvm-svn: 158083
-
Kostya Serebryany authored
llvm-svn: 158082
-
Alexey Samsonov authored
llvm-svn: 158078
-
Alexey Samsonov authored
llvm-svn: 158077
-