aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Transforms/Instrumentation/BlockProfiling.cpp
Commit message (Expand)AuthorAgeFilesLines
* simplify AnalysisGroup registration, eliminating one typeid call.Chris Lattner2006-08-281-2/+2
* eliminate RegisterOpt. It does the same thing as RegisterPass.Chris Lattner2006-08-271-3/+3
* Added documented rsprofiler interface. Also remove new profiler passes, theAndrew Lenharth2005-11-281-2/+6
* Remove trailing whitespaceMisha Brukman2005-04-211-6/+6
* Convert tabs to spacesMisha Brukman2005-01-071-3/+2
* Add missing createXxxPass functionsJeff Cohen2005-01-071-0/+8
* 'Pass' should now not be derived from by clients. Instead, they should deriveChris Lattner2004-09-201-6/+6
* bug 122:Reid Spencer2004-07-181-6/+2
* Add #include <iostream> since Value.h does not #include it any more.Reid Spencer2004-07-041-0/+2
* Split utility functions out of BlockProfiling.cppChris Lattner2004-03-081-85/+3
* initialization calls now return argc. If the program uses the argc valueChris Lattner2004-02-101-17/+24
* Finegrainify namespacificationChris Lattner2004-01-091-3/+1
* Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke2003-11-111-0/+4
* Refactor code, initial implementation of -insert-block-profiling passChris Lattner2003-10-291-64/+106
* Pass in argc & argvChris Lattner2003-10-281-6/+20
* Initial checkin of profiling instrumentation pass. So far, despite theChris Lattner2003-10-281-0/+127