- Dec 11, 2012
-
-
Evgeniy Stepanov authored
llvm-svn: 169861
-
Evgeniy Stepanov authored
Initial commit of the MemorySanitizer runtime library. llvm-svn: 169858
-
Timur Iskhodzhanov authored
llvm-svn: 169857
-
Timur Iskhodzhanov authored
llvm-svn: 169856
-
Timur Iskhodzhanov authored
llvm-svn: 169855
-
Kostya Serebryany authored
llvm-svn: 169836
-
Kostya Serebryany authored
llvm-svn: 169828
-
Kostya Serebryany authored
llvm-svn: 169822
-
- Dec 10, 2012
-
-
Alexander Potapenko authored
[ASan] Typo fix in memcpy() and memmove() interceptors: ASAN_WRITE_RANGE and ASAN_READ_RANGE were swapped. This has been spotted by Anna Zaks (ganna@apple.com) llvm-svn: 169736
-
Kostya Serebryany authored
llvm-svn: 169734
-
Kostya Serebryany authored
[asan] introduce asan_allocator2.cc, which will have the replacement for asan allocator (now, just a bit of boilerplate) llvm-svn: 169733
-
Alexander Potapenko authored
the client programs to notify the tools that sandboxing is about to be turned on. llvm-svn: 169732
-
Dmitry Vyukov authored
llvm-svn: 169729
-
- Dec 08, 2012
-
-
Alexey Samsonov authored
llvm-svn: 169660
-
- Dec 07, 2012
-
-
Alexey Samsonov authored
llvm-svn: 169646
-
Alexey Samsonov authored
ASan: change the strategy we use for installing malloc/free/symbolization hooks on Linux: don't provide a default no-op implementations for hooks in runtime, and optionally call hooks if they are provided by the user. Don't force weak interface functions into runtime. llvm-svn: 169641
-
David Blaikie authored
llvm-svn: 169636
-
Dmitry Vyukov authored
llvm-svn: 169628
-
Dmitry Vyukov authored
llvm-svn: 169621
-
Kostya Serebryany authored
llvm-svn: 169620
-
Alexey Samsonov authored
llvm-svn: 169616
-
Dmitry Vyukov authored
llvm-svn: 169607
-
Dmitry Vyukov authored
llvm-svn: 169606
-
Dmitry Vyukov authored
llvm-svn: 169602
-
Kostya Serebryany authored
[asan] intercept prctl(PR_SET_NAME) and set the thread name. Output the thread names (if non-empty) in asan reports llvm-svn: 169601
-
Dmitry Vyukov authored
llvm-svn: 169600
-
Kostya Serebryany authored
[sanitizer] implement SanitizerSetThreadName/SanitizerGetThreadName. Just for linux so far (using prctl(PR_GET_NAME)) llvm-svn: 169598
-
Evgeniy Stepanov authored
Ubuntu Precise compatibility. llvm-svn: 169597
-
Kostya Serebryany authored
[sanitizer] try not to use libc mem* functions in sanitizer_common tests (conflicts with our own interceptors) llvm-svn: 169595
-
Kostya Serebryany authored
[sanitizer] fix the build on ancient gcc which has stricter rules about what can be put on TLS. Long term, we absolutely must build the run-times with the fresh target clang llvm-svn: 169593
-
Dmitry Vyukov authored
llvm-svn: 169592
-
- Dec 06, 2012
-
-
Kostya Serebryany authored
llvm-svn: 169514
-
Dmitry Vyukov authored
llvm-svn: 169511
-
Kostya Serebryany authored
llvm-svn: 169507
-
Kostya Serebryany authored
llvm-svn: 169506
-
Kostya Serebryany authored
llvm-svn: 169503
-
Dmitry Vyukov authored
llvm-svn: 169502
-
Dmitry Vyukov authored
llvm-svn: 169501
-
Kostya Serebryany authored
llvm-svn: 169499
-
Kostya Serebryany authored
llvm-svn: 169497
-