- Dec 19, 2012
-
-
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
-
Alexey Samsonov authored
[Sanitizer] Expose StackTrace::GetPreviousInstructionPc() to get PC of call instruction from return address llvm-svn: 170424
-
Richard Smith authored
has got us to the wrong offset within an object. llvm-svn: 170423
-
Kostya Serebryany authored
llvm-svn: 170418
-
Dmitry Vyukov authored
llvm-svn: 170417
-
Richard Smith authored
pointing at the bad location and a snippet of nearby memory values. This is strictly best-effort; reading these bytes to display the note could lead to a seg fault, and that's explicitly OK. llvm-svn: 170415
-
Richard Smith authored
llvm-svn: 170413
-
Richard Smith authored
one out from the return address. Currently, we can only resolve this address to a file and line number if we have an external symbolizer. llvm-svn: 170407
-
Richard Smith authored
to an object outside its lifetime does not have undefined behavior. llvm-svn: 170388
-
- Dec 17, 2012
-
-
Dmitry Vyukov authored
llvm-svn: 170346
-
Kostya Serebryany authored
llvm-svn: 170339
-
Kostya Serebryany authored
llvm-svn: 170329
-
Kostya Serebryany authored
llvm-svn: 170315
-
Kostya Serebryany authored
llvm-svn: 170313
-
Kostya Serebryany authored
llvm-svn: 170310
-
- Dec 15, 2012
-
-
Kostya Serebryany authored
[sanitizer] fix a bug that has crept into the sanitizer allocator and caused SEGV on allocations between 1Mb and 2Mb, improve the test llvm-svn: 170274
-
- Dec 14, 2012
-
-
Dmitry Vyukov authored
llvm-svn: 170235
-
Alexey Samsonov authored
llvm-svn: 170208
-
Dmitry Vyukov authored
llvm-svn: 170207
-
Kostya Serebryany authored
llvm-svn: 170206
-
Dmitry Vyukov authored
llvm-svn: 170205
-
Evgeniy Stepanov authored
llvm-svn: 170204
-
Dmitry Vyukov authored
llvm-svn: 170202
-
Kostya Serebryany authored
llvm-svn: 170193
-