- Jun 06, 2012
-
-
Alexey Samsonov authored
llvm-svn: 158060
-
Alexey Samsonov authored
llvm-svn: 158059
-
Alexey Samsonov authored
llvm-svn: 158051
-
- Jun 05, 2012
-
-
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
-
Alexey Samsonov authored
llvm-svn: 157991
-
Alexey Samsonov authored
llvm-svn: 157986
-
- Jun 04, 2012
-
-
Alexey Samsonov authored
llvm-svn: 157927
-
Alexey Samsonov authored
llvm-svn: 157924
-
- May 31, 2012
-
-
Kostya Serebryany authored
llvm-svn: 157747
-
Kostya Serebryany authored
llvm-svn: 157746
-
Kostya Serebryany authored
[asan,tsan] introduce sanitizer_common/sanitizer_defs.h and perform some renaming in asan rt. More to come. llvm-svn: 157743
-
- May 30, 2012
-
-
Alexander Potapenko authored
instead of the first character of the value. llvm-svn: 157692
-
Alexander Potapenko authored
llvm-svn: 157691
-
- May 29, 2012
-
-
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
-
- May 28, 2012
-
-
Alexander Potapenko authored
Clients may define the __asan_default_options char string containing the default options for the tool now. llvm-svn: 157582
-
- 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
-
- May 12, 2012
-
-
Alexander Potapenko authored
llvm-svn: 156711
-
- May 10, 2012
-
-
Alexander Potapenko authored
llvm-svn: 156538
-
- Apr 06, 2012
-
-
Kostya Serebryany authored
llvm-svn: 154201
-
Alexey Samsonov authored
llvm-svn: 154167
-
Kostya Serebryany authored
llvm-svn: 154159
-
- Apr 05, 2012
-
-
Alexander Potapenko authored
per-thread stacks for signal handling. This allows to print more verbose error reports for stack overflows. llvm-svn: 154092
-
- Mar 21, 2012
-
-
Evgeniy Stepanov authored
At the moment, asan internal Printf() uses %l modifier for printing values of size_t and related types. This works, because we control both the implementation of Printf and all its uses, but can be a little misleading. This change adds support for %z to Printf(). All callers that print sizes and pointers as integers are switched to %zu / %zx. llvm-svn: 153177
-
- Mar 20, 2012
-
-
Alexey Samsonov authored
llvm-svn: 153082
-
- Mar 16, 2012
-
-
Alexander Potapenko authored
Move the flags around slightly. llvm-svn: 152929
-
- Mar 15, 2012
-
-
Kostya Serebryany authored
llvm-svn: 152768
-
- Mar 14, 2012
-
-
Kostya Serebryany authored
llvm-svn: 152747
-
- Mar 06, 2012
-
-
Alexander Potapenko authored
llvm-svn: 152117
-
- Mar 01, 2012
-
-
Alexander Potapenko authored
llvm-svn: 151808
-
- Feb 27, 2012
-
-
Alexander Potapenko authored
Introduce __asan_set_error_report_callback() to allow the client program post-process the error reports. If the callback is set, Report() and Printf() print the reports into a buffer (together with stderr), which is then passed to the client. llvm-svn: 151528
-
Evgeniy Stepanov authored
llvm-svn: 151526
-
- Feb 22, 2012
-
-
Alexey Samsonov authored
llvm-svn: 151162
-
Timur Iskhodzhanov authored
llvm-svn: 151149
-
Alexander Potapenko authored
Define AsanDumpProcessMaps as unimplemented on Windows. This should fix the Windows build. llvm-svn: 151147
-
Alexander Potapenko authored
llvm-svn: 151141
-
- Feb 21, 2012
-
-
Timur Iskhodzhanov authored
llvm-svn: 151059
-