- Dec 21, 2012
-
-
Dmitry Vyukov authored
llvm-svn: 170866
-
Dmitry Vyukov authored
llvm-svn: 170844
-
Richard Relph authored
llvm-svn: 170843
-
- Dec 20, 2012
-
-
Dmitry Vyukov authored
llvm-svn: 170707
-
Alexey Samsonov authored
llvm-svn: 170701
-
Alexey Samsonov authored
[Sanitizer] Fix CMake build rules for sanitizer_common tests to respect universal static libraries on Mac llvm-svn: 170698
-
Kostya Serebryany authored
llvm-svn: 170697
-
Evgeniy Stepanov authored
llvm-svn: 170696
-
Dmitry Vyukov authored
llvm-svn: 170695
-
Alexey Samsonov authored
[Sanitizer] Modify CMake build rules for sanitizer_common unit tests: build them with fresh Clang for both 32- and 64-bits (if possible) llvm-svn: 170691
-
Alexander Potapenko authored
This test didn't pass for me locally because of "T0's stack" being converted to "T0'short stack" by c++filt. Strange enough this doesn't show up on our bots. llvm-svn: 170690
-
Kostya Serebryany authored
llvm-svn: 170689
-
Kostya Serebryany authored
llvm-svn: 170687
-
Kostya Serebryany authored
[asan] add a flag poison_heap to allow better allocator benchmarking, implemenet malloc_stats() on Linux llvm-svn: 170685
-
Dmitry Vyukov authored
llvm-svn: 170681
-
Kostya Serebryany authored
llvm-svn: 170680
-
Dmitry Vyukov authored
llvm-svn: 170679
-
Kostya Serebryany authored
llvm-svn: 170677
-
Alexey Samsonov authored
llvm-svn: 170670
-
Richard Smith authored
llvm-svn: 170666
-
- Dec 19, 2012
-
-
Alexey Samsonov authored
llvm-svn: 170552
-
Alexey Samsonov authored
llvm-svn: 170549
-
Kostya Serebryany authored
llvm-svn: 170548
-
Alexey Samsonov authored
llvm-svn: 170543
-
Alexey Samsonov authored
build tree. Now just-built Clang is used to: 1) compile instrumented sources (as before); 2) compile non-instrumented sources; 3) compile our own instrumented version of googletest; 4) link it all together using -fsanitize=address flag (instead of trying to copy linker behavior in CMake build rules). This makes ASan unittests pretty much self-consistent and independent of other LLVM libraries. llvm-svn: 170541
-
Alexander Potapenko authored
llvm-svn: 170531
-
Kostya Serebryany authored
llvm-svn: 170520
-
Alexey Samsonov authored
llvm-svn: 170519
-
Dmitry Vyukov authored
llvm-svn: 170515
-
Alexey Samsonov authored
llvm-svn: 170514
-
Kostya Serebryany authored
[asan] asan_allocator2: improve FindHeapChunkByAddress to find memory chunks to the left of a given address. Almost all tests pass with the new allocator now, only 6 are left to fix. llvm-svn: 170511
-
Alexey Samsonov authored
llvm-svn: 170507
-
Dmitry Vyukov authored
llvm-svn: 170499
-
Kostya Serebryany authored
llvm-svn: 170498
-
- Dec 18, 2012
-
-
Kostya Serebryany authored
llvm-svn: 170434
-
Dmitry Vyukov authored
llvm-svn: 170433
-
Dmitry Vyukov authored
llvm-svn: 170430
-
Dmitry Vyukov authored
llvm-svn: 170429
-
Dmitry Vyukov authored
llvm-svn: 170427
-
Dmitry Vyukov authored
The runtime skips atexit sleep if there are no threads now, so it must be fast w/o it. Allows to specify own TSAN_OPTIONS for the tests. llvm-svn: 170426
-