aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Transforms/Instrumentation/EdgeProfiling.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix for edge profiling, patch by 'Marc' for PR1857Chris Lattner2007-12-131-1/+1
* Fix typo in comment.Nick Lewycky2007-05-061-1/+1
* Drop 'const'Devang Patel2007-05-031-2/+2
* Use 'static const char' instead of 'static const int'.Devang Patel2007-05-021-2/+2
* Do not use typeinfo to identify pass in pass manager.Devang Patel2007-05-011-0/+4
* Apply the VISIBILITY_HIDDEN field to the remaining anonymous classes inReid Spencer2007-02-051-1/+2
* For PR411:Reid Spencer2007-02-051-1/+1
* For PR950:Reid Spencer2006-12-311-1/+1
* Changed llvm_ostream et all to OStream. llvm_cerr, llvm_cout, llvm_null, areBill Wendling2006-12-071-3/+3
* Removed #include <iostream> and used the llvm_cerr/DOUT streams instead.Bill Wendling2006-11-261-2/+2
* eliminate RegisterOpt. It does the same thing as RegisterPass.Chris Lattner2006-08-271-2/+2
* Remove trailing whitespaceMisha Brukman2005-04-211-2/+2
* Add missing createXxxPass functionsJeff Cohen2005-01-071-0/+3
* 'Pass' should now not be derived from by clients. Instead, they should deriveChris Lattner2004-09-201-3/+3
* bug 122:Reid Spencer2004-07-181-4/+2
* Add #include <iostream> since Value.h does not #include it any more.Reid Spencer2004-07-041-0/+1
* Initial support for edge profilingChris Lattner2004-03-081-0/+94