[asan] Assign a low branch weight to ASan's slow path, patch by Jonas Wagner. This...
[oota-llvm.git] / test / Instrumentation / AddressSanitizer / basic.ll
2014-09-02 Kostya Serebryany[asan] Assign a low branch weight to ASan's slow path...
2014-07-16 Alexey SamsonovCHECK-LABEL-ize one test
2014-05-23 Kostya Serebryany[asan] properly instrument memory accesses that have...
2014-04-21 Kostya Serebryany[asan] add llvm-ish test for memset/etc instrumentation
2014-03-20 Alexander Potapenko[ASan] Add -asan-module to the ASan .ll tests.
2013-12-06 Kostya Serebryany[asan] rewrite asan's stack frame layout
2013-06-26 Kostya Serebryany[asan] workaround for PR16277: don't instrument AllocaI...
2013-03-18 Kostya Serebryany[asan] don't instrument functions with available_extern...
2013-02-26 Kostya SerebryanyUnify clang/llvm attributes for asan/tsan/msan (LLVM...
2013-02-19 Kostya Serebryany[asan] instrument memory accesses with unusual sizes
2013-02-18 Kostya Serebryany[asan] revert r175266 as it breaks code with packed...
2013-02-15 Kostya Serebryany[asan] support long double on 64-bit. See https://code...
2013-02-12 Kostya Serebryany[asan] fix tests for the new ABI
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...