- Sep 17, 2012
-
-
Benjamin Kramer authored
Hopefully unbreaks compiler-rt build on linux. llvm-svn: 164025
-
Alexey Samsonov authored
[TSan] move: rtl_tests->tests/rtl unit_tests->tests/unit to make a single root for gtest-based tests. Support running these tests from lit via check-tsan command. llvm-svn: 164022
-
Alexey Samsonov authored
llvm-svn: 164021
-
Alexey Samsonov authored
[Sanitizer] Hoist functions to get/set stack size and re-exec from memory-sanitizer branch to sanitizer_common llvm-svn: 164020
-
Alexey Samsonov authored
[ASan] increase sleep time if ASan finds two bugs simultaneously to make sure full error report is printed llvm-svn: 164018
-
Dmitry Vyukov authored
llvm-svn: 164011
-
Dmitry Vyukov authored
llvm-svn: 164010
-
- Sep 14, 2012
-
-
Bill Wendling authored
llvm-svn: 163930
-
Bill Wendling authored
With the advent of the __llvm_gcov_flush function, we need to be able to merge counts into the .gcda files in an intelligent manner. This involves reading the file if it exists, adding the counts together, and then writing the results. <rdar://problem/12185886> llvm-svn: 163923
-
Evgeniy Stepanov authored
llvm-svn: 163881
-
Kostya Serebryany authored
llvm-svn: 163879
-
Kostya Serebryany authored
[asan] add asan option log_path=PATH to let users redirect asan reports to a file PATH.PID instead of stderr llvm-svn: 163872
-
- Sep 13, 2012
-
-
Alexey Samsonov authored
llvm-svn: 163797
-
Alexey Samsonov authored
llvm-svn: 163796
-
Alexey Samsonov authored
llvm-svn: 163795
-
Alexey Samsonov authored
[TSan] Add initial support for buidling ThreadSanitizer runtime library with CMake (currently the only supported platfrom is 64-bit Linux). This patch makes 'clang++ -fthread-sanitizer' work for both clang in the build tree and installed clang llvm-svn: 163789
-
Alexey Samsonov authored
llvm-svn: 163788
-
Alexey Samsonov authored
[Sanitizer] don't use -Werror as default compile flag for sanitizer runtimes - people may use too many distinct/old host compilers llvm-svn: 163784
-
- Sep 12, 2012
-
-
Alexander Potapenko authored
llvm-svn: 163717
-
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
-
Evgeniy Stepanov authored
llvm-svn: 163611
-
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
-