[asan] experimental tracing for indirect calls, llvm part.
[oota-llvm.git] / lib / Transforms / Instrumentation / Instrumentation.cpp
2014-01-07 Chandler CarruthRe-sort all of the includes with ./utils/sort_includes...
2013-10-02 Chandler CarruthRemove the very substantial, largely unmaintained legac...
2013-08-07 Peter CollingbourneDataFlowSanitizer; LLVM changes.
2013-05-01 Filip PizloThis patch breaks up Wrap.h so that it does not have...
2013-04-22 Eric ChristopherMove C++ code out of the C headers and into either...
2012-11-29 Evgeniy StepanovInitial commit of MemorySanitizer.
2012-11-28 Kostya Serebryany[asan] Split AddressSanitizer into two passes (Function...
2012-07-22 Chandler CarruthMove the initialization of the bounds checking pass...
2012-02-13 Kostya SerebryanyThreadSanitizer, a race detector. First LLVM commit.
2011-11-16 Kostya SerebryanyAddressSanitizer, first commit (compiler module only)
2011-04-16 Nick LewyckyRename LineProfiling to GCOVProfiling to more accuratel...
2011-04-12 Nick LewyckyAdd support for line profiling. Very work-in-progress.
2011-01-29 Andrew TrickImplementation of path profiling.
2010-10-07 Owen AndersonAdd initialization routines for Instrumentation.