- Feb 07, 2012
-
-
Kostya Serebryany authored
llvm-svn: 149994
-
Kostya Serebryany authored
llvm-svn: 149990
-
Kostya Serebryany authored
llvm-svn: 149944
-
Kostya Serebryany authored
llvm-svn: 149940
-
- Feb 06, 2012
-
-
Kostya Serebryany authored
llvm-svn: 149892
-
Kostya Serebryany authored
llvm-svn: 149875
-
- Feb 04, 2012
-
-
Nick Kledzik authored
llvm-svn: 149723
-
Nick Kledzik authored
Remove __attribute__((weak)) on function prototype. It has a different meaning on prototypes then it does on definitions. It is not needed on the prototype and causes build failures for static codegen llvm-svn: 149720
-
- Feb 03, 2012
-
-
Alexey Samsonov authored
AddressSanitizer: simplify RoundUpToPowerOfTwo/clz; add a couple of CHECKs for real_X calls. Patch by timurrrr@google.com llvm-svn: 149687
-
Alexey Samsonov authored
AddressSanitizer: Replace __attribute__ with macro (for Win compatibility). Patch by timurrrr@google.com llvm-svn: 149686
-
- Feb 02, 2012
-
-
Alexey Samsonov authored
llvm-svn: 149602
-
- Feb 01, 2012
-
-
Alexander Potapenko authored
actually falls back to memmove. In this case we still need to initialize real_memcpy, so we set it to real_memmove We check for MACOS_VERSION_SNOW_LEOPARD, because currently only Snow Leopard and Lion are supported. llvm-svn: 149492
-
Alexander Potapenko authored
where memcpy() in fact aliases memmove() and thus calling it with overlapping parameters is not an error. llvm-svn: 149491
-
- Jan 31, 2012
-
-
Kostya Serebryany authored
[asan] fix the wrong __WORDSIZE definition on Win x64, add ASAN_INTERFACE_FUNCTION_ATTRIBUTE. Patch by timurrrr@google.com llvm-svn: 149395
-
Kostya Serebryany authored
llvm-svn: 149392
-
Alexander Potapenko authored
llvm-svn: 149382
-
Kostya Serebryany authored
llvm-svn: 149330
-
Kostya Serebryany authored
llvm-svn: 149306
-
Kostya Serebryany authored
llvm-svn: 149302
-
Kostya Serebryany authored
llvm-svn: 149296
-
- Jan 30, 2012
-
-
Kostya Serebryany authored
llvm-svn: 149281
-
Kostya Serebryany authored
llvm-svn: 149278
-
Kostya Serebryany authored
llvm-svn: 149274
-
Alexey Samsonov authored
llvm-svn: 149247
-
Alexander Potapenko authored
llvm-svn: 149245
-
Anton Korobeynikov authored
llvm-svn: 149242
-
Anton Korobeynikov authored
llvm-svn: 149241
-
- Jan 27, 2012
-
-
Alexander Potapenko authored
Patch by Timur Iskhodzhanov (timurrrr@google.com) To test: $ cl /c *.c* in the asan directory. The code fails to link if you omit the "/c" part but that's one of the next steps, as well as a few TODO's I've put into the Windows-specific code. llvm-svn: 149130
-
Alexander Potapenko authored
Patch by Timur Iskhodzhanov (timurrrr@google.com) The double-extern thing is http://llvm.org/bugs/show_bug.cgi?id=11869 And the #include <string[s].h> are only needed on Mac (see comments in the original code) and also including them might make strchr/index conflict with the g++ system headers (which don't follow the man pages, ouch!) llvm-svn: 149129
-
- Jan 26, 2012
-
-
Alexander Potapenko authored
These should fix the output tests on Mac. llvm-svn: 149068
-
Alexander Potapenko authored
More Linux-like output on Mac (to match more output tests). llvm-svn: 149064
-
Alexander Potapenko authored
Fix a bug in AsanProcMaps on Mac: on 64 bits the program was trying to read twice as many segment load commands as the binary actually contained. llvm-svn: 149063
-
- Jan 24, 2012
-
-
Alexander Potapenko authored
Add the DEBUG flag to test_output.sh llvm-svn: 148798
-
- Jan 23, 2012
-
-
Kostya Serebryany authored
llvm-svn: 148726
-
Kostya Serebryany authored
llvm-svn: 148714
-
Alexander Potapenko authored
This should fix http://code.google.com/p/address-sanitizer/issues/detail?id=10 llvm-svn: 148696
-
Alexander Potapenko authored
Normally this function should not create copies of constant strings, but it does when the default CFAllocator is replaced (e.g. under AddressSanitizer) This test is related to http://code.google.com/p/address-sanitizer/issues/detail?id=10 llvm-svn: 148695
-
- Jan 19, 2012
-
-
Evgeniy Stepanov authored
By scanning the thread list backwards. llvm-svn: 148476
-
Evgeniy Stepanov authored
llvm-svn: 148475
-
Alexander Potapenko authored
llvm-svn: 148474
-