- Sep 06, 2012
-
-
Alexey Samsonov authored
llvm-svn: 163296
-
Alexey Samsonov authored
llvm-svn: 163294
-
Kostya Serebryany authored
llvm-svn: 163291
-
- Sep 05, 2012
-
-
Alexey Samsonov authored
llvm-svn: 163213
-
Alexey Samsonov authored
llvm-svn: 163209
-
Kostya Serebryany authored
llvm-svn: 163207
-
Alexey Samsonov authored
[ASan] hoist more compile flags to SANITIZER_COMMON_CFLAGS var and add the rest of flags/defs from old Makefile to CMake llvm-svn: 163204
-
Alexey Samsonov authored
llvm-svn: 163201
-
Alexey Samsonov authored
[ASan] Add print_full_thread_history runtime option (on by default) that prints all full thread creation paths for threads involved in ASan error report llvm-svn: 163200
-
Alexey Samsonov authored
llvm-svn: 163197
-
- Sep 04, 2012
-
-
Alexey Samsonov authored
llvm-svn: 163140
-
Alexey Samsonov authored
[compiler-rt] Recurse into 'utils' directory in CMake build of compiler-rt, enable build of llvm-symbolizer binary (currently for one target only) llvm-svn: 163138
-
Alexey Samsonov authored
[Sanitizer] llvm-symbolizer util: make it more conforming to LLVM code style, and support fetching inlining info llvm-svn: 163133
-
- Sep 02, 2012
-
-
Dmitry Vyukov authored
tsan: do not crash with obscure message if a user passes invalid arguments to malloc/free/memset/etc llvm-svn: 163092
-
Dmitry Vyukov authored
llvm-svn: 163090
-
Dmitry Vyukov authored
llvm-svn: 163089
-
- Sep 01, 2012
-
-
Dmitry Vyukov authored
llvm-svn: 163060
-
- Aug 31, 2012
-
-
Dmitry Vyukov authored
llvm-svn: 163016
-
Dmitry Vyukov authored
llvm-svn: 163006
-
Dmitry Vyukov authored
llvm-svn: 162997
-
Dmitry Vyukov authored
llvm-svn: 162996
-
Dmitry Vyukov authored
llvm-svn: 162995
-
Dmitry Vyukov authored
llvm-svn: 162994
-
Dmitry Vyukov authored
llvm-svn: 162993
-
Kostya Serebryany authored
[tsan] locate the auxilary space for tsan's Allocator64 after the main region, not before. This simplifies the shadow mappings llvm-svn: 162991
-
Alexey Samsonov authored
llvm-svn: 162990
-
Alexey Samsonov authored
llvm-svn: 162989
-
Alexey Samsonov authored
[compiler-rt] Move draft code for llvm-symbolizer to compiler-rt/utils/llvm-symbolizer after chandlerc's suggestion llvm-svn: 162988
-
Alexey Samsonov authored
llvm-svn: 162987
-
Alexey Samsonov authored
llvm-svn: 162984
-
Alexey Samsonov authored
llvm-svn: 162982
-
Alexey Samsonov authored
llvm-svn: 162981
-
Alexey Samsonov authored
llvm-svn: 162980
-
- Aug 30, 2012
-
-
Alexey Samsonov authored
llvm-svn: 162909
-
Dmitry Vyukov authored
llvm-svn: 162908
-
Dmitry Vyukov authored
llvm-svn: 162905
-
Dmitry Vyukov authored
llvm-svn: 162902
-
Dmitry Vyukov authored
llvm-svn: 162897
-
- Aug 29, 2012
-
-
Alexey Samsonov authored
[ASan] fix flakiness of Linux-specific clone_test: waitpid should better be provided with __WCLONE option, otherwise it didn't wait for the subprocess, returned -1, and we went crushing the subprocess stack llvm-svn: 162842
-
Alexander Potapenko authored
For invalid pointers passed to free_common check whether they are actually skewed to hold an additional CFAllocatorRef. If so, fix the pointer and pass it to asan_free. See http://code.google.com/p/address-sanitizer/issues/detail?id=70 for more background. llvm-svn: 162839
-