- Jun 01, 2012
-
-
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
-
Kostya Serebryany authored
llvm-svn: 157746
-
Dmitry Vyukov authored
llvm-svn: 157744
-
Kostya Serebryany authored
[asan,tsan] introduce sanitizer_common/sanitizer_defs.h and perform some renaming in asan rt. More to come. llvm-svn: 157743
-
Alexander Potapenko authored
It turns out that atos does not print the symbol names for static C++ functions correctly (one of the two leading underscores is omitted), so they remain mangled. llvm-svn: 157742
-
Kostya Serebryany authored
llvm-svn: 157740
-
Dmitry Vyukov authored
llvm-svn: 157739
-
- May 30, 2012
-
-
Alexander Potapenko authored
llvm-svn: 157693
-
Alexander Potapenko authored
instead of the first character of the value. llvm-svn: 157692
-
Alexander Potapenko authored
llvm-svn: 157691
-
- May 29, 2012
-
-
Dmitry Vyukov authored
llvm-svn: 157625
-
Kostya Serebryany authored
which will contain code shared between asan and tsan run-times. Naming is hard. If you can suggest a better name for the directory -- speak up. llvm-svn: 157611
-
Alexey Samsonov authored
llvm-svn: 157608
-
Alexander Potapenko authored
llvm-svn: 157603
-
Alexey Samsonov authored
llvm-svn: 157600
-
- May 28, 2012
-
-
Dmitry Vyukov authored
llvm-svn: 157585
-
Dmitry Vyukov authored
llvm-svn: 157584
-
Alexander Potapenko authored
Clients may define the __asan_default_options char string containing the default options for the tool now. llvm-svn: 157582
-
Alexander Potapenko authored
llvm-svn: 157580
-
Dmitry Vyukov authored
llvm-svn: 157579
-
Dmitry Vyukov authored
llvm-svn: 157578
-
Bill Wendling authored
Add support for the GCOV_PREFIX_STRIP env variable which tries to strip off the first 'n' directories from the filename. llvm-svn: 157574
-
Bill Wendling authored
llvm-svn: 157573
-
Bill Wendling authored
we can't open the file even after creating all of the directories to it, then just give up. llvm-svn: 157572
-
Bill Wendling authored
* Check for absolute paths before using the GCOV_PREFIX. * Don't add an ending path separator if there's already one. llvm-svn: 157571
-
Dmitry Vyukov authored
llvm-svn: 157570
-
Dmitry Vyukov authored
llvm-svn: 157569
-
Dmitry Vyukov authored
llvm-svn: 157568
-
Dmitry Vyukov authored
llvm-svn: 157567
-
Dmitry Vyukov authored
llvm-svn: 157566
-
Dmitry Vyukov authored
llvm-svn: 157565
-
Bill Wendling authored
llvm-svn: 157560
-
Bill Wendling authored
llvm-svn: 157559
-
- May 25, 2012
-
-
Alexander Potapenko authored
llvm-svn: 157477
-
Alexander Potapenko authored
llvm-svn: 157473
-
Alexander Potapenko authored
When the flag is set to zero, we do not check for errors in malloc_usable_size. This may be useful to work around a bug in Nvidia drivers prior to 295.* llvm-svn: 157472
-