More templatization.
[oota-llvm.git] / lib / Analysis / InstCount.cpp
2007-05-06 Nick LewyckyFix typo in comment.
2007-05-03 Devang PatelDrop 'const'
2007-05-02 Devang PatelUse 'static const char' instead of 'static const int'.
2007-05-01 Devang PatelDo not use typeinfo to identify pass in pass manager.
2007-02-05 Reid SpencerMake classes in anonymous namespaces use VISIBILITY_HID...
2006-12-19 Chris Lattnereliminate static ctors from Statistics
2006-12-07 Bill WendlingChanged llvm_ostream et all to OStream. llvm_cerr,...
2006-12-06 Chris LattnerDetemplatize the Statistic class. The only type it...
2006-11-28 Bill WendlingRemoved some of the iostream #includes. Moved towards...
2006-08-27 Chris LattnerEliminate RegisterAnalysis. RegisterPass now does...
2006-01-22 Chris LattnerAdd explicit iostream #includes
2005-10-24 Chris Lattnerexpose a ctor
2005-04-21 Misha BrukmanRemove trailing whitespace
2005-03-22 Chris LattnerDirectly count the number of memory instructions.
2004-11-16 Reid SpencerStandardize on 'class' instead of 'struct'. Gets rid...
2004-10-27 Chris LattnerConvert 'struct' to 'class' in various places to adhere...
2004-09-01 Reid SpencerChanges For Bug 352
2003-11-11 Brian GaekePut all LLVM code into the llvm namespace, as per bug...
2003-10-20 John CriswellAdded LLVM project notice to the top of every C++ sourc...
2003-08-29 Chris LattnerThere is no reason for this to be a pass!
2002-12-07 Chris LattnerAdd total instruction, bb, & function counts
2002-12-03 Chris LattnerSimplify code
2002-11-17 Chris LattnerCount CallInsts correctly, remove unneccesary initializers
2002-11-13 Dinakar DhurjatiGives the count for various instructions.