aboutsummaryrefslogtreecommitdiff
path: root/tools/llvm-prof/llvm-prof.cpp
AgeCommit message (Expand)Author
2010-09-02lets get crazy and name the header file the exact class name,Chris Lattner
2010-09-02AsmPrinter has a formatted stream, pass it down through AsmAnnotationWriterChris Lattner
2010-08-06Reapply r110396, with fixes to appease the Linux buildbot gods.Owen Anderson
2010-08-06Revert r110396 to fix buildbots.Owen Anderson
2010-08-05Don't use PassInfo* as a type identifier for passes. Instead, use the addres...Owen Anderson
2009-11-01Reverting 85714, 85715, 85716, which are breaking the buildDouglas Gregor
2009-11-01Remove the #include of Pass.h from PassManager.h. This breaks a significantDan Gohman
2009-10-22this doesn't use EH either.Chris Lattner
2009-08-28Since all std::cout is gone, also remove iostream include.Andreas Neustifter
2009-08-26Changed std::cout to outs(), retaining formating.Andreas Neustifter
2009-08-23remove the std::ostream version of module and type printing.Chris Lattner
2009-08-23eliminate the "Value" printing methods that print to a std::ostream.Chris Lattner
2009-08-13Update llvm-prof for ProfileInfo API changes.Daniel Dunbar
2009-08-08Some ProfileInfo cleanups.Daniel Dunbar
2009-08-08More ProfileInfo improvements.Daniel Dunbar
2009-08-05Make block and function count available via ProfileInfo.Daniel Dunbar
2009-08-05Remove unnecessary ProfileInfoLoader methods.Daniel Dunbar
2009-07-25One more getName -> getNameStrDaniel Dunbar
2009-07-21Simplify / normalize some uses of Value::getName.Daniel Dunbar
2009-07-15To simplify the upcoming context-on-type change, switch all command line tool...Owen Anderson
2009-07-15Use errs() instead of std::cerr.Dan Gohman
2009-07-14Move main llvm-prof functionality into a ModulePass.Daniel Dunbar
2009-07-02Fix a bunch of other places that used operator[] to test whetherDan Gohman
2009-07-01Hold the LLVMContext by reference rather than by pointer.Owen Anderson
2009-07-01Add a pointer to the owning LLVMContext to Module. This requires threading L...Owen Anderson
2009-03-06Change various llvm utilities to use PrettyStackTraceProgram inChris Lattner
2008-08-23Switch the asmprinter (.ll) and all the stuff it requires over toChris Lattner
2007-12-29remove attributions from tools.Chris Lattner
2007-10-08Move the space in overview output for commands out of each of theDan Gohman
2007-07-05Here is the bulk of the sanitizing.Gabor Greif
2007-05-07Initialize variable to null so it has a value in the off chance that aReid Spencer
2007-05-06use the new MemoryBuffer interfaces to simplify error reporting in clients.Chris Lattner
2007-05-06switch tools to bitcode instead of bytecodeChris Lattner
2007-05-06add support to llvm-prof for reading from a bitcode fileChris Lattner
2007-03-05Unbreak VC++ build.Jeff Cohen
2007-02-07push bytecode decompressor out through APIs. Now the bytecode readerChris Lattner
2006-12-06make all llvm tools call llvm_shutdown when they exit, static'ify some stuff.Chris Lattner
2006-05-24For PR786:Reid Spencer
2005-12-30Revert removal of std:: prefixes and addtion of "using namespace std;".Reid Spencer
2005-12-29General cleanup:Reid Spencer
2005-04-22Remove trailing whitespaceMisha Brukman
2004-12-30For PR351:Reid Spencer
2004-09-01Changes For Bug 352Reid Spencer
2004-08-29The functions in Signal.h are now in the llvm::sys namespace - adjustReid Spencer
2004-07-04Add #include <iostream> since Value.h does not include it any more.Reid Spencer
2004-05-27Header file movedChris Lattner
2004-03-08Annotate functions with edge counts as well, if they are available.Chris Lattner
2004-02-19Make sure to print a stack trace whenever an error signal is delivered to theChris Lattner
2004-02-11Factor profile information loading OUT of llvm-prof into libanalysisChris Lattner
2003-11-11Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke