ASan: use getTypeAllocSize instead of getTypeStoreSize.
[oota-llvm.git] / lib / Transforms / Instrumentation / AddressSanitizer.cpp
2012-03-02 Evgeniy StepanovASan: use getTypeAllocSize instead of getTypeStoreSize.
2012-02-08 Kostya Serebryany[asan] unpoison the stack before every noreturn call...
2012-02-07 Craig TopperConvert assert(0) to llvm_unreachable
2012-02-05 Chris Lattnerreapply the patches reverted in r149470 that reenable...
2012-02-01 Argyrios KyrtzidisRevert Chris' commits up to r149348 that started causin...
2012-01-31 Chris Lattnereliminate the "string" form of ConstantArray::get,...
2012-01-30 Kostya Serebryany[asan] fix the ObjC support (asan Issue #33)
2012-01-30 Alexander PotapenkoFix compilation of ASan tests on OS X Lion (see code...
2012-01-28 Kostya Serebryany[asan] correctly use ConstantExpr::getGetElementPtr...
2012-01-24 Kostya Serebryany[asan] enable asan only for the functions that have...
2012-01-23 Alexander PotapenkoImplemented AddressSanitizer::getPassName()
2012-01-11 Kostya Serebryany[asan] extend the workaround for llvm.org/bugs/show_bug...
2012-01-06 Kostya Serebryany[asan] cleanup: remove the SIGILL-related code (compile...
2011-12-15 Kostya Serebryany[asan] add the name of the module to the description...
2011-12-15 Kostya Serebryany[asan] fix a bug (issue 19) where dlclose and the follo...
2011-12-14 Kostya Serebryany[asan] remove .preinit_array from the compiler module...
2011-12-13 Kostya Serebryany[asan] report an error if blacklist file contains a...
2011-12-12 Kostya Serebryany[asan] use .preinit_array only on linux
2011-12-09 Kostya Serebryany[asan] call __asan_init from .preinit_array. This simpl...
2011-12-01 Kostya Serebryany[asan] two minor fixes: use UnreachableInst after the...
2011-11-23 Kostya Serebryany[asan] do not instrument threadlocal globals, this...
2011-11-18 Kostya Serebryany[asan] workaround for reg alloc bug 11395: don't instru...
2011-11-17 Kostya Serebryanyquick fix: remove GlobalVariable::GlobalVariable mistak...
2011-11-17 Kostya Serebryanyfall back to explicit list of allowed linkages when...
2011-11-16 Kostya SerebryanyAddressSanitizer, first commit (compiler module only)