- 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
-
- Feb 17, 2012
-
-
Alexey Samsonov authored
llvm-svn: 150812
-
Alexey Samsonov authored
llvm-svn: 150802
-
- Feb 16, 2012
-
-
Evgeniy Stepanov authored
llvm-svn: 150689
-
Kostya Serebryany authored
llvm-svn: 150641
-
- Feb 14, 2012
-
-
Timur Iskhodzhanov authored
llvm-svn: 150499
-
- Feb 13, 2012
-
-
Kostya Serebryany authored
llvm-svn: 150414
-
Alexander Potapenko authored
to avoid crashes on Linux and Win. llvm-svn: 150398
-
Alexander Potapenko authored
This should help to detect problems with ASLR or linker tricks early. llvm-svn: 150391
-
Evgeniy Stepanov authored
llvm-svn: 150372
-
- Feb 09, 2012
-
-
- Feb 08, 2012
-
-
Kostya Serebryany authored
llvm-svn: 150101
-
Alexey Samsonov authored
llvm-svn: 150073
-
- Feb 03, 2012
-
-
Alexey Samsonov authored
AddressSanitizer: Replace __attribute__ with macro (for Win compatibility). Patch by timurrrr@google.com llvm-svn: 149686
-
- Jan 31, 2012
-
-
Kostya Serebryany authored
llvm-svn: 149306
-
- Jan 27, 2012
-
-
Alexander Potapenko authored
Patch by Timur Iskhodzhanov (timurrrr@google.com) To test: $ cl /c *.c* in the asan directory. The code fails to link if you omit the "/c" part but that's one of the next steps, as well as a few TODO's I've put into the Windows-specific code. llvm-svn: 149130
-
- Jan 19, 2012
-
-
Evgeniy Stepanov authored
The change removes the unused FLAG_fast_unwind, and forces EHABI-based unwind on ARM, and fast (FP-based) unwind everywhere else. llvm-svn: 148468
-
- Jan 17, 2012
-
-
Kostya Serebryany authored
llvm-svn: 148311
-