simplify AnalysisGroup registration, eliminating one typeid call.
[oota-llvm.git] / lib / Transforms / Instrumentation / BlockProfiling.cpp
2006-08-28 Chris Lattnersimplify AnalysisGroup registration, eliminating one...
2006-08-27 Chris Lattnereliminate RegisterOpt. It does the same thing as Regis...
2005-11-28 Andrew LenharthAdded documented rsprofiler interface. Also remove...
2005-04-21 Misha BrukmanRemove trailing whitespace
2005-01-07 Misha BrukmanConvert tabs to spaces
2005-01-07 Jeff CohenAdd missing createXxxPass functions
2004-09-20 Chris Lattner'Pass' should now not be derived from by clients. ...
2004-07-18 Reid Spencerbug 122:
2004-07-04 Reid SpencerAdd #include <iostream> since Value.h does not #include...
2004-03-08 Chris LattnerSplit utility functions out of BlockProfiling.cpp
2004-02-10 Chris Lattnerinitialization calls now return argc. If the program...
2004-01-09 Chris LattnerFinegrainify namespacification
2003-11-11 Brian GaekePut all LLVM code into the llvm namespace, as per bug...
2003-10-29 Chris LattnerRefactor code, initial implementation of -insert-block...
2003-10-28 Chris LattnerPass in argc & argv
2003-10-28 Chris LattnerInitial checkin of profiling instrumentation pass....