- Jun 06, 2012
-
-
Alexey Samsonov authored
llvm-svn: 158060
-
Alexey Samsonov authored
llvm-svn: 158059
-
Alexey Samsonov authored
llvm-svn: 158058
-
Alexey Samsonov authored
llvm-svn: 158057
-
Alexey Samsonov authored
llvm-svn: 158056
-
Alexey Samsonov authored
llvm-svn: 158052
-
Alexey Samsonov authored
llvm-svn: 158051
-
Alexey Samsonov authored
[Sanitizer] add sanitizer_common.h for routines shared between TSan and ASan runtimes. Use __sanitizer::Die() in TSan. llvm-svn: 158050
-
Alexey Samsonov authored
[ASan] fix GetFreeBytesTest interface test on 32-bit Linux - delete some assumptions about the behavior of allocator in test code llvm-svn: 158047
-
- Jun 05, 2012
-
-
Alexey Samsonov authored
llvm-svn: 158001
-
Alexey Samsonov authored
llvm-svn: 158000
-
Alexey Samsonov authored
llvm-svn: 157999
-
Alexey Samsonov authored
[Sanitizer] Use common defines for ASan and TSan runtime. Split defines between interface defines (can be visible in user code that includes interface ASan/TSan headers) and internal defines. llvm-svn: 157998
-
Kostya Serebryany authored
[asan] change the order of tests in the asan_test binary. Makes the test runs 2x faster due to DEATH_TEST overhead (see asan issue 77) llvm-svn: 157997
-
Alexey Samsonov authored
llvm-svn: 157995
-
Alexey Samsonov authored
[Sanitizer] add sanitizer_posix.cc. Move more various functions into sanitizer_libc: sscanf, munmap, memchr llvm-svn: 157994
-
Alexey Samsonov authored
llvm-svn: 157993
-
Alexey Samsonov authored
llvm-svn: 157992
-
Alexey Samsonov authored
llvm-svn: 157991
-
Alexey Samsonov authored
llvm-svn: 157990
-
Alexey Samsonov authored
llvm-svn: 157988
-
Alexey Samsonov authored
llvm-svn: 157986
-
Alexey Samsonov authored
[Sanitizer] Add sanitizer_win.cc for windows-specific implementations of libc functions. Add internal_open. llvm-svn: 157985
-
Alexey Samsonov authored
llvm-svn: 157984
-
Alexey Samsonov authored
llvm-svn: 157982
-
- Jun 04, 2012
-
-
Alexey Samsonov authored
llvm-svn: 157931
-
Alexey Samsonov authored
Created files sanitizer_linux.cc and sanitizer_mac.cc for platform-specific implementations of common functions. Turned asan_mmap into __sanitizer::internal_mmap. llvm-svn: 157930
-
Alexey Samsonov authored
llvm-svn: 157928
-
Alexey Samsonov authored
llvm-svn: 157927
-
Alexey Samsonov authored
llvm-svn: 157926
-
Alexey Samsonov authored
llvm-svn: 157924
-
Alexey Samsonov authored
llvm-svn: 157922
-
Alexey Samsonov authored
llvm-svn: 157919
-
- Jun 01, 2012
-
-
Alexey Samsonov authored
llvm-svn: 157808
-
Kostya Serebryany authored
llvm-svn: 157807
-
Alexey Samsonov authored
Stub files for common symbolizer for AddressSanitizer and ThreadSanitizer tools. It is an analogue of addr2line utility and should allow to map instruction address to a location in source code at run-time. It should use debug information (in DWARF) in a binary, and hopefully it would be possible to re-use code from llvm/DebugInfo/DIContext.h llvm-svn: 157806
-
- May 31, 2012
-
-
Dmitry Vyukov authored
llvm-svn: 157760
-
Kostya Serebryany authored
llvm-svn: 157750
-
Kostya Serebryany authored
llvm-svn: 157748
-
Kostya Serebryany authored
llvm-svn: 157747
-