summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Transforms/Instrumentation/AddressSanitizer.cpp
Commit message (Expand)AuthorAgeFilesLines
* [asan] unpoison the stack before every noreturn call. Fixes asan issue 37. ll...Kostya Serebryany2012-02-081-2/+17
* Convert assert(0) to llvm_unreachableCraig Topper2012-02-071-2/+1
* reapply the patches reverted in r149470 that reenable ConstantDataArray,Chris Lattner2012-02-051-1/+1
* Revert Chris' commits up to r149348 that started causing VMCoreTests unit tes...Argyrios Kyrtzidis2012-02-011-1/+1
* eliminate the "string" form of ConstantArray::get, usingChris Lattner2012-01-311-1/+1
* [asan] fix the ObjC support (asan Issue #33)Kostya Serebryany2012-01-301-13/+21
* Fix compilation of ASan tests on OS X Lion (see http://code.google.com/p/addr...Alexander Potapenko2012-01-301-3/+15
* [asan] correctly use ConstantExpr::getGetElementPtr. Catch by NAKAMURA TakumiKostya Serebryany2012-01-281-1/+1
* [asan] enable asan only for the functions that have Attribute::AddressSafetyKostya Serebryany2012-01-241-0/+1
* Implemented AddressSanitizer::getPassName()Alexander Potapenko2012-01-231-0/+5
* [asan] extend the workaround for http://llvm.org/bugs/show_bug.cgi?id=11395: ...Kostya Serebryany2012-01-111-1/+1
* [asan] cleanup: remove the SIGILL-related code (compiler part)Kostya Serebryany2012-01-061-68/+8
* [asan] add the name of the module to the description of a global variable. Th...Kostya Serebryany2011-12-151-1/+5
* [asan] fix a bug (issue 19) where dlclose and the following mmap caused a fal...Kostya Serebryany2011-12-151-1/+20
* [asan] remove .preinit_array from the compiler module (it breaks .so builds)....Kostya Serebryany2011-12-141-16/+0
* [asan] report an error if blacklist file contains a malformed regex. fixes as...Kostya Serebryany2011-12-131-5/+13
* [asan] use .preinit_array only on linuxKostya Serebryany2011-12-121-2/+3
* [asan] call __asan_init from .preinit_array. This simplifies __asan_init vs m...Kostya Serebryany2011-12-091-0/+15
* [asan] two minor fixes: use UnreachableInst after the neverreturn function ca...Kostya Serebryany2011-12-011-2/+3
* [asan] do not instrument threadlocal globals, this is buggyKostya Serebryany2011-11-231-0/+6
* [asan] workaround for reg alloc bug 11395: don't instrument functions with la...Kostya Serebryany2011-11-181-0/+13
* quick fix: remove GlobalVariable::GlobalVariable mistakenly commited at r1449...Kostya Serebryany2011-11-171-3/+3
* fall back to explicit list of allowed linkages when instrumenting globals in ...Kostya Serebryany2011-11-171-2/+5
* AddressSanitizer, first commit (compiler module only)Kostya Serebryany2011-11-161-0/+965
OpenPOWER on IntegriCloud