Move llvm/Support/IRBuilder.h -> llvm/IRBuilder.h
[oota-llvm.git] / lib / Transforms / Instrumentation / AddressSanitizer.cpp
2012-06-29 Chandler CarruthMove llvm/Support/IRBuilder.h -> llvm/IRBuilder.h
2012-06-28 Kostya Serebryany[asan] set a hard limit on the number of instructions...
2012-06-23 Hans WennborgExtend the IL for selecting TLS models (PR9788)
2012-05-30 Kostya Serebryany[asan] instrument cmpxchg and atomicrmw
2012-05-23 Evgeniy StepanovUse zero-based shadow by default on Android.
2012-04-27 Kostya Serebryany[asan] small optimization: do not emit "x+0" instructions
2012-04-23 Alexander PotapenkoFix issue 67 by checking that the interface functions...
2012-03-21 Kostya Serebryany[asan] fix one more bug related to long double
2012-03-19 Kostya Serebryany[asan] don't emit __asan_mapping_offset/__asan_mapping_...
2012-03-14 Kostya Serebryany[asan] rename class BlackList to FunctionBlackList...
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)