summaryrefslogtreecommitdiff
path: root/include/llvm/Transforms/Instrumentation.h
Commit message (Expand)AuthorAge
* [asan] make AddressSanitizer to be a FunctionPass instead of ModulePass. This...Kostya Serebryany2012-10-15
* move the bounds checking pass to the instrumentation folder, where it belongs...Nuno Lopes2012-07-20
* ThreadSanitizer, a race detector. First LLVM commit.Kostya Serebryany2012-02-13
* Expose a switch for the new gcov format.Nick Lewycky2011-12-06
* AddressSanitizer, first commit (compiler module only)Kostya Serebryany2011-11-16
* Conditionalize the format of the GCOV files by target type. Darwin uses the 4.2Bill Wendling2011-05-17
* Add independent controls for whether GCOV profiling should emit .gcno files orNick Lewycky2011-04-21
* Rename LineProfiling to GCOVProfiling to more accurately represent what itNick Lewycky2011-04-16
* Add support for line profiling. Very work-in-progress.Nick Lewycky2011-04-12
* Implementation of path profiling.Andrew Trick2011-01-29
* remove the random sampling framework, which is not maintained anymore.Chris Lattner2010-01-02
* Addedum to r80712, forgot to add files.Andreas Neustifter2009-09-01
* fix typosGabor Greif2008-03-06
* Don't attribute in file headers anymore. See llvmdev for theChris Lattner2007-12-29
* remove some dead passes and stuff specific to the reoptimizer.Chris Lattner2007-02-20
* remove an old instrumentation pass that is not used anymore.Chris Lattner2007-01-07
* Added documented rsprofiler interface. Also remove new profiler passes, theAndrew Lenharth2005-11-28
* Random sampling (aka Arnold and Ryder) profiling. This is still preliminary,...Andrew Lenharth2005-11-28
* Remove trailing whitespaceMisha Brukman2005-04-21
* Add missing createXxxPass functionsJeff Cohen2005-01-07
* Fix return typeJeff Cohen2005-01-07
* Fix incorrect return type.Jeff Cohen2005-01-06
* Add accessor function prototypes for reoptimizer support passes.Brian Gaeke2004-09-30
* Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke2003-11-11
* Added LLVM copyright header (for lack of a better term).John Criswell2003-10-20
* New headerChris Lattner2003-01-14