Age | Commit message (Expand) | Author |
---|---|---|
2013-03-14 | [ASan] emit instrumentation for initialization order checking by default | Alexey Samsonov |
2013-02-26 | Unify clang/llvm attributes for asan/tsan/msan (LLVM part) | Kostya Serebryany |
2012-11-28 | [asan] Split AddressSanitizer into two passes (FunctionPass, ModulePass), LLV... | Kostya Serebryany |
2012-11-20 | [asan] don't instrument linker-initialized globals even with external linkage... | Kostya Serebryany |
2012-11-20 | [asan] make sure that linker-initialized globals (non-extern) are not instrum... | Kostya Serebryany |
2012-08-21 | [asan] add code to detect global initialization fiasco in C/C++. The sub-pass... | Kostya Serebryany |