- Jan 11, 2013
-
-
Dmitry Vyukov authored
llvm-svn: 172193
-
Dmitry Vyukov authored
llvm-svn: 172192
-
Dmitry Vyukov authored
llvm-svn: 172191
-
Dmitry Vyukov authored
llvm-svn: 172187
-
Dmitry Vyukov authored
llvm-svn: 172184
-
Dmitry Vyukov authored
llvm-svn: 172183
-
Dmitry Vyukov authored
llvm-svn: 172181
-
- Jan 10, 2013
-
-
Richard Smith authored
llvm-svn: 172129
-
Will Dietz authored
llvm-svn: 172078
-
Kostya Serebryany authored
llvm-svn: 172069
-
Kostya Serebryany authored
llvm-svn: 172068
-
Dmitry Vyukov authored
llvm-svn: 172064
-
Kostya Serebryany authored
llvm-svn: 172063
-
Kostya Serebryany authored
llvm-svn: 172061
-
Dmitry Vyukov authored
llvm-svn: 172060
-
Kostya Serebryany authored
llvm-svn: 172059
-
Evgeniy Stepanov authored
llvm-svn: 172057
-
Kostya Serebryany authored
[asan] asan_allocator2: do less work under the quarantine lock; make the strcasecmp test more resistant to the contents of unaddressable memory llvm-svn: 172048
-
Kostya Serebryany authored
llvm-svn: 172045
-
Will Dietz authored
Fixes using ubsan on shared libraries in linux, for example. llvm-svn: 172041
-
- Jan 09, 2013
-
-
Dmitry Vyukov authored
llvm-svn: 171981
-
Kostya Serebryany authored
[asan] make the slow unwinder a bit more robust. The unittests pass with fast_unwind_on_fatal=0, but I still observe some differences between the two unwinders llvm-svn: 171973
-
Timur Iskhodzhanov authored
llvm-svn: 171970
-
Timur Iskhodzhanov authored
llvm-svn: 171968
-
Dmitry Vyukov authored
llvm-svn: 171967
-
Dmitry Vyukov authored
llvm-svn: 171958
-
Will Dietz authored
Need a more reliable way to check for support of this intrinsic. llvm-svn: 171955
-
Will Dietz authored
llvm-svn: 171948
-
- Jan 07, 2013
-
-
Will Dietz authored
llvm-svn: 171802
-
- Dec 31, 2012
-
-
Will Dietz authored
Fixed version of r171273. llvm-svn: 171278
-
Chandler Carruth authored
Original commit message: [ubsan] Don't suggest casting to unsigned for unsigned unary minus overflow. llvm-svn: 171277
-
Will Dietz authored
llvm-svn: 171273
-
- Dec 30, 2012
-
-
Will Dietz authored
llvm-svn: 171265
-
- Dec 29, 2012
-
-
Kostya Serebryany authored
llvm-svn: 171223
-
Kostya Serebryany authored
[asan] add a new interface function __asan_describe_address, useful for running asan-ified binary under a debugger (e.g. gdb) llvm-svn: 171217
-
- Dec 28, 2012
-
-
Kostya Serebryany authored
llvm-svn: 171200
-
Kostya Serebryany authored
[asan] implement more strict checking for memset/etc parameters. Instead of checking the first and the last byte, we check the entire shadow region. This costs ~10 slowdown for the instrumented functions. Motivated by a nasty memset-buffer-overflow-by-140-bytes in chrome which was reported as a use-after-free or not at all llvm-svn: 171198
-
Alexey Samsonov authored
llvm-svn: 171188
-
Alexey Samsonov authored
[TSan] Blacklist test: Rename blacklisted function. Make this test work for custom TSan testing script. llvm-svn: 171186
-
Alexey Samsonov authored
llvm-svn: 171185
-