Age | Commit message (Expand) | Author |
---|---|---|
2012-11-29 | Initial commit of MemorySanitizer. | Evgeniy Stepanov |
2012-11-28 | [asan] Split AddressSanitizer into two passes (FunctionPass, ModulePass), LLV... | Kostya Serebryany |
2012-07-22 | Move the initialization of the bounds checking pass. The pass itself | Chandler Carruth |
2012-02-13 | ThreadSanitizer, a race detector. First LLVM commit. | Kostya Serebryany |
2011-11-16 | AddressSanitizer, first commit (compiler module only) | Kostya Serebryany |
2011-04-16 | Rename LineProfiling to GCOVProfiling to more accurately represent what it | Nick Lewycky |
2011-04-12 | Add support for line profiling. Very work-in-progress. | Nick Lewycky |
2011-01-29 | Implementation of path profiling. | Andrew Trick |
2010-10-07 | Add initialization routines for Instrumentation. | Owen Anderson |