Make ToolExecutionError inherit std::exception and implement its
[oota-llvm.git] / tools / llvm-prof /
2004-02-11 Chris LattnerFactor profile information loading OUT of llvm-prof...
2003-12-30 Chris LattnerRemove some pointless #includes
2003-11-11 Brian GaekePut all LLVM code into the llvm namespace, as per bug...
2003-11-06 Chris LattnerAdd new command line option
2003-10-31 Chris Lattnernever print zero executions blocks
2003-10-31 Chris LattnerSimplify code
2003-10-31 Chris LattnerAdd percentage info
2003-10-31 Chris LattnerHrm, some of my counters are wrapping around 32 bits
2003-10-30 Chris LattnerIf only have function profile, don't print out "not...
2003-10-30 Chris LattnerAdd the ability to print out llvm code when the -annota...
2003-10-29 Chris LattnerAdd the ability to synthesize function counts from...
2003-10-29 Chris LattnerPrint the top 20 most frequently executed blocks. ...
2003-10-28 Chris LattnerCleanup output a bit
2003-10-28 Chris LattnerPrint out command lines used to run the programs
2003-10-28 Chris LattnerAdd support for reading block frequencies. Fix bug...
2003-10-28 Chris LattnerProvide an accessor for getting function count informat...
2003-10-28 Chris LattnerRead in the bytecode and profile information, but don...
2003-10-28 Chris LattnerInitial checkin of llvmprof stub