summaryrefslogtreecommitdiffstats
path: root/lib/Transforms/Instrumentation/AddressSanitizer.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update aosp/master LLVM for rebase to r235153Pirama Arumuga Nainar2015-05-181-46/+46
* Update aosp/master llvm for rebase to r233350Pirama Arumuga Nainar2015-04-091-362/+456
* Update aosp/master LLVM for rebase to r230699.Stephen Hines2015-03-231-144/+443
* Update aosp/master LLVM for rebase to r222494.Stephen Hines2014-12-021-215/+146
* Update LLVM for rebase to r212749.Stephen Hines2014-07-211-190/+207
* Update LLVM for 3.5 rebase (r209712).Stephen Hines2014-05-291-109/+201
* Update to LLVM 3.5a.Stephen Hines2014-04-241-290/+295
* [ASan] Fix PR17867 - make sure ASan doesn't crash if use-after-scope and use-...Alexey Samsonov2013-11-181-6/+6
* [asan] use GlobalValue::PrivateLinkage for coverage guard to save quite a bit...Kostya Serebryany2013-11-151-1/+1
* Reapply "[asan] Poor man's coverage that works with ASan"Bob Wilson2013-11-151-0/+52
* Revert "[asan] Poor man's coverage that works with ASan"Bob Wilson2013-11-151-52/+0
* [asan] Poor man's coverage that works with ASanKostya Serebryany2013-11-141-0/+52
* [asan] Optimize accesses to global arrays with constant indexKostya Serebryany2013-10-161-6/+33
* Remove several unused variables.Rafael Espindola2013-10-011-2/+1
* [asan] call __asan_stack_malloc_N only if use-after-return detection is enabl...Kostya Serebryany2013-09-181-1/+22
* ifndef NDEBUG-out an asserts-only constant committed in r190863David Blaikie2013-09-181-0/+2
* [asan] inline the calls to __asan_stack_free_* with small sizes. Yet another ...Kostya Serebryany2013-09-171-3/+48
* [asan] refactor the use-after-return API so that the size class is computed a...Kostya Serebryany2013-09-101-10/+32
* Add SpecialCaseList::createOrDie() factory and use it in sanitizer passesAlexey Samsonov2013-08-121-2/+2
* Mark obviously const methods. Also use reference for parameters when possible.Jakub Staszak2013-08-091-8/+8
* Change the linkage of these global values to 'internal'.Bill Wendling2013-08-061-4/+7
* 80-colsAlexey Samsonov2013-08-051-1/+2
* [PowerPC] Support powerpc64le as a syntax-checking target.Bill Schmidt2013-07-261-1/+2
* Add 'const' qualifiers to static const char* variables.Craig Topper2013-07-161-19/+20
* Implement categories for special case lists.Peter Collingbourne2013-07-091-1/+1
* Rename BlackList class to SpecialCaseList and move it to Transforms/Utils.Peter Collingbourne2013-07-091-5/+5
* [asan] workaround for PR16277: don't instrument AllocaInstr with alignment mo...Kostya Serebryany2013-06-261-1/+2
* [asan] add option -asan-keep-uninstrumented-functionsKostya Serebryany2013-06-261-4/+47
* [asan] ASan Linux MIPS32 support (llvm part), patch by Jyun-Yan YKostya Serebryany2013-06-031-1/+10
* Replace Count{Leading,Trailing}Zeros_{32,64} with count{Leading,Trailing}Zeros.Michael J. Spencer2013-05-241-1/+1
* Remove unused #include.Bill Wendling2013-05-201-1/+0
* [ASan] Change the ABI of __asan_before_dynamic_init function: now it takes po...Alexey Samsonov2013-03-261-17/+13
* [asan] Change the way we report the alloca frame on stack-buff-overflow.Kostya Serebryany2013-03-221-8/+15
* [asan] when creating string constants, set unnamed_attr and align 1 so that e...Kostya Serebryany2013-03-181-1/+4
* [asan] while generating the description of a global variable, emit the module...Kostya Serebryany2013-03-181-7/+8
* [asan] don't instrument functions with available_externally linkage. This sav...Kostya Serebryany2013-03-181-0/+1
* [ASan] emit instrumentation for initialization order checking by defaultAlexey Samsonov2013-03-141-2/+2
* Unify clang/llvm attributes for asan/tsan/msan (LLVM part)Kostya Serebryany2013-02-261-2/+2
* [asan] instrument invoke insns with noreturn attribute (as well as call insns)Kostya Serebryany2013-02-201-4/+5
* [asan] instrument memory accesses with unusual sizesKostya Serebryany2013-02-191-29/+49
* [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-1/+1
* [asan] fix confusing indentationKostya Serebryany2013-02-131-1/+2
* [ASan] Do not use kDefaultShort64bitShadowOffset on Mac, where the binaries m...Alexander Potapenko2013-02-121-1/+2
* [asan] change the default mapping offset on x86_64 to 0x7fff8000. This gives ...Kostya Serebryany2013-02-121-3/+5
* [asan] added a flag -mllvm asan-short-64bit-mapping-offset=1 (0 by default)Kostya Serebryany2013-02-111-2/+8
* [asan] fix 32-bit buildsKostya Serebryany2013-01-241-3/+3
* [asan] adaptive redzones for globals (the larger the global the larger is the...Kostya Serebryany2013-01-241-3/+13
* [asan] use ADD instead of OR when applying shadow offset of PowerPC. See http...Kostya Serebryany2013-01-231-4/+15
* Sort all of the includes. Several files got checked in with mis-sortedChandler Carruth2013-01-191-1/+1