aboutsummaryrefslogtreecommitdiffstats
path: root/test/Instrumentation/AddressSanitizer/basic.ll
Commit message (Expand)AuthorAgeFilesLines
* Update aosp/master llvm for rebase to r233350Pirama Arumuga Nainar2015-04-091-7/+7
* Update aosp/master LLVM for rebase to r230699.Stephen Hines2015-03-231-1/+1
* Update aosp/master LLVM for rebase to r222494.Stephen Hines2014-12-021-8/+10
* Update LLVM for 3.5 rebase (r209712).Stephen Hines2014-05-291-2/+31
* Update to LLVM 3.5a.Stephen Hines2014-04-241-20/+1
* [asan] workaround for PR16277: don't instrument AllocaInstr with alignment mo...Kostya Serebryany2013-06-261-0/+19
* [asan] don't instrument functions with available_externally linkage. This sav...Kostya Serebryany2013-03-181-0/+12
* Unify clang/llvm attributes for asan/tsan/msan (LLVM part)Kostya Serebryany2013-02-261-6/+6
* [asan] instrument memory accesses with unusual sizesKostya Serebryany2013-02-191-1/+31
* [asan] revert r175266 as it breaks code with packed structures. supporting lo...Kostya Serebryany2013-02-181-1/+1
* [asan] support long double on 64-bit. See https://code.google.com/p/address-s...Kostya Serebryany2013-02-151-0/+9
* [asan] fix tests for the new ABIKostya Serebryany2013-02-121-2/+2
* [asan] make sure asan erases old unused allocas after it created a new one. T...Kostya Serebryany2012-10-191-0/+20
* [asan] insert crash basic blocks inline as opposed to inserting them at the e...Kostya Serebryany2012-08-141-10/+8
* [asan] make sure that the crash callbacks do not get merged (Chandler's idea:...Kostya Serebryany2012-07-201-18/+19
* [asan] refactor instrumentation to allow merging the crash callbacks (not ful...Kostya Serebryany2012-07-161-6/+8
* Revert r160254 temporarily.Chandler Carruth2012-07-161-10/+12
* Teach AddressSanitizer to create basic blocks in a more natural order.Chandler Carruth2012-07-161-12/+10
* Add a basic test for AddressSanitizer. This is just a bare-bonesChandler Carruth2012-07-161-0/+70