- Jan 17, 2012
-
-
http://llvm.org/bugs/show_bug.cgi?id=11763Kostya Serebryany authored
[asan] workaround for bug http://llvm.org/bugs/show_bug.cgi?id=11763. Do not bark on memcpy(a, a, size). llvm-svn: 148318
-
Kostya Serebryany authored
llvm-svn: 148311
-
Alexey Samsonov authored
llvm-svn: 148305
-
Alexey Samsonov authored
AddressSanitizer: from this patch, ASan allocator returns false for __asan_get_ownership(NULL) and produce error reports for malloc_usable_size(NULL) and __asan_get_allocated_size(NULL) llvm-svn: 148304
-
Alexander Potapenko authored
llvm-svn: 148303
-
Alexey Samsonov authored
llvm-svn: 148287
-
Alexey Samsonov authored
llvm-svn: 148286
-
- Jan 16, 2012
-
-
Evgeniy Stepanov authored
llvm-svn: 148236
-
Alexey Samsonov authored
llvm-svn: 148235
-
Evgeniy Stepanov authored
llvm-svn: 148234
-
- Jan 13, 2012
-
-
Alexander Potapenko authored
and switches our interceptors to using them instead of the default vm_allocate-based approach used by mach_override_ptr. To simplify the code, a fixed memory mapping is used for the allocation pool -- note that we can't mmap an arbitrary chunk of memory, because the shadow memory hasn't been mapped yet (for the reasons discussed in http://code.google.com/p/address-sanitizer/issues/detail?id=24, we cannot map the shadow earlier) The patch drops the program startup time from several second to half a second, which speeds up the execution of ASan tests noticeably. Because of the virtual memory size occupied by the programs it's hard to speed up the shutdown time, which would've also helped the tests. llvm-svn: 148116
-
Alexander Potapenko authored
Add __asan_mach_override_ptr_custom, which allows to inject a custom memory allocator into mach_override_ptr(). llvm-svn: 148115
-
Alexander Potapenko authored
in asan_linux.cc, because /proc is unavailable on Mac. Instead the Mac version of AsanGetEnv iterates over the array of environment variables obtained from _NSGetEnviron() llvm-svn: 148114
-
- Jan 12, 2012
-
-
Anton Korobeynikov authored
Patch by Ruben Van Boxem! llvm-svn: 148048
-
- Jan 11, 2012
-
-
Evgeniy Stepanov authored
Protected by an #ifdef, disabled by default. llvm-svn: 147932
-
Alexey Samsonov authored
llvm-svn: 147930
-
Kostya Serebryany authored
llvm-svn: 147919
-
Kostya Serebryany authored
llvm-svn: 147916
-
Kostya Serebryany authored
llvm-svn: 147913
-
Kostya Serebryany authored
[asan] get rid of the scary TSD destructor code. Now, we store the leaky AsanThreadSummary in TSD and never remove it from there. llvm-svn: 147910
-
Kostya Serebryany authored
llvm-svn: 147896
-
- Jan 10, 2012
-
-
Kostya Serebryany authored
llvm-svn: 147878
-
Kostya Serebryany authored
llvm-svn: 147811
-
- Jan 09, 2012
-
-
Kostya Serebryany authored
[asan] temporary reinstate string.h/strings.h. Removal of those caused a Mac build failulre which I failed to observe before the commit llvm-svn: 147810
-
Kostya Serebryany authored
llvm-svn: 147809
-
Kostya Serebryany authored
llvm-svn: 147807
-
Kostya Serebryany authored
llvm-svn: 147796
-
Kostya Serebryany authored
llvm-svn: 147793
-
Kostya Serebryany authored
llvm-svn: 147792
-
Kostya Serebryany authored
llvm-svn: 147788
-
Kostya Serebryany authored
llvm-svn: 147784
-
- Jan 06, 2012
-
-
Kostya Serebryany authored
llvm-svn: 147674
-
Kostya Serebryany authored
llvm-svn: 147671
-
Kostya Serebryany authored
llvm-svn: 147665
-
Kostya Serebryany authored
llvm-svn: 147647
-
Rafael Espindola authored
llvm-svn: 147632
-
Kostya Serebryany authored
llvm-svn: 147628
-
- Jan 05, 2012
-
-
Kostya Serebryany authored
[asan] move {linux,mac}-specific code from asan_thread.cc to asan_{linux,mac}.cc; also add asan_procmaps.h which I forgot to add on previous commit. llvm-svn: 147586
-
Kostya Serebryany authored
llvm-svn: 147581
-
- Jan 04, 2012
-
-
Kostya Serebryany authored
llvm-svn: 147514
-