Remove attribution from file headers, per discussion on llvmdev.
[oota-llvm.git] / lib / Analysis / ProfileInfo.cpp
2007-12-29 Chris LattnerRemove attribution from file headers, per discussion...
2007-05-03 Devang PatelDrop 'const'
2007-05-02 Devang PatelUse 'static const char' instead of 'static const int'.
2007-05-02 Lauro Ramos VenancioFix build error.
2007-05-01 Devang PatelDo not use typeinfo to identify pass in pass manager.
2007-03-22 Dan GohmanChange uses of Function::front to Function::getEntryBlo...
2007-02-05 Reid SpencerMake classes in anonymous namespaces use VISIBILITY_HID...
2006-08-28 Chris Lattnersimplify AnalysisGroup registration, eliminating one...
2006-08-27 Chris Lattnereliminate RegisterOpt. It does the same thing as Regis...
2005-04-21 Misha BrukmanRemove trailing whitespace
2005-01-08 Jeff CohenAdd even more missing createXxxPass functions.
2004-03-08 Chris LattnerSwitch to using edge profiling information as the basic...
2004-03-08 Chris LattnerRefactor implementations
2004-02-11 Chris LattnerFix copy-and-pastos
2004-02-11 Chris LattnerMake sure to register the 'no profile' implementation...
2004-02-10 Chris LattnerAn initial implementation of an LLVM ProfileInfo class...