[PGO] Define value profiling updater API signature in InstrProfData.inc (NFC)
[oota-llvm.git] / lib / Transforms / Instrumentation / Instrumentation.cpp
2015-10-13 Duncan P. N. Exon... Instrumentation: Remove ilist iterator implicit convers...
2015-08-14 Reid Kleckner[sancov] Leave llvm.localescape in the entry block
2015-06-15 Peter CollingbourneProtection against stack-based memory corruption errors...
2014-12-08 Justin BognerInstrProf: An intrinsic and lowering for instrumentatio...
2014-11-11 Kostya SerebryanyMove asan-coverage into a separate phase.
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.