- Feb 19, 2014
-
-
Evgeniy Stepanov authored
Instead of checking stack limits that are not well defined for the main thread, we rely on siginfo::si_code and distance from SP. llvm-svn: 201673
-
Alexey Samsonov authored
llvm-svn: 201666
-
Evgeniy Stepanov authored
There are more cases when those manifest as an access below SP. llvm-svn: 201664
-
Evgeniy Stepanov authored
Move asm tests to their own file. llvm-svn: 201653
-
Evgeniy Stepanov authored
llvm-svn: 201652
-
Evgeniy Stepanov authored
These are runtime support functions for inline assembly instrumentation. This is a re-submit of r201402. Patch by Yuri Gorshenin. llvm-svn: 201650
-
Alexey Samsonov authored
This change allows to build compiler-rt libraries separately from LLVM/Clang (path to LLVM build directory should be specified at configure time). Running tests is not yet supported. llvm-svn: 201647
-
- Feb 18, 2014
-
-
Timur Iskhodzhanov authored
llvm-svn: 201580
-
Kostya Serebryany authored
llvm-svn: 201576
-
Alexey Samsonov authored
llvm-svn: 201575
-
Kostya Serebryany authored
llvm-svn: 201572
-
Kostya Serebryany authored
[tsan] in deadlock detector do not register locks on their creation and unregister them on destruction; added a relevant test llvm-svn: 201568
-
Evgeniy Stepanov authored
Report segmentation faults near or below stack bottom as stack-overflow (not stack-buffer-overflow!). llvm-svn: 201565
-
Evgeniy Stepanov authored
Android libc always sets altstack on non-main threads, but it is too small for our unwinder. With use_sigaltstack=1, override this setting with a larger one. llvm-svn: 201557
-
Alexey Samsonov authored
[CMake] Add top-level target for each compiler-rt library, and add 'compiler-rt' target encompassing them all. llvm-svn: 201556
-
Alexey Samsonov authored
llvm-svn: 201549
-
Alexey Samsonov authored
llvm-svn: 201547
-
Evgeniy Stepanov authored
This fixes global-demangle.cc test on Android. https://code.google.com/p/address-sanitizer/issues/detail?id=264 llvm-svn: 201545
-
Alexey Samsonov authored
llvm-svn: 201543
-
- Feb 17, 2014
-
-
Kostya Serebryany authored
llvm-svn: 201514
-
Kostya Serebryany authored
llvm-svn: 201509
-
Kostya Serebryany authored
llvm-svn: 201505
-
Kostya Serebryany authored
llvm-svn: 201503
-
- Feb 14, 2014
-
-
Alexey Samsonov authored
llvm-svn: 201421
-
Alexey Samsonov authored
llvm-svn: 201417
-
Alexey Samsonov authored
llvm-svn: 201414
-
Alexey Samsonov authored
llvm-svn: 201413
-
Alexey Samsonov authored
llvm-svn: 201412
-
Evgeniy Stepanov authored
Test fails in bootstrap build. llvm-svn: 201411
-
Evgeniy Stepanov authored
llvm-svn: 201410
-
Alexey Samsonov authored
llvm-svn: 201408
-
Kostya Serebryany authored
[tsan] rudimentary support for deadlock detector in tsan (nothing really works yet except for a single tiny test). Also rename tsan's DeadlockDetector to InternalDeadlockDetector llvm-svn: 201407
-
Alexey Samsonov authored
llvm-svn: 201406
-
Kostya Serebryany authored
[sanitizer] add iterators to bit vectors; make bit vector operations use little stack; add common flag 'detect_deadlocks' llvm-svn: 201405
-
Evgeniy Stepanov authored
llvm-svn: 201404
-
Alexey Samsonov authored
llvm-svn: 201403
-
Evgeniy Stepanov authored
These are runtime support functions for inline assembly instrumentation. Patch by Yuri Gorshenin. llvm-svn: 201402
-
Alexey Samsonov authored
llvm-svn: 201401
-
Evgeniy Stepanov authored
This is covered by existing ASan test. This does not change anything for TSan by default (but provides a flag to change the threshold size). Based on a patch by florent.bruneau here: https://code.google.com/p/address-sanitizer/issues/detail?id=256 llvm-svn: 201400
-
Alexey Samsonov authored
llvm-svn: 201399
-