- Feb 04, 2013
-
-
Alexey Samsonov authored
llvm-svn: 174316
-
Dmitry Vyukov authored
llvm-svn: 174312
-
- Feb 01, 2013
-
-
Alexey Samsonov authored
llvm-svn: 174189
-
Alexey Samsonov authored
llvm-svn: 174187
-
- Jan 31, 2013
-
-
Kostya Serebryany authored
llvm-svn: 174059
-
- 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
-
Alexey Samsonov authored
llvm-svn: 173929
-
Evgeniy Stepanov authored
And make msan_interface.h C-compatible. llvm-svn: 173928
-
Alexey Samsonov authored
llvm-svn: 173910
-
- Jan 29, 2013
-
-
Dmitry Vyukov authored
llvm-svn: 173784
-
Dmitry Vyukov authored
tsan: add IsSymbolizerAvailable() function for querying for presence of internal/external symbolizer llvm-svn: 173783
-
- Jan 28, 2013
-
-
Timur Iskhodzhanov authored
llvm-svn: 173694
-
Alexey Samsonov authored
llvm-svn: 173668
-
- Jan 25, 2013
-
-
Alexey Samsonov authored
llvm-svn: 173451
-
Kostya Serebryany authored
llvm-svn: 173443
-
Kostya Serebryany authored
llvm-svn: 173441
-
Alexey Samsonov authored
llvm-svn: 173440
-
- Jan 24, 2013
-
-
Alexey Samsonov authored
llvm-svn: 173347
-
Alexey Samsonov authored
[Sanitizer] Add skeleton for InternalSymbolizer that can be used by providing callbacks __sanitizer_symbolize_{code,data} llvm-svn: 173344
-
Dmitry Vyukov authored
llvm-svn: 173332
-
Dmitry Vyukov authored
llvm-svn: 173328
-
- Jan 23, 2013
-
-
Kostya Serebryany authored
llvm-svn: 173261
-
Dmitry Vyukov authored
llvm-svn: 173253
-
- Jan 21, 2013
-
-
Evgeniy Stepanov authored
llvm-svn: 173037
-
Evgeniy Stepanov authored
llvm-svn: 173025
-
- Jan 20, 2013
-
-
Alexey Samsonov authored
llvm-svn: 172979
-
Alexey Samsonov authored
llvm-svn: 172975
-
- Jan 18, 2013
-
-
Alexey Samsonov authored
llvm-svn: 172829
-
Alexander Potapenko authored
[ASan] Fix the log_path option to use different log files for parent and child processes after fork(). llvm-svn: 172828
-
Evgeniy Stepanov authored
llvm-svn: 172827
-
Alexey Samsonov authored
CMake: create AddCompilerRT module and implement convenience add_compiler_rt_object_library function llvm-svn: 172826
-
Evgeniy Stepanov authored
llvm-svn: 172825
-
Evgeniy Stepanov authored
llvm-svn: 172817
-
Evgeniy Stepanov authored
Also add a missing include. llvm-svn: 172814
-
Alexey Samsonov authored
llvm-svn: 172812
-
Evgeniy Stepanov authored
llvm-svn: 172811
-
Evgeniy Stepanov authored
llvm-svn: 172805
-
Kostya Serebryany authored
llvm-svn: 172791
-
- Jan 17, 2013
-
-
Jakob Stoklund Olesen authored
The r172719 patch broke the build on Mac, the others depended on it. compiler-rt/lib/asan/asan_interceptors.cc:78:13: error: unused function 'SetThreadName' [-Werror,-Wunused-function] static void SetThreadName(const char *name) { Orignal headlines: [asan] attempting to fix the Mac build [asan] restructure read/pread/pread64 tests [sanitizer] move write/pwrite/pwrite64 interceptors to common [msan] start using common interceptors in msan [tsan] move prctl interceptor from asan to common_interceptors thus enabling it for tsan too llvm-svn: 172763
-
Peter Collingbourne authored
It is possible for ReExec to be called before the C standard library has initialised itself sufficiently for execv to work properly. Fix this by parsing the environment ourselves and using execve. Differential Revision: http://llvm-reviews.chandlerc.com/D304 llvm-svn: 172748
-