Remove "localize global" optimization
[oota-llvm.git] / tools / llvm-prof / llvm-prof.cpp
2013-10-01 Rafael EspindolaRemove several unused variables.
2013-09-19 Andrew TrickRevert "Encapsulate PassManager debug flags to avoid...
2013-09-18 Andrew TrickEncapsulate PassManager debug flags to avoid static...
2013-09-18 Andrew Trickwhitespace
2013-01-02 Chandler CarruthMove all of the header files which are involved in...
2012-12-04 Chandler CarruthSort the #include lines for tools/...
2012-11-29 Pedro ArtigasOne more step towards making doInitialization and doFin...
2012-11-27 Owen AndersonRevert r168635 "Step towards implementation of pass...
2012-11-26 Owen AndersonStep towards implementation of pass manager with doInit...
2012-11-15 Owen AndersonAdd doInitialization and doFinalization methods to...
2012-06-06 Benjamin KramerRound 2 of dead private variable removal.
2011-11-15 Benjamin KramerRemove all remaining uses of Value::getNameStr().
2010-12-16 Michael J. SpencerMemoryBuffer now return an error_code and returns a...
2010-12-09 Michael J. SpencerSupport/MemoryBuffer: Replace all uses of std::string...
2010-11-29 Michael J. SpencerMerge System into Support.
2010-09-02 Chris Lattnerlets get crazy and name the header file the exact class...
2010-09-02 Chris LattnerAsmPrinter has a formatted stream, pass it down through...
2010-08-06 Owen AndersonReapply r110396, with fixes to appease the Linux buildb...
2010-08-06 Owen AndersonRevert r110396 to fix buildbots.
2010-08-05 Owen AndersonDon't use PassInfo* as a type identifier for passes...
2009-11-01 Douglas GregorReverting 85714, 85715, 85716, which are breaking the...
2009-11-01 Dan GohmanRemove the #include of Pass.h from PassManager.h. This...
2009-10-22 Chris Lattnerthis doesn't use EH either.
2009-08-28 Andreas NeustifterSince all std::cout is gone, also remove iostream include.
2009-08-26 Andreas NeustifterChanged std::cout to outs(), retaining formating.
2009-08-23 Chris Lattnerremove the std::ostream version of module and type...
2009-08-23 Chris Lattnereliminate the "Value" printing methods that print to...
2009-08-13 Daniel DunbarUpdate llvm-prof for ProfileInfo API changes.
2009-08-08 Daniel DunbarSome ProfileInfo cleanups.
2009-08-08 Daniel DunbarMore ProfileInfo improvements.
2009-08-05 Daniel DunbarMake block and function count available via ProfileInfo.
2009-08-05 Daniel DunbarRemove unnecessary ProfileInfoLoader methods.
2009-07-25 Daniel DunbarOne more getName -> getNameStr
2009-07-21 Daniel DunbarSimplify / normalize some uses of Value::getName.
2009-07-15 Owen AndersonTo simplify the upcoming context-on-type change, switch...
2009-07-15 Dan GohmanUse errs() instead of std::cerr.
2009-07-14 Daniel DunbarMove main llvm-prof functionality into a ModulePass.
2009-07-02 Dan GohmanFix a bunch of other places that used operator[] to...
2009-07-01 Owen AndersonHold the LLVMContext by reference rather than by pointer.
2009-07-01 Owen AndersonAdd a pointer to the owning LLVMContext to Module....
2009-03-06 Chris LattnerChange various llvm utilities to use PrettyStackTracePr...
2008-08-23 Chris LattnerSwitch the asmprinter (.ll) and all the stuff it requir...
2007-12-29 Chris Lattnerremove attributions from tools.
2007-10-08 Dan GohmanMove the space in overview output for commands out...
2007-07-05 Gabor GreifHere is the bulk of the sanitizing.
2007-05-07 Reid SpencerInitialize variable to null so it has a value in the...
2007-05-06 Chris Lattneruse the new MemoryBuffer interfaces to simplify error...
2007-05-06 Chris Lattnerswitch tools to bitcode instead of bytecode
2007-05-06 Chris Lattneradd support to llvm-prof for reading from a bitcode...
2007-03-05 Jeff CohenUnbreak VC++ build.
2007-02-07 Chris Lattnerpush bytecode decompressor out through APIs. Now the...
2006-12-06 Chris Lattnermake all llvm tools call llvm_shutdown when they exit...
2006-05-24 Reid SpencerFor PR786:
2005-12-30 Reid SpencerRevert removal of std:: prefixes and addtion of "using...
2005-12-29 Reid SpencerGeneral cleanup:
2005-04-22 Misha BrukmanRemove trailing whitespace
2004-12-30 Reid SpencerFor PR351:
2004-09-01 Reid SpencerChanges For Bug 352
2004-08-29 Reid SpencerThe functions in Signal.h are now in the llvm::sys...
2004-07-04 Reid SpencerAdd #include <iostream> since Value.h does not include...
2004-05-27 Chris LattnerHeader file moved
2004-03-08 Chris LattnerAnnotate functions with edge counts as well, if they...
2004-02-19 Chris LattnerMake sure to print a stack trace whenever an error...
2004-02-11 Chris LattnerFactor profile information loading OUT of llvm-prof...
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