aboutsummaryrefslogtreecommitdiff
path: root/test/Instrumentation/AddressSanitizer/basic.ll
AgeCommit message (Expand)Author
2013-03-18[asan] don't instrument functions with available_externally linkage. This sav...Kostya Serebryany
2013-02-26Unify clang/llvm attributes for asan/tsan/msan (LLVM part)Kostya Serebryany
2013-02-19[asan] instrument memory accesses with unusual sizesKostya Serebryany
2013-02-18[asan] revert r175266 as it breaks code with packed structures. supporting lo...Kostya Serebryany
2013-02-15[asan] support long double on 64-bit. See https://code.google.com/p/address-s...Kostya Serebryany
2013-02-12[asan] fix tests for the new ABIKostya Serebryany
2012-10-19[asan] make sure asan erases old unused allocas after it created a new one. T...Kostya Serebryany
2012-08-14[asan] insert crash basic blocks inline as opposed to inserting them at the e...Kostya Serebryany
2012-07-20[asan] make sure that the crash callbacks do not get merged (Chandler's idea:...Kostya Serebryany
2012-07-16[asan] refactor instrumentation to allow merging the crash callbacks (not ful...Kostya Serebryany
2012-07-16Revert r160254 temporarily.Chandler Carruth
2012-07-16Teach AddressSanitizer to create basic blocks in a more natural order.Chandler Carruth
2012-07-16Add a basic test for AddressSanitizer. This is just a bare-bonesChandler Carruth