aboutsummaryrefslogtreecommitdiff
path: root/tools/llvm-prof
AgeCommit message (Expand)Author
2013-01-02Move all of the header files which are involved in modelling the LLVM IRChandler Carruth
2012-12-04Sort the #include lines for tools/...Chandler Carruth
2012-11-29One more step towards making doInitialization and doFinalization useful forPedro Artigas
2012-11-27Revert r168635 "Step towards implementation of pass manager with doInitializa...Owen Anderson
2012-11-26Step towards implementation of pass manager with doInitialization and doFinal...Owen Anderson
2012-11-15Add doInitialization and doFinalization methods to ModulePass's, to allow the...Owen Anderson
2012-06-06Round 2 of dead private variable removal.Benjamin Kramer
2011-12-12LLVMBuild: Remove trailing newline, which irked me.Daniel Dunbar
2011-11-15Remove all remaining uses of Value::getNameStr().Benjamin Kramer
2011-11-11LLVMBuild: Add description files for the LLVM tools.Daniel Dunbar
2011-10-18build: Tidy up a bunch of tool Makefiles, and simplify where possible using theDaniel Dunbar
2010-12-16MemoryBuffer now return an error_code and returns a OwningPtr<MemoryBuffer> v...Michael J. Spencer
2010-12-09Support/MemoryBuffer: Replace all uses of std::string *ErrMsg with error_code...Michael J. Spencer
2010-11-29Merge System into Support.Michael J. Spencer
2010-09-13Revert "CMake: Get rid of LLVMLibDeps.cmake and export the libraries normally."Michael J. Spencer
2010-09-10CMake: Get rid of LLVMLibDeps.cmake and export the libraries normally.Michael J. Spencer
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
2010-01-24make -fno-rtti the default unless a directory builds with REQUIRES_RTTI.Chris Lattner
2010-01-22Stop building RTTI information for *most* llvm libraries. NotableChris Lattner
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
2009-02-26disable exports from a bunch more tools, those without plugins.Chris Lattner
2008-09-22Initial support for the CMake build system.Oscar Fuentes
2008-08-23Switch the asmprinter (.ll) and all the stuff it requires over toChris Lattner
2007-12-29remove attributions from tools.Chris Lattner
2007-12-29remove attributions from tools/utils makefiles.Chris Lattner
2007-10-08Move the space in overview output for commands out of each of theDan Gohman