summaryrefslogtreecommitdiffstats
path: root/llvm/test/Instrumentation/AddressSanitizer/basic.ll
Commit message (Expand)AuthorAgeFilesLines
* [NewPM] Second attempt at porting ASanLeonard Chan2019-02-131-0/+4
* Revert "[PassManager/Sanitizer] Enable usage of ported AddressSanitizer passe...Leonard Chan2018-10-261-2/+0
* [PassManager/Sanitizer] Port of AddresSanitizer pass from legacy to new PassM...Leonard Chan2018-10-111-0/+2
* Remove alignment argument from memcpy/memmove/memset in favour of alignment a...Daniel Neilson2018-01-191-6/+6
* ASAN: Provide reliable debug info for local variables at -O0.Adrian Prantl2017-12-111-0/+1
* [asan] Test ASan instrumentation for shadow scale value of 5Walter Lee2017-11-171-5/+10
* Add element-atomic mem intrinsic canary tests for Address Sanitizer.Daniel Neilson2017-07-181-0/+20
* AddressSanitizer: don't track swifterror memory addressesArnold Schwaighofer2017-02-151-0/+26
* Revert "Change memcpy/memset/memmove to have dest and source alignments."Pete Cooper2015-11-191-6/+6
* Change memcpy/memset/memmove to have dest and source alignments.Pete Cooper2015-11-181-6/+6
* [asan] Rename the ABI versioning symbol to '__asan_version_mismatch_check' in...Kuba Brecka2015-07-231-1/+1
* ASan: Use `createSanitizerCtor` to create ctor, and call `__asan_init`Ismail Pazarbasi2015-05-071-0/+4
* [opaque pointer type] Add textual IR support for explicit type parameter to l...David Blaikie2015-02-271-7/+7
* IR: Make metadata typeless in assemblyDuncan P. N. Exon Smith2014-12-151-1/+1
* [asan] Assign a low branch weight to ASan's slow path, patch by Jonas Wagner...Kostya Serebryany2014-09-021-1/+3
* CHECK-LABEL-ize one testAlexey Samsonov2014-07-161-7/+7
* [asan] properly instrument memory accesses that have small alignment (smaller...Kostya Serebryany2014-05-231-2/+14
* [asan] add llvm-ish test for memset/etc instrumentationKostya Serebryany2014-04-211-0/+17
* [ASan] Add -asan-module to the ASan .ll tests.Alexander Potapenko2014-03-201-1/+1
* [asan] rewrite asan's stack frame layoutKostya Serebryany2013-12-061-19/+0
* [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
OpenPOWER on IntegriCloud