- Sep 07, 2012
-
-
Daniel Dunbar authored
llvm-svn: 163411
-
Dmitry Vyukov authored
llvm-svn: 163400
-
Alexander Potapenko authored
Remove the infinite recursion check for now, as we don't have __thread on Mac, and TSD is an overkill. llvm-svn: 163393
-
Alexander Potapenko authored
-- exit from infinite recursion in CHECK() -- print a verbose message if mapping of the shadow memory has failed. llvm-svn: 163391
-
Evgeniy Stepanov authored
Our tests expect that a 16M block will fit in the quarantine. llvm-svn: 163384
-
Alexey Samsonov authored
[ASan] hack initialization-bug test so that it stably passes on both Linux and Mac: make the bug appear independent of the translation unit order llvm-svn: 163381
-
Alexey Samsonov authored
[ASan] add Linux-specific test for initialization order that checks that we find a bug independently of translation units order llvm-svn: 163379
-
Alexey Samsonov authored
[Sanitizer] add --demangle option to llvm-symbolizer (for now just assume that __cxa_demangle option is available) llvm-svn: 163376
-
- Sep 06, 2012
-
-
Dmitry Vyukov authored
llvm-svn: 163326
-
Dmitry Vyukov authored
tsan: increase max shadow stack size + reduce memory consumption at the same time (by not memorizing full stacks in traces) llvm-svn: 163322
-
Dmitry Vyukov authored
llvm-svn: 163320
-
Alexander Potapenko authored
Fix two compiler warnings: must use at least one argument for "..." in a variadic macros, signed vs. unsigned comparison. llvm-svn: 163314
-
Evgeniy Stepanov authored
llvm-svn: 163313
-
Alexander Potapenko authored
llvm-svn: 163311
-
Kostya Serebryany authored
llvm-svn: 163308
-
Alexander Potapenko authored
This should fix http://code.google.com/p/address-sanitizer/issues/detail?id=105 llvm-svn: 163301
-
Alexey Samsonov authored
llvm-svn: 163300
-
Alexey Samsonov authored
llvm-svn: 163297
-
Alexey Samsonov authored
llvm-svn: 163296
-
Alexey Samsonov authored
llvm-svn: 163294
-
Kostya Serebryany authored
llvm-svn: 163291
-
- Sep 05, 2012
-
-
Alexey Samsonov authored
llvm-svn: 163213
-
Alexey Samsonov authored
llvm-svn: 163209
-
Kostya Serebryany authored
llvm-svn: 163207
-
Alexey Samsonov authored
[ASan] hoist more compile flags to SANITIZER_COMMON_CFLAGS var and add the rest of flags/defs from old Makefile to CMake llvm-svn: 163204
-
Alexey Samsonov authored
llvm-svn: 163201
-
Alexey Samsonov authored
[ASan] Add print_full_thread_history runtime option (on by default) that prints all full thread creation paths for threads involved in ASan error report llvm-svn: 163200
-
Alexey Samsonov authored
llvm-svn: 163197
-
- Sep 04, 2012
-
-
Alexey Samsonov authored
llvm-svn: 163140
-
Alexey Samsonov authored
[compiler-rt] Recurse into 'utils' directory in CMake build of compiler-rt, enable build of llvm-symbolizer binary (currently for one target only) llvm-svn: 163138
-
Alexey Samsonov authored
[Sanitizer] llvm-symbolizer util: make it more conforming to LLVM code style, and support fetching inlining info llvm-svn: 163133
-
- Sep 02, 2012
-
-
Dmitry Vyukov authored
tsan: do not crash with obscure message if a user passes invalid arguments to malloc/free/memset/etc llvm-svn: 163092
-
Dmitry Vyukov authored
llvm-svn: 163090
-
Dmitry Vyukov authored
llvm-svn: 163089
-
- Sep 01, 2012
-
-
Dmitry Vyukov authored
llvm-svn: 163060
-
- Aug 31, 2012
-
-
Dmitry Vyukov authored
llvm-svn: 163016
-
Dmitry Vyukov authored
llvm-svn: 163006
-
Dmitry Vyukov authored
llvm-svn: 162997
-
Dmitry Vyukov authored
llvm-svn: 162996
-
Dmitry Vyukov authored
llvm-svn: 162995
-