- Apr 11, 2013
-
-
Alexey Samsonov authored
llvm-svn: 179274
-
Kostya Serebryany authored
llvm-svn: 179273
-
Kostya Serebryany authored
llvm-svn: 179271
-
- Apr 10, 2013
-
-
Alexander Potapenko authored
Add a test for time(). llvm-svn: 179177
-
Kostya Serebryany authored
Reviewers: samsonov Reviewed By: samsonov CC: samsonov, llvm-commits Differential Revision: http://llvm-reviews.chandlerc.com/D652 llvm-svn: 179175
-
Alexey Samsonov authored
llvm-svn: 179161
-
- Apr 09, 2013
-
-
Evgeniy Stepanov authored
llvm-svn: 179096
-
Evgeniy Stepanov authored
llvm-svn: 179091
-
Alexey Samsonov authored
[Sanitizer] fix TSan tests: remove global ctor from sanitizer_common, run load_shared_lib test only in lit llvm-svn: 179090
-
Kostya Serebryany authored
llvm-svn: 179088
-
- Apr 08, 2013
-
-
Chandler Carruth authored
This was committed without tests and contains obvious bugs. That's not acceptable. It broke address sanitizer for most programs using glob(3). llvm-svn: 179054
-
Alexander Potapenko authored
Add a regression test for the case where such behavior helps TSan: 1. race is reported in the main module 2. new shared library is loaded 3. race is reported in the shared library llvm-svn: 179032
-
Evgeniy Stepanov authored
llvm-svn: 179022
-
Evgeniy Stepanov authored
llvm-svn: 179012
-
Evgeniy Stepanov authored
llvm-svn: 179008
-
Kostya Serebryany authored
llvm-svn: 179007
-
Evgeniy Stepanov authored
llvm-svn: 179002
-
- Apr 05, 2013
-
-
Kostya Serebryany authored
llvm-svn: 178876
-
Kostya Serebryany authored
llvm-svn: 178874
-
Kostya Serebryany authored
[sanitizer] found a bug by code inspection: CHECK(a=b) instead of CHECK(a==b). Was puzzled why lint did not catch it. Turns out this check was disabled for asan source. fix all cases and enable the check llvm-svn: 178872
-
Evgeniy Stepanov authored
llvm-svn: 178868
-
Evgeniy Stepanov authored
To be used with static libstdc++. llvm-svn: 178866
-
Evgeniy Stepanov authored
llvm-svn: 178865
-
Alexey Samsonov authored
llvm-svn: 178864
-
Alexey Samsonov authored
[ASan] init-order checker tests: move constexpr test that requires -std=c++11 to a separate test case. Check that structs with no ctor but non-trivial dtor are ignored. llvm-svn: 178857
-
Alexey Samsonov authored
llvm-svn: 178855
-
Alexey Samsonov authored
[Sanitizer] Use a common mutex to prevent mixing reports from different sanitizers. This fixes PR15516 llvm-svn: 178853
-
- Apr 04, 2013
-
-
Alexey Samsonov authored
llvm-svn: 178760
-
Kostya Serebryany authored
llvm-svn: 178758
-
Kostya Serebryany authored
[asan] fill first 4K of malloc-ed memory with garbage, implement flags max_malloc_fill_size and malloc_fill_byte llvm-svn: 178757
-
Evgeniy Stepanov authored
llvm-svn: 178756
-
Evgeniy Stepanov authored
Fixes Mac build. llvm-svn: 178755
-
Evgeniy Stepanov authored
Add wrappers for all user signal handlers to unpoison the handler's arguments. llvm-svn: 178754
-
Kostya Serebryany authored
llvm-svn: 178747
-
- Apr 03, 2013
-
-
Alexey Samsonov authored
llvm-svn: 178640
-
Alexey Samsonov authored
llvm-svn: 178630
-
Alexey Samsonov authored
llvm-svn: 178629
-
Alexey Samsonov authored
llvm-svn: 178627
-
Alexey Samsonov authored
llvm-svn: 178625
-
- Apr 02, 2013
-
-
Alexander Potapenko authored
WTFAnnotateBenignRaceSized and AnnotateBenignRaceSized. llvm-svn: 178534
-