- Feb 14, 2014
-
-
Artyom Skrobov authored
Patch by Keith Walker! llvm-svn: 201423
-
Ed Maste authored
The final "HandleCommand, command succeeded" for "log disable lldb" doesn't make it to the log file before the command takes effect. llvm-svn: 201422
-
Alexey Samsonov authored
llvm-svn: 201421
-
Evgeniy Stepanov authored
Android does not provide posix_memalign. llvm-svn: 201420
-
Argyrios Kyrtzidis authored
continue header lookup using the framework include as filename. This allows us to conveniently treat #import "Foo.h" as an implicit module import if we can resolve "Foo/Foo.h" as such. rdar://16042979 llvm-svn: 201419
-
Ed Maste authored
llvm.org/pr18832 Reported by John Wolfe llvm-svn: 201418
-
Alexey Samsonov authored
llvm-svn: 201417
-
Evgeniy Stepanov authored
llvm-svn: 201416
-
Evgeniy Stepanov authored
Because of how Android test runner is implemented, ulimit in RUN: line gets executed on the host machine and does not affect the test. llvm-svn: 201415
-
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: 201409
-
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
-
Alexey Samsonov authored
llvm-svn: 201398
-
Evgeniy Stepanov authored
llvm-svn: 201397
-
Alexey Samsonov authored
llvm-svn: 201396
-
Kevin Qin authored
llvm-svn: 201395
-
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
-
Evgeniy Stepanov authored
llvm-svn: 201391
-
Alexey Samsonov authored
llvm-svn: 201390
-
Eric Christopher authored
Revert "DebugInfo: Don't include the name of the CU file in the line table file list when it's unneeded" This reverts commit r201380 for now while we investigate. llvm-svn: 201389
-
NAKAMURA Takumi authored
llvm-svn: 201388
-
Jason Molenda authored
llvm-svn: 201387
-
Jason Molenda authored
specify a list of functions which should be treated as trap handlers. This will be primarily useful to people working in non-user-level process debugging - kernels and other standalone environments. For most people, the trap handler functions provided by the Platform plugin will be sufficient. <rdar://problem/15835846>, <rdar://problem/15982682> llvm-svn: 201386
-
Jiangning Liu authored
llvm-svn: 201385
-
Jiangning Liu authored
llvm-svn: 201384
-