- Mar 20, 2013
-
-
Alexey Samsonov authored
[ASan] Move GetCurrentThread/SetCurrentThread from AsanThreadRegistry class into plain functions: they don't actually use registry llvm-svn: 177501
-
- Mar 19, 2013
-
-
Evgeniy Stepanov authored
llvm-svn: 177407
-
Evgeniy Stepanov authored
llvm-svn: 177401
-
Evgeniy Stepanov authored
llvm-svn: 177400
-
Evgeniy Stepanov authored
llvm-svn: 177397
-
- Mar 18, 2013
-
-
Kostya Serebryany authored
llvm-svn: 177270
-
Evgeniy Stepanov authored
llvm-svn: 177263
-
Kostya Serebryany authored
[asan] while generating the description of a global variable, emit the module name in a separate field, thus not duplicating this information if every description. This decreases the binary size (observed up to 3%). https://code.google.com/p/address-sanitizer/issues/detail?id=168 . This changes the asan API version. compiler-rt part, llvm-part will follow llvm-svn: 177253
-
- Mar 15, 2013
-
-
Alexey Samsonov authored
[Sanitizer] Don't intercept frexpf and frexpl on Windows. Add frexp declaration to asan_intercepted_functions.h llvm-svn: 177155
-
- Mar 14, 2013
-
-
Kostya Serebryany authored
[asan] remove one redundant malloc stress test, unify the usage of ASAN_LOW_MEMORY macro in tests, slightly reduce test memory usage (all to make 32-bit runs consume less RAM) llvm-svn: 177069
-
Alexey Samsonov authored
llvm-svn: 177064
-
Alexey Samsonov authored
[ASan] turn off checking initialization order in ASan runtime by default. Instead, it should be turned on by default in the compiler llvm-svn: 177058
-
Alexey Samsonov authored
llvm-svn: 177036
-
- Mar 13, 2013
-
-
Alexey Samsonov authored
llvm-svn: 176940
-
- Mar 12, 2013
-
-
Kostya Serebryany authored
[asan] use 4Tb of address space for the asan allocator instead of 1Tb. This increases the memory available for a single size class from 16Gb to 64Gb. The total VM footprint becomes 20Tb llvm-svn: 176857
-
- Mar 01, 2013
-
-
Evgeniy Stepanov authored
New allocator has 1.5x memory overhead of the old one. llvm-svn: 176340
-
- Feb 28, 2013
-
-
Evgeniy Stepanov authored
llvm-svn: 176264
-
Alexander Potapenko authored
[ASan] Add the memcmp_strict flag (1 by default) that controls the behavior of accessibility checks in memcmp. 1: memcmp(p1, p2, n) always checks n bytes 0: memcmp checks up to n bytes depending on whether the memory contents differ. llvm-svn: 176256
-
Evgeniy Stepanov authored
llvm-svn: 176255
-
Kostya Serebryany authored
[asan] bump kMidMemEnd to 0x4fffffffffULL since in rare cases prelink uses addresses higher than 0x3fffffffff llvm-svn: 176250
-
- Feb 27, 2013
-
-
Kostya Serebryany authored
[asan] if calloc returns a freshly-mmaped memory, don't clear it with memset. Speeds up calloc-intensive code llvm-svn: 176185
-
- Feb 26, 2013
-
-
Kostya Serebryany authored
llvm-svn: 176085
-
Kostya Serebryany authored
[asan] fix the output for range accesses (memset, etc); improve the tests; more strict checking in memcmp llvm-svn: 176078
-
Kostya Serebryany authored
llvm-svn: 176077
-
- Feb 22, 2013
-
-
Kostya Serebryany authored
llvm-svn: 175871
-
- Feb 21, 2013
-
-
Alexander Potapenko authored
[ASan] temporarily disable alloc_dealloc_mismatch on Mac, since the previous commit caused error reports in gTest. llvm-svn: 175766
-
Alexander Potapenko authored
Because the interceptors will reside in a dylib, not the main executable, we can't just declare them, but must use the interposition machinery. Fix the test expectations in large_func_test.cc affected by the change. This CL should make our Mac buildbots green. llvm-svn: 175763
-
Alexander Potapenko authored
llvm-svn: 175760
-
Alexander Potapenko authored
llvm-svn: 175745
-
Alexander Potapenko authored
llvm-svn: 175743
-
Alexander Potapenko authored
that had been used on OS X only. The INTERCEPTOR() macro on OS X is now responsible for declaring the wrapped function, the wrapper and the pair of pointers to them in __DATA,__interposition section. Thus adding an interceptor requires editing a single file now. llvm-svn: 175740
-
Kostya Serebryany authored
llvm-svn: 175728
-
- Feb 20, 2013
-
-
Alexey Samsonov authored
llvm-svn: 175655
-
Alexander Potapenko authored
[ASan] Delete asan/dynamic dir and temporarily move the interposers declarations to asan_intercepted_functions.h Now that we have only one dependency on asan_intercepted_functions.h, we can unite that code with the interceptors declarations in asan_interceptors.cc and get rid of asan_intercepted_functions.h llvm-svn: 175631
-
Kostya Serebryany authored
llvm-svn: 175625
-
Kostya Serebryany authored
llvm-svn: 175623
-
Alexey Samsonov authored
llvm-svn: 175622
-
Kostya Serebryany authored
llvm-svn: 175618
-
Evgeniy Stepanov authored
llvm-svn: 175615
-
Kostya Serebryany authored
llvm-svn: 175614
-