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