- Sep 12, 2012
-
-
Alexander Potapenko authored
Fix a warning in macros instantiation. llvm-svn: 163716
-
Alexander Potapenko authored
Fix compiler warnings: remove __attribute__((visibility)) for static functions, use unsigned char instead of char. llvm-svn: 163707
-
Alexey Samsonov authored
llvm-svn: 163706
-
Alexey Samsonov authored
llvm-svn: 163704
-
Alexey Samsonov authored
llvm-svn: 163698
-
Alexey Samsonov authored
llvm-svn: 163692
-
Alexander Potapenko authored
This is required to overcome a crash in mstats() (http://code.google.com/p/address-sanitizer/issues/detail?id=109) llvm-svn: 163690
-
Alexey Samsonov authored
llvm-svn: 163688
-
Alexey Samsonov authored
llvm-svn: 163686
-
- Sep 11, 2012
-
-
Alexey Samsonov authored
llvm-svn: 163622
-
Alexey Samsonov authored
llvm-svn: 163615
-
Alexander Potapenko authored
llvm-svn: 163614
-
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
-
Alexey Samsonov authored
llvm-svn: 163608
-
Alexey Samsonov authored
llvm-svn: 163607
-
Alexey Samsonov authored
llvm-svn: 163604
-
Alexey Samsonov authored
[Sanitizer] Get rid of dependency between sanitizer_common and asan/tsan runtimes: implement tool-specific Die and CheckFailed functions via callbacks llvm-svn: 163603
-
Alexander Potapenko authored
llvm-svn: 163602
-
Chandler Carruth authored
In code review, it looked like these warnings do not actually fire with modern Clang or GCC. However, the pragma is flat out rejected by GCC in many configurations (-Werror) so it ended up causing more problems than it fixed. Daniel agreed with reverting this, but I think didn't have time to get to it. llvm-svn: 163583
-
- Sep 10, 2012
-
-
Evgeniy Stepanov authored
llvm-svn: 163498
-
Alexander Potapenko authored
Fixes PR13794. llvm-svn: 163493
-
- Sep 07, 2012
-
-
Daniel Dunbar authored
llvm-svn: 163414
-
Daniel Dunbar authored
llvm-svn: 163413
-
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
-
- 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
-