summaryrefslogtreecommitdiff
path: root/lib/Transforms/Instrumentation/AddressSanitizer.cpp
Commit message (Expand)AuthorAge
* Make some DataLayout pointers const.Rafael Espindola2014-02-24
* [asan] simplify the code that compute the shadow offset; get rid of two inter...Kostya Serebryany2014-02-24
* Rename many DataLayout variables from TD to DL.Rafael Espindola2014-02-21
* Add back r201608, r201622, r201624 and r201625Rafael Espindola2014-02-19
* This reverts commit r201625 and r201624.Rafael Espindola2014-02-19
* Now that llvm always does the right thing with private, use it.Rafael Espindola2014-02-19
* [asan] support for FreeBSD, LLVM part. patch by Viktor KutuzovKostya Serebryany2014-02-10
* Fix known typosAlp Toker2014-01-24
* [asan] extend asan-coverage (still experimental).Kostya Serebryany2014-01-17
* [asan] Remove -fsanitize-address-zero-base-shadow command lineEvgeniy Stepanov2014-01-16
* [ASan] Fix the test for __asan_gen_ globals and actually fix http://llvm.org/...Alexander Potapenko2013-12-25
* [ASan] Make sure none of the __asan_gen_ global strings end up in the symbol ...Alexander Potapenko2013-12-25
* [asan] don't unpoison redzones on function exit in use-after-return mode.Kostya Serebryany2013-12-23
* [asan] produce fewer stores when poisoning stack shadowKostya Serebryany2013-12-23
* Add an explicit insert point argument to SplitBlockAndInsertIfThen.Evgeniy Stepanov2013-12-19
* [asan] Fix the coverage.cc test broken by r196939Reid Kleckner2013-12-10
* [asan] rewrite asan's stack frame layoutKostya Serebryany2013-12-06
* [ASan] Fix PR17867 - make sure ASan doesn't crash if use-after-scope and use-...Alexey Samsonov2013-11-18
* [asan] use GlobalValue::PrivateLinkage for coverage guard to save quite a bit...Kostya Serebryany2013-11-15
* Reapply "[asan] Poor man's coverage that works with ASan"Bob Wilson2013-11-15
* Revert "[asan] Poor man's coverage that works with ASan"Bob Wilson2013-11-15
* [asan] Poor man's coverage that works with ASanKostya Serebryany2013-11-14
* [asan] Optimize accesses to global arrays with constant indexKostya Serebryany2013-10-16
* Remove several unused variables.Rafael Espindola2013-10-01
* [asan] call __asan_stack_malloc_N only if use-after-return detection is enabl...Kostya Serebryany2013-09-18
* ifndef NDEBUG-out an asserts-only constant committed in r190863David Blaikie2013-09-18
* [asan] inline the calls to __asan_stack_free_* with small sizes. Yet another ...Kostya Serebryany2013-09-17
* [asan] refactor the use-after-return API so that the size class is computed a...Kostya Serebryany2013-09-10
* Add SpecialCaseList::createOrDie() factory and use it in sanitizer passesAlexey Samsonov2013-08-12
* Mark obviously const methods. Also use reference for parameters when possible.Jakub Staszak2013-08-09
* Change the linkage of these global values to 'internal'.Bill Wendling2013-08-06
* 80-colsAlexey Samsonov2013-08-05
* [PowerPC] Support powerpc64le as a syntax-checking target.Bill Schmidt2013-07-26
* Add 'const' qualifiers to static const char* variables.Craig Topper2013-07-16
* Implement categories for special case lists.Peter Collingbourne2013-07-09
* Rename BlackList class to SpecialCaseList and move it to Transforms/Utils.Peter Collingbourne2013-07-09
* [asan] workaround for PR16277: don't instrument AllocaInstr with alignment mo...Kostya Serebryany2013-06-26
* [asan] add option -asan-keep-uninstrumented-functionsKostya Serebryany2013-06-26
* [asan] ASan Linux MIPS32 support (llvm part), patch by Jyun-Yan YKostya Serebryany2013-06-03
* Replace Count{Leading,Trailing}Zeros_{32,64} with count{Leading,Trailing}Zeros.Michael J. Spencer2013-05-24
* Remove unused #include.Bill Wendling2013-05-20
* [ASan] Change the ABI of __asan_before_dynamic_init function: now it takes po...Alexey Samsonov2013-03-26
* [asan] Change the way we report the alloca frame on stack-buff-overflow.Kostya Serebryany2013-03-22
* [asan] when creating string constants, set unnamed_attr and align 1 so that e...Kostya Serebryany2013-03-18
* [asan] while generating the description of a global variable, emit the module...Kostya Serebryany2013-03-18
* [asan] don't instrument functions with available_externally linkage. This sav...Kostya Serebryany2013-03-18
* [ASan] emit instrumentation for initialization order checking by defaultAlexey Samsonov2013-03-14
* Unify clang/llvm attributes for asan/tsan/msan (LLVM part)Kostya Serebryany2013-02-26
* [asan] instrument invoke insns with noreturn attribute (as well as call insns)Kostya Serebryany2013-02-20
* [asan] instrument memory accesses with unusual sizesKostya Serebryany2013-02-19