- Feb 14, 2014
-
-
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
-
Evgeniy Stepanov authored
This will be covered by null_deref.cc test (requires one more fix to pass). llvm-svn: 201325
-
Evgeniy Stepanov authored
With zero base shadow, shadow for near-zero access is itself at near-zero location. As a result, this test crashes on the shadow access, and not on the app access. Relax a check to match this behavior. llvm-svn: 201324
-
Kostya Serebryany authored
llvm-svn: 201322
-
Evgeniy Stepanov authored
It's not always true: on Android, strerror_r with invalid errno prints "Unknown error ..." to the buffer and returns 0. This test now only checks that strerror_r does not crash. llvm-svn: 201321
-
Kostya Serebryany authored
llvm-svn: 201306
-
Evgeniy Stepanov authored
llvm-svn: 201304
-
Kostya Serebryany authored
llvm-svn: 201303
-
Kostya Serebryany authored
[sanitizer] more code for deadlock detector, nothing really works yet (except for small unit tests). llvm-svn: 201302
-
- Feb 12, 2014
-
-
Sergey Matveev authored
Also, fix incorrect syscall hooks for the corresponding syscalls. llvm-svn: 201252
-
Evgeniy Stepanov authored
llvm-svn: 201240
-
Evgeniy Stepanov authored
It's called __wait4 there. llvm-svn: 201235
-
Kostya Serebryany authored
[sanitizer] added class BVGraph, to be used in a deadlock detector; added more methods to the bit vectors llvm-svn: 201226
-
Alexey Samsonov authored
llvm-svn: 201219
-
Alexey Samsonov authored
[Sanitizer] Teach external symbolizer to work with addr2line if llvm-symbolizer is unavailable. Allow this mode in TSan. llvm-svn: 201218
-
Alexey Samsonov authored
llvm-svn: 201217
-
Alexey Samsonov authored
llvm-svn: 201213
-
Alexey Samsonov authored
llvm-svn: 201212
-
Kostya Serebryany authored
llvm-svn: 201210
-
- Feb 11, 2014
-
-
Evgeniy Stepanov authored
llvm-svn: 201154
-
Evgeniy Stepanov authored
llvm-svn: 201152
-
Evgeniy Stepanov authored
Because of the way Bionic sets up signal stack frames, libc unwinder is unable to step through it, resulting in broken SEGV stack traces. Luckily, libcorkscrew.so on Android implements an unwinder that can start with a signal context, thus sidestepping the issue. llvm-svn: 201151
-
Alexey Samsonov authored
llvm-symbolizer binary and external process handling into separate classes. No functionality change. llvm-svn: 201150
-