- Feb 01, 2013
-
-
Alexey Samsonov authored
llvm-svn: 174187
-
Dmitry Vyukov authored
llvm-svn: 174184
-
Alexey Samsonov authored
llvm-svn: 174180
-
Dmitry Vyukov authored
tsan: even if races between atomic and plain memory accesses are turned off (report_atomic_races=0), still report races between atomic accesses and free(). llvm-svn: 174175
-
Dmitry Vyukov authored
llvm-svn: 174168
-
Dmitry Vyukov authored
llvm-svn: 174167
-
Dmitry Vyukov authored
llvm-svn: 174165
-
Dmitry Vyukov authored
this makes calculation of interesting predicates faster llvm-svn: 174164
-
Dmitry Vyukov authored
llvm-svn: 174163
-
- Jan 31, 2013
-
-
Kostya Serebryany authored
llvm-svn: 174059
-
Alexey Samsonov authored
[ASan] Split ASan interface header into private and public parts. Add a test that makes sure users can include interface header llvm-svn: 174058
-
Dmitry Vyukov authored
llvm-svn: 174047
-
Dmitry Vyukov authored
llvm-svn: 174046
-
- Jan 30, 2013
-
-
Dmitry Vyukov authored
asan/tsan: manually define FUTEX constants, because <linux/futes.h> header is broken on some linux distributions llvm-svn: 173933
-
Dmitry Vyukov authored
llvm-svn: 173932
-
Alexey Samsonov authored
llvm-svn: 173930
-
Alexey Samsonov authored
llvm-svn: 173929
-
Evgeniy Stepanov authored
And make msan_interface.h C-compatible. llvm-svn: 173928
-
Alexey Samsonov authored
Use LLVM_BUILD_TYPE instead of CMAKE_BUILD_TYPE in compiler-rt unit tests to match the behavior of llvm unittests llvm-svn: 173926
-
Dmitry Vyukov authored
llvm-svn: 173917
-
Dmitry Vyukov authored
llvm-svn: 173915
-
Alexey Samsonov authored
llvm-svn: 173913
-
Alexey Samsonov authored
llvm-svn: 173910
-
- Jan 29, 2013
-
-
Will Dietz authored
llvm-svn: 173815
-
Evgeniy Stepanov authored
Moved everything users are not supposed to use to a private interface header. Documented all public interfaces. Made them safe to use even if built without MemorySanitizer. llvm-svn: 173800
-
Dmitry Vyukov authored
llvm-svn: 173799
-
Dmitry Vyukov authored
llvm-svn: 173797
-
Dmitry Vyukov authored
llvm-svn: 173796
-
Alexey Samsonov authored
llvm-svn: 173795
-
Dmitry Vyukov authored
llvm-svn: 173786
-
Dmitry Vyukov authored
llvm-svn: 173784
-
Dmitry Vyukov authored
tsan: add IsSymbolizerAvailable() function for querying for presence of internal/external symbolizer llvm-svn: 173783
-
Dmitry Vyukov authored
llvm-svn: 173782
-
Alexey Samsonov authored
[ASan] fix deallocation hook in allocator2: according to specification, dealloc hook should be called before deallocating memory llvm-svn: 173778
-
Alexey Samsonov authored
[ASan] Do allocate memory even for zero-size allocation requests. Explain why we have to do this in comments. llvm-svn: 173776
-
- Jan 28, 2013
-
-
Timur Iskhodzhanov authored
llvm-svn: 173694
-
Evgeniy Stepanov authored
llvm-svn: 173687
-
Evgeniy Stepanov authored
llvm-svn: 173686
-
Alexey Samsonov authored
llvm-svn: 173681
-
Kostya Serebryany authored
llvm-svn: 173676
-