SMDiagnostic: don't emit ranges if there are /any/ multibyte characters.
[oota-llvm.git] / test / Instrumentation /
2013-01-10 Peter Collingbourne[msan] Change va_start/va_copy shadow memset alignment...
2012-12-27 Alexey Samsonov[ASan] Fix lifetime intrinsics handling. Now for each...
2012-12-26 Evgeniy Stepanov[msan] Raise alignment of origin stores/loads when...
2012-12-25 Evgeniy Stepanov[msan] Fix handling of vectors of pointers.
2012-12-25 Evgeniy Stepanov[msan] Fix handling of select with vector condition.
2012-12-21 Evgeniy Stepanov[msan] Remove unreachable blocks before instrumenting...
2012-12-19 Evgeniy Stepanov[msan] Heuristically instrument unknown intrinsics.
2012-12-14 Evgeniy Stepanov[msan] Origin stores and loads do not need explicit...
2012-12-12 Alexey SamsonovImprove debug info generated with enabled AddressSanitizer.
2012-12-06 Evgeniy Stepanov[msan] Do not store origin for clean values.
2012-12-05 Evgeniy Stepanov[msan] Instrument bswap intrinsic.
2012-12-05 Evgeniy Stepanov[msan] Change linkage type of __msan_track_origins.
2012-12-04 Evgeniy StepanovImprove MSan tests.
2012-12-04 Alexey SamsonovASan: add initial support for handling llvm.lifetime...
2012-11-30 Evgeniy Stepanov[msan] Tests for vector manipulation instructions.
2012-11-29 Evgeniy Stepanov[msan] Propagate shadow through (x<0) and (x>=0) compar...
2012-11-29 Evgeniy Stepanov[msan] Fix shadow & origin store & load alignment.
2012-11-29 Evgeniy Stepanov[msan] Add a test for r168873.
2012-11-29 Evgeniy Stepanov[msan] Update tests (broken in r168873).
2012-11-29 Evgeniy StepanovInitial commit of MemorySanitizer.
2012-11-29 Kostya Serebryany[asan] when checking the noreturn attribute on the...
2012-11-28 Kostya Serebryany[asan] Split AddressSanitizer into two passes (Function...
2012-11-27 Dmitry Vyukovtsan: instrument atomic nand operation
2012-11-26 Dmitry Vyukov[tsan] add fail order to compare_exchange
2012-11-20 Kostya Serebryany[asan] don't instrument linker-initialized globals...
2012-11-20 Kostya Serebryany[asan] make sure that linker-initialized globals (non...
2012-11-09 Dmitry Vyukovtsan: switch to new memory_order constants (ABI compatible)
2012-11-09 Dmitry Vyukovtsan: instrument all atomics (including fetch_add,...
2012-11-01 Kostya Serebryany[asan] don't instrument globals that we've created...
2012-10-19 Kostya Serebryany[asan] make sure asan erases old unused allocas after...
2012-10-15 Kostya Serebryany[asan] fix a test
2012-10-03 Dmitry Vyukovtsan: update the test for new atomic enums
2012-10-03 Dmitry Vyukovtsan: update the test for new atomic enums
2012-09-27 Sylvestre LedruRevert 'Fix a typo 'iff' => 'if''. iff is an abreviatio...
2012-09-27 Sylvestre LedruFix a typo 'iff' => 'if'
2012-08-21 Kostya Serebryany[asan] add code to detect global initialization fiasco...
2012-08-14 Kostya Serebryany[asan] insert crash basic blocks inline as opposed...
2012-07-25 Nuno Lopesrevert r160742: it's breaking CMake build
2012-07-25 Nuno LopesMemoryBuiltins: add support to determine the size of...
2012-07-20 Nuno Lopesbaby steps toward fixing some problems with inbound...
2012-07-20 Nuno Lopesmove the bounds checking pass to the instrumentation...
2012-07-20 Kostya Serebryany[asan] make sure that the crash callbacks do not get...
2012-07-16 Kostya Serebryany[asan] refactor instrumentation to allow merging the...
2012-07-16 Chandler CarruthRevert r160254 temporarily.
2012-07-16 Chandler CarruthTeach AddressSanitizer to create basic blocks in a...
2012-07-16 Chandler CarruthAdd a basic test for AddressSanitizer. This is just...
2012-05-30 Kostya Serebryany[asan] instrument cmpxchg and atomicrmw
2012-04-27 Kostya Serebryany[tsan] Atomic support for ThreadSanitizer, patch by...
2012-04-10 Kostya Serebryany[tsan] two more compile-time optimizations:
2012-04-10 Kostya Serebryany[tsan] compile-time instrumentation: do not instrument...
2012-03-26 Kostya Serebryany[tsan] treat vtable pointer updates in a special way...
2012-03-12 Kostya Serebryany[asan] move x86-specific test to a separate X86 directo...
2012-02-16 Eli BenderskyReplace all instances of dg.exp file with lit.local...
2012-02-14 Kostya Serebryany[asan] fix asan-vs-gvn.ll test (it did not actually...
2012-02-13 Kostya SerebryanyThreadSanitizer, a race detector. First LLVM commit.
2012-02-08 Kostya Serebryany[asan] unpoison the stack before every noreturn call...
2012-02-06 Kostya SerebryanyThe patch resolves the conflict between AddressSanitize...
2012-01-24 Kostya Serebryany[asan] enable asan only for the functions that have...
2012-01-04 Kostya Serebryany[asan] one more test for asan instrumentation: (*a...
2011-12-16 Kostya Serebryany[asan] add a test for instrumenting globals
2011-11-23 Kostya Serebryany[asan] do not instrument threadlocal globals, this...
2011-11-18 Kostya Serebryany[asan] workaround for reg alloc bug 11395: don't instru...
2011-11-17 Kostya Serebryanyfall back to explicit list of allowed linkages when...
2011-11-16 Kostya SerebryanyAddressSanitizer, first commit (compiler module only)