- Nov 06, 2012
-
-
Dmitry Vyukov authored
llvm-svn: 167462
-
Dmitry Vyukov authored
llvm-svn: 167452
-
Dmitry Vyukov authored
llvm-svn: 167450
-
Dmitry Vyukov authored
llvm-svn: 167449
-
Dmitry Vyukov authored
The file uses namespaces and extern "LANG", so it's kinda senseless to use #ifdef __cplusplus llvm-svn: 167448
-
Dmitry Vyukov authored
__declspec is not _WIN32, it's _MSC_VER llvm-svn: 167447
-
- Nov 02, 2012
-
-
Alexey Samsonov authored
[Sanitizer] Add internal_isatty to sanitizer_libc and PrintsToTty to determine whether error reports are printed to terminal llvm-svn: 167298
-
Alexey Samsonov authored
llvm-svn: 167297
-
Alexey Samsonov authored
llvm-svn: 167296
-
Alexey Samsonov authored
llvm-svn: 167294
-
Alexey Samsonov authored
llvm-svn: 167291
-
Alexey Samsonov authored
llvm-svn: 167290
-
- Oct 26, 2012
-
-
Alexander Potapenko authored
llvm-svn: 166775
-
Alexander Potapenko authored
llvm-svn: 166774
-
- Oct 18, 2012
-
-
Alexey Samsonov authored
llvm-svn: 166177
-
- Oct 17, 2012
-
-
Alexey Samsonov authored
llvm-svn: 166098
-
- Oct 16, 2012
-
-
Kostya Serebryany authored
llvm-svn: 166006
-
- Oct 15, 2012
-
-
Alexander Potapenko authored
Use internal_memmove() and internal_memcpy() in the memcpy() and memmove() wrappers when building the dynamic runtime (OS X only), to work around a bug in resolver functions wrapping. See also http://code.google.com/p/address-sanitizer/issues/detail?id=116 llvm-svn: 165939
-
- Oct 09, 2012
-
-
Alexey Samsonov authored
llvm-svn: 165493
-
Alexey Samsonov authored
llvm-svn: 165492
-
- Oct 04, 2012
-
-
Kostya Serebryany authored
llvm-svn: 165214
-
- Oct 02, 2012
-
-
Alexander Potapenko authored
Instead, print the correct address at runtime. llvm-svn: 165018
-
Alexey Samsonov authored
llvm-svn: 165009
-
Evgeniy Stepanov authored
llvm-svn: 165006
-
Dmitry Vyukov authored
llvm-svn: 165004
-
Alexey Samsonov authored
[Sanitizer/ASan] Simplify the code that prints and symbolizes stack traces. Fall back to module+offset if user-provided symbolizer failed. Use weak function __asan_symbolize instead of __asan_set_symbolize_callback in ASan interface, so that we're able to symbolize reports for errors that happen before the main() is called, for example, during module initialization. llvm-svn: 165000
-
Dmitry Vyukov authored
llvm-svn: 164998
-
- Sep 27, 2012
-
-
Evgeniy Stepanov authored
llvm-svn: 164773
-
- Sep 24, 2012
-
-
Alexey Samsonov authored
[ASan] Apply some ASan-relevant pieces of patch by Ruben Van Boxem. In the same time, remove ASan from CMake build on Windows after conversation with Timur. We don't want to support building ASan on Windows until it is in a working state. llvm-svn: 164486
-
- Sep 18, 2012
-
-
Alexey Samsonov authored
llvm-svn: 164111
-
Kostya Serebryany authored
llvm-svn: 164107
-
- Sep 17, 2012
-
-
Alexey Samsonov authored
[Sanitizer] Hoist functions to get/set stack size and re-exec from memory-sanitizer branch to sanitizer_common llvm-svn: 164020
-
Dmitry Vyukov authored
llvm-svn: 164010
-
- Sep 14, 2012
-
-
Kostya Serebryany authored
llvm-svn: 163879
-
Kostya Serebryany authored
[asan] add asan option log_path=PATH to let users redirect asan reports to a file PATH.PID instead of stderr llvm-svn: 163872
-
- Sep 12, 2012
-
-
Alexey Samsonov authored
llvm-svn: 163688
-
Alexey Samsonov authored
llvm-svn: 163686
-
- Sep 11, 2012
-
-
Alexey Samsonov authored
llvm-svn: 163615
-
Evgeniy Stepanov authored
llvm-svn: 163613
-
Alexey Samsonov authored
[Sanitizer] Add new lit testsuite: check-sanitizer that runs unit tests for sanitizer_common runtime (shared between ASan and TSan) llvm-svn: 163610
-