Don't attribute in file headers anymore. See llvmdev for the
[oota-llvm.git] / include / llvm / Analysis / ProfileInfo.h
2007-12-29 Chris LattnerDon't attribute in file headers anymore. See llvmdev...
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.
2005-04-21 Misha BrukmanRemove trailing whitespace
2004-03-08 Chris LattnerSwitch over to using edge profile information as the...
2004-03-08 Chris LattnerWe don't want to make this a pure interface, as it...
2004-02-11 Chris LattnerAdd an important prototype
2004-02-10 Chris LattnerAn initial implementation of an LLVM ProfileInfo class...