aboutsummaryrefslogtreecommitdiffstats
path: root/test/Instrumentation/AddressSanitizer
Commit message (Expand)AuthorAgeFilesLines
* Update aosp/master LLVM for rebase to r235153Pirama Arumuga Nainar2015-05-182-1/+54
* Update aosp/master llvm for rebase to r233350Pirama Arumuga Nainar2015-04-0921-62/+385
* Update aosp/master LLVM for rebase to r230699.Stephen Hines2015-03-2315-76/+155
* Update aosp/master LLVM for rebase to r222494.Stephen Hines2014-12-0218-195/+403
* Update LLVM for rebase to r212749.Stephen Hines2014-07-2115-121/+237
* Update LLVM for 3.5 rebase (r209712).Stephen Hines2014-05-2910-56/+237
* Update to LLVM 3.5a.Stephen Hines2014-04-2422-90/+429
* Merging r195504:Manman Ren2013-12-091-0/+2
* [ASan] Fix PR17867 - make sure ASan doesn't crash if use-after-scope and use-...Alexey Samsonov2013-11-182-3/+36
* Reapply "[asan] Poor man's coverage that works with ASan"Bob Wilson2013-11-151-0/+13
* Revert "[asan] Poor man's coverage that works with ASan"Bob Wilson2013-11-151-13/+0
* [asan] Poor man's coverage that works with ASanKostya Serebryany2013-11-141-0/+13
* [asan] Optimize accesses to global arrays with constant indexKostya Serebryany2013-10-162-3/+64
* TBAA: handle scalar TBAA format and struct-path aware TBAA format.Manman Ren2013-09-271-2/+4
* Debug Info Testing: update context from empty string to null.Manman Ren2013-09-081-1/+1
* Debug Info Testing: updated to use NULL instead of "i32 0" in a few fields.Manman Ren2013-09-061-1/+1
* Debug Info: add an identifier field to DICompositeType.Manman Ren2013-08-261-1/+1
* [tests] Cleanup initialization of test suffixes.Daniel Dunbar2013-08-162-11/+1
* Change the linkage of these global values to 'internal'.Bill Wendling2013-08-061-2/+2
* Debug Info: update testing cases to pass verifier.Manman Ren2013-07-291-9/+7
* Current batch of -disable-debug-info-verifier.Rafael Espindola2013-07-251-1/+1
* [asan] workaround for PR16277: don't instrument AllocaInstr with alignment mo...Kostya Serebryany2013-06-261-0/+19
* [asan] add option -asan-keep-uninstrumented-functionsKostya Serebryany2013-06-261-0/+23
* Revert "Adding DIImportedModules to DIScopes."David Blaikie2013-03-281-6/+6
* Adding DIImportedModules to DIScopes.David Blaikie2013-03-271-6/+6
* Remove unused field in DISubprogramDavid Blaikie2013-03-211-1/+1
* [asan] when creating string constants, set unnamed_attr and align 1 so that e...Kostya Serebryany2013-03-181-2/+3
* [asan] don't instrument functions with available_externally linkage. This sav...Kostya Serebryany2013-03-181-0/+12
* Split out filename & directory from DIFile to start generalizing over DIScopesDavid Blaikie2013-03-171-1/+2
* [ASan] emit instrumentation for initialization order checking by defaultAlexey Samsonov2013-03-141-1/+1
* Remove the unused 4th operand for DIFile debug info metadataDavid Blaikie2013-03-131-1/+1
* Unify clang/llvm attributes for asan/tsan/msan (LLVM part)Kostya Serebryany2013-02-2611-29/+29
* [asan] instrument invoke insns with noreturn attribute (as well as call insns)Kostya Serebryany2013-02-201-1/+22
* [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-122-4/+4
* [asan] adaptive redzones for globals (the larger the global the larger is the...Kostya Serebryany2013-01-241-0/+57
* ASan: wrap mapping scale and offset in a struct and make it a member of ASan ...Alexey Samsonov2013-01-161-0/+41
* [ASan] Fix lifetime intrinsics handling. Now for each intrinsic we check if i...Alexey Samsonov2012-12-271-1/+24
* Improve debug info generated with enabled AddressSanitizer.Alexey Samsonov2012-12-121-0/+60
* ASan: add initial support for handling llvm.lifetime intrinsics in ASan - emi...Alexey Samsonov2012-12-041-0/+61
* [asan] when checking the noreturn attribute on the call, also check it on the...Kostya Serebryany2012-11-291-2/+13
* [asan] Split AddressSanitizer into two passes (FunctionPass, ModulePass), LLV...Kostya Serebryany2012-11-282-2/+2
* [asan] don't instrument linker-initialized globals even with external linkage...Kostya Serebryany2012-11-201-1/+23
* [asan] make sure that linker-initialized globals (non-extern) are not instrum...Kostya Serebryany2012-11-201-1/+20
* [asan] don't instrument globals that we've created ourselves (reduces the bin...Kostya Serebryany2012-11-011-0/+19
* [asan] make sure asan erases old unused allocas after it created a new one. T...Kostya Serebryany2012-10-191-0/+20
* [asan] fix a testKostya Serebryany2012-10-151-1/+1
* Revert 'Fix a typo 'iff' => 'if''. iff is an abreviation of if and only if. S...Sylvestre Ledru2012-09-271-1/+1