[msan] Change va_start/va_copy shadow memset alignment to 8.
[oota-llvm.git] / test / Instrumentation / AddressSanitizer / basic.ll
2012-10-19 Kostya Serebryany[asan] make sure asan erases old unused allocas after...
2012-08-14 Kostya Serebryany[asan] insert crash basic blocks inline as opposed...
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...