[asan] when creating string constants, set unnamed_attr and align 1 so that equal...
[oota-llvm.git] / lib / Transforms / Instrumentation / AddressSanitizer.cpp
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)