Add support for vectors of pointers.
[oota-llvm.git] / lib / Transforms / Instrumentation / AddressSanitizer.cpp
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)