- Oct 27, 2013
-
-
Timur Iskhodzhanov authored
llvm-svn: 193501
-
- Oct 26, 2013
-
-
Alexey Samsonov authored
llvm-svn: 193470
-
Peter Collingbourne authored
Differential Revision: http://llvm-reviews.chandlerc.com/D1984 llvm-svn: 193449
-
Peter Collingbourne authored
This moves away from creating the symbolizer object and initializing the external symbolizer as separate steps. Those steps now always take place together. Sanitizers with a legacy requirement to specify their own symbolizer path should use InitSymbolizer to initialize the symbolizer with the desired path, and GetSymbolizer to access the symbolizer. Sanitizers with no such requirement (e.g. UBSan) can use GetOrInitSymbolizer with no need for initialization. The symbolizer interface has been made thread-safe (as far as I can tell) by protecting its member functions with mutexes. Finally, the symbolizer interface no longer relies on weak externals, the introduction of which was probably a mistake on my part. Differential Revision: http://llvm-reviews.chandlerc.com/D1985 llvm-svn: 193448
-
Peter Collingbourne authored
llvm-svn: 193447
-
- Oct 25, 2013
-
-
Evgeniy Stepanov authored
llvm-svn: 193417
-
Evgeniy Stepanov authored
llvm-svn: 193415
-
Evgeniy Stepanov authored
When running application in DynamoRIO hybrid mode only, only uninstrumented modules will run in DynamoRIO and be instrumented by the client, so we do not need module table in MSanDR. Patch by Qin Zhao. llvm-svn: 193411
-
Evgeniy Stepanov authored
The function is deprecated. llvm-svn: 193409
-
Evgeniy Stepanov authored
llvm-svn: 193408
-
Evgeniy Stepanov authored
llvm-svn: 193406
-
Evgeniy Stepanov authored
llvm-svn: 193405
-
Evgeniy Stepanov authored
llvm-svn: 193401
-
Dmitry Vyukov authored
some tests test libc/filesystem error handling paths (e.g. close(INT_MAX)), currently such tests fail with this change they work as expected llvm-svn: 193400
-
Evgeniy Stepanov authored
llvm-svn: 193396
-
Stephen Hines authored
__ARM_ARCH_EXT_IDIV__ is the define that ARM is using to indicate the presence of hardware integer divide (sdiv/udiv). Previously, this code was only being invoked for processors marked 7S. We now can correctly generate hardware divides on cortex-a15 devices. llvm-svn: 193392
-
- Oct 24, 2013
-
-
Evgeniy Stepanov authored
llvm-svn: 193348
-
Evgeniy Stepanov authored
llvm-svn: 193343
-
Evgeniy Stepanov authored
Origin copying may destroy valid origin info. This is caused by __msan_copy_origin widening the address range to the nearest 4-byte aligned addresses both on the left and on the right. If the target buffer is uninitialized and the source is fully initialized, this will result in overriding valid origin of target buffer with stale (possibly 0) origin of the source buffer. With this change the widened origin is copied only if corresponding shadow values are non zero. llvm-svn: 193338
-
Evgeniy Stepanov authored
llvm-svn: 193335
-
Peter Collingbourne authored
llvm-svn: 193308
-
- Oct 23, 2013
-
-
Alexey Samsonov authored
llvm-svn: 193245
-
Evgeniy Stepanov authored
llvm-svn: 193244
-
Evgeniy Stepanov authored
llvm-svn: 193241
-
Dmitry Vyukov authored
llvm-svn: 193236
-
Dmitry Vyukov authored
the file references non-existent arguments and breaks build llvm-svn: 193234
-
Nick Lewycky authored
llvm-svn: 193232
-
Nick Lewycky authored
__sanitizer_report_error_summary to ReportErrorSummary. llvm-svn: 193231
-
Nick Lewycky authored
llvm-svn: 193229
-
- Oct 22, 2013
-
-
Evgeniy Stepanov authored
llvm-svn: 193163
-
Evgeniy Stepanov authored
llvm-svn: 193158
-
- Oct 21, 2013
-
-
Sergey Matveev authored
In particular, don't make a fuss if we're passed a malformed suppressions file, or if we have trouble identifying ld.so. Also, make LSan interface functions no-ops in this case. llvm-svn: 193108
-
Peter Collingbourne authored
Otherwise, the compiler may use memset in non-optimized builds, which is forbidden in the nolibc part of the runtime. llvm-svn: 193098
-
Kostya Serebryany authored
[asan] count the size of QuarantineBatch in the total Quarantine size; make QuarantineBatch fit into 8K, fix a MSVC compile warning llvm-svn: 193072
-
Dmitry Vyukov authored
llvm-svn: 193070
-
- Oct 20, 2013
-
-
Peter Collingbourne authored
Differential Revision: http://llvm-reviews.chandlerc.com/D1339 llvm-svn: 193060
-
Peter Collingbourne authored
llvm-svn: 193059
-
- Oct 18, 2013
-
-
Kostya Serebryany authored
llvm-svn: 192990
-
Kostya Serebryany authored
llvm-svn: 192980
-
Kostya Serebryany authored
llvm-svn: 192979
-