aboutsummaryrefslogtreecommitdiff
path: root/include/llvm/Transforms/Instrumentation.h
AgeCommit message (Expand)Author
2011-05-17Conditionalize the format of the GCOV files by target type. Darwin uses the 4.2Bill Wendling
2011-04-21Add independent controls for whether GCOV profiling should emit .gcno files orNick Lewycky
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-01-02remove the random sampling framework, which is not maintained anymore.Chris Lattner
2009-09-01Addedum to r80712, forgot to add files.Andreas Neustifter
2008-03-06fix typosGabor Greif
2007-12-29Don't attribute in file headers anymore. See llvmdev for theChris Lattner
2007-02-20remove some dead passes and stuff specific to the reoptimizer.Chris Lattner
2007-01-07remove an old instrumentation pass that is not used anymore.Chris Lattner
2005-11-28Added documented rsprofiler interface. Also remove new profiler passes, theAndrew Lenharth
2005-11-28Random sampling (aka Arnold and Ryder) profiling. This is still preliminary,...Andrew Lenharth
2005-04-21Remove trailing whitespaceMisha Brukman
2005-01-07Add missing createXxxPass functionsJeff Cohen
2005-01-07Fix return typeJeff Cohen
2005-01-06Fix incorrect return type.Jeff Cohen
2004-09-30Add accessor function prototypes for reoptimizer support passes.Brian Gaeke
2003-11-11Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke
2003-10-20Added LLVM copyright header (for lack of a better term).John Criswell
2003-01-14New headerChris Lattner