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