summaryrefslogtreecommitdiff
path: root/lib/Transforms/Instrumentation/EdgeProfiling.cpp
Commit message (Expand)AuthorAge
* Changed llvm_ostream et all to OStream. llvm_cerr, llvm_cout, llvm_null, areBill Wendling2006-12-07
* Removed #include <iostream> and used the llvm_cerr/DOUT streams instead.Bill Wendling2006-11-26
* eliminate RegisterOpt. It does the same thing as RegisterPass.Chris Lattner2006-08-27
* Remove trailing whitespaceMisha Brukman2005-04-21
* Add missing createXxxPass functionsJeff Cohen2005-01-07
* 'Pass' should now not be derived from by clients. Instead, they should deriveChris Lattner2004-09-20
* bug 122:Reid Spencer2004-07-18
* Add #include <iostream> since Value.h does not #include it any more.Reid Spencer2004-07-04
* Initial support for edge profilingChris Lattner2004-03-08