- Feb 18, 2014
-
-
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
-
Evgeniy Stepanov authored
llvm-svn: 201397
-
Alexey Samsonov authored
llvm-svn: 201396
-
Evgeniy Stepanov authored
This change replaces 32- and 64- bit config.in-s with a single config template that is used to generate both 32 and 64 bits configs as well as the new arm-android config. Arm-android config is special because it can run tests on a remote device over adb (android debug bridge). We replace %clang with a script that run the compiler, upload the result to the device, and replaces it with another script. The second script runs the binary on the device and delivers stdout/stderr/exitcode back. llvm-svn: 201394
-
Alexey Samsonov authored
llvm-svn: 201393
-
Alexander Potapenko authored
[libsanitizer] Create SanitizerCommonDecorator which provides the Warning() and EndWarning() methods (needed for SEGV handling in sanitizer_common) llvm-svn: 201392
-
Alexey Samsonov authored
llvm-svn: 201390
-
- Feb 13, 2014
-
-
Kostya Serebryany authored
[sanitizer] replace MostSignificantSetBitIndex with LeastSignificantSetBitIndex in bit vector (to iterate bits in increasing order) llvm-svn: 201339
-
Kostya Serebryany authored
llvm-svn: 201338
-
Evgeniy Stepanov authored
llvm-svn: 201332
-
Evgeniy Stepanov authored
Android headers define clone() as a 4-argument function without ellipsis. llvm-svn: 201331
-
Evgeniy Stepanov authored
Fixes AddressSanitizer.SignalTest breakage. llvm-svn: 201330
-
Evgeniy Stepanov authored
Seems stable enough. Fixes null_deref.cc test. llvm-svn: 201326
-