2011-10-18 |
Daniel Dunbar | build: Tidy up a bunch of tool Makefiles, and simplify... |
tree | commitdiff |
2010-12-16 |
Michael J. Spencer | MemoryBuffer now return an error_code and returns a... |
tree | commitdiff |
2010-12-09 |
Michael J. Spencer | Support/MemoryBuffer: Replace all uses of std::string... |
tree | commitdiff |
2010-11-29 |
Michael J. Spencer | Merge System into Support. |
tree | commitdiff |
2010-09-13 |
Michael J. Spencer | Revert "CMake: Get rid of LLVMLibDeps.cmake and export... |
tree | commitdiff |
2010-09-10 |
Michael J. Spencer | CMake: Get rid of LLVMLibDeps.cmake and export the... |
tree | commitdiff |
2010-09-02 |
Chris Lattner | lets get crazy and name the header file the exact class... |
tree | commitdiff |
2010-09-02 |
Chris Lattner | AsmPrinter has a formatted stream, pass it down through... |
tree | commitdiff |
2010-08-06 |
Owen Anderson | Reapply r110396, with fixes to appease the Linux buildb... |
tree | commitdiff |
2010-08-06 |
Owen Anderson | Revert r110396 to fix buildbots. |
tree | commitdiff |
2010-08-05 |
Owen Anderson | Don't use PassInfo* as a type identifier for passes... |
tree | commitdiff |
2010-01-24 |
Chris Lattner | make -fno-rtti the default unless a directory builds... |
tree | commitdiff |
2010-01-22 |
Chris Lattner | Stop building RTTI information for *most* llvm librarie... |
tree | commitdiff |
2009-11-01 |
Douglas Gregor | Reverting 85714, 85715, 85716, which are breaking the... |
tree | commitdiff |
2009-11-01 |
Dan Gohman | Remove the #include of Pass.h from PassManager.h. This... |
tree | commitdiff |
2009-10-22 |
Chris Lattner | this doesn't use EH either. |
tree | commitdiff |
2009-08-28 |
Andreas Neustifter | Since all std::cout is gone, also remove iostream include. |
tree | commitdiff |
2009-08-26 |
Andreas Neustifter | Changed std::cout to outs(), retaining formating. |
tree | commitdiff |
2009-08-23 |
Chris Lattner | remove the std::ostream version of module and type... |
tree | commitdiff |
2009-08-23 |
Chris Lattner | eliminate the "Value" printing methods that print to... |
tree | commitdiff |
2009-08-13 |
Daniel Dunbar | Update llvm-prof for ProfileInfo API changes. |
tree | commitdiff |
2009-08-08 |
Daniel Dunbar | Some ProfileInfo cleanups. |
tree | commitdiff |
2009-08-08 |
Daniel Dunbar | More ProfileInfo improvements. |
tree | commitdiff |
2009-08-05 |
Daniel Dunbar | Make block and function count available via ProfileInfo. |
tree | commitdiff |
2009-08-05 |
Daniel Dunbar | Remove unnecessary ProfileInfoLoader methods. |
tree | commitdiff |
2009-07-25 |
Daniel Dunbar | One more getName -> getNameStr |
tree | commitdiff |
2009-07-21 |
Daniel Dunbar | Simplify / normalize some uses of Value::getName. |
tree | commitdiff |
2009-07-15 |
Owen Anderson | To simplify the upcoming context-on-type change, switch... |
tree | commitdiff |
2009-07-15 |
Dan Gohman | Use errs() instead of std::cerr. |
tree | commitdiff |
2009-07-14 |
Daniel Dunbar | Move main llvm-prof functionality into a ModulePass. |
tree | commitdiff |
2009-07-02 |
Dan Gohman | Fix a bunch of other places that used operator[] to... |
tree | commitdiff |
2009-07-01 |
Owen Anderson | Hold the LLVMContext by reference rather than by pointer. |
tree | commitdiff |
2009-07-01 |
Owen Anderson | Add a pointer to the owning LLVMContext to Module.... |
tree | commitdiff |
2009-03-06 |
Chris Lattner | Change various llvm utilities to use PrettyStackTracePr... |
tree | commitdiff |
2009-02-26 |
Chris Lattner | disable exports from a bunch more tools, those without... |
tree | commitdiff |
2008-09-22 |
Oscar Fuentes | Initial support for the CMake build system. |
tree | commitdiff |
2008-08-23 |
Chris Lattner | Switch the asmprinter (.ll) and all the stuff it requir... |
tree | commitdiff |
2007-12-29 |
Chris Lattner | remove attributions from tools. |
tree | commitdiff |
2007-12-29 |
Chris Lattner | remove attributions from tools/utils makefiles. |
tree | commitdiff |
2007-10-08 |
Dan Gohman | Move the space in overview output for commands out... |
tree | commitdiff |
2007-07-05 |
Gabor Greif | Here is the bulk of the sanitizing. |
tree | commitdiff |
2007-05-07 |
Reid Spencer | Initialize variable to null so it has a value in the... |
tree | commitdiff |
2007-05-06 |
Chris Lattner | use the new MemoryBuffer interfaces to simplify error... |
tree | commitdiff |
2007-05-06 |
Chris Lattner | switch tools to bitcode instead of bytecode |
tree | commitdiff |
2007-05-06 |
Chris Lattner | add support to llvm-prof for reading from a bitcode... |
tree | commitdiff |
2007-03-05 |
Jeff Cohen | Unbreak VC++ build. |
tree | commitdiff |
2007-02-07 |
Chris Lattner | push bytecode decompressor out through APIs. Now the... |
tree | commitdiff |
2006-12-06 |
Chris Lattner | make all llvm tools call llvm_shutdown when they exit... |
tree | commitdiff |
2006-09-04 |
Chris Lattner | Use LINK_COMPONENTS to specify *components* to link... |
tree | commitdiff |
2006-07-07 |
Chris Lattner | Tools require EH for their top-level try blocks. |
tree | commitdiff |
2006-06-01 |
Reid Spencer | Use archive libraries instead of object files for VMCor... |
tree | commitdiff |
2006-05-24 |
Reid Spencer | For PR786: |
tree | commitdiff |
2005-12-30 |
Reid Spencer | Revert removal of std:: prefixes and addtion of "using... |
tree | commitdiff |
2005-12-29 |
Reid Spencer | General cleanup: |
tree | commitdiff |
2005-04-24 |
Misha Brukman | There are still uses for spaces in Makefiles -- to... |
tree | commitdiff |
2005-04-22 |
Misha Brukman | Remove trailing whitespace |
tree | commitdiff |
2004-12-30 |
Reid Spencer | For PR351: |
tree | commitdiff |
2004-11-25 |
Reid Spencer | Add LLVMbzip2 library, now required. |
tree | commitdiff |
2004-10-27 |
Reid Spencer | Change Library Names Not To Conflict With Others When... |
tree | commitdiff |
2004-10-22 |
Reid Spencer | We're not doing automake any more |
tree | commitdiff |
2004-10-22 |
Reid Spencer | We won't use automake |
tree | commitdiff |
2004-10-18 |
Reid Spencer | Initial automake generated Makefile template |
tree | commitdiff |
2004-10-13 |
Reid Spencer | Update to reflect changes in Makefile rules. |
tree | commitdiff |
2004-10-10 |
Reid Spencer | Initial version of automake Makefile.am file. |
tree | commitdiff |
2004-09-01 |
Reid Spencer | Changes For Bug 352 |
tree | commitdiff |
2004-08-29 |
Reid Spencer | Add the LLVMsystem.a library as it is now used for... |
tree | commitdiff |
2004-08-29 |
Reid Spencer | The functions in Signal.h are now in the llvm::sys... |
tree | commitdiff |
2004-07-04 |
Reid Spencer | Add #include <iostream> since Value.h does not include... |
tree | commitdiff |
2004-05-27 |
Chris Lattner | Header file moved |
tree | commitdiff |
2004-03-08 |
Chris Lattner | Annotate functions with edge counts as well, if they... |
tree | commitdiff |
2004-02-19 |
Chris Lattner | Make sure to print a stack trace whenever an error... |
tree | commitdiff |
2004-02-11 |
Chris Lattner | Factor profile information loading OUT of llvm-prof... |
tree | commitdiff |
2003-12-30 |
Chris Lattner | Remove some pointless #includes |
tree | commitdiff |
2003-11-11 |
Brian Gaeke | Put all LLVM code into the llvm namespace, as per bug... |
tree | commitdiff |
2003-11-06 |
Chris Lattner | Add new command line option |
tree | commitdiff |
2003-10-31 |
Chris Lattner | never print zero executions blocks |
tree | commitdiff |
2003-10-31 |
Chris Lattner | Simplify code |
tree | commitdiff |
2003-10-31 |
Chris Lattner | Add percentage info |
tree | commitdiff |
2003-10-31 |
Chris Lattner | Hrm, some of my counters are wrapping around 32 bits |
tree | commitdiff |
2003-10-30 |
Chris Lattner | If only have function profile, don't print out "not... |
tree | commitdiff |
2003-10-30 |
Chris Lattner | Add the ability to print out llvm code when the -annota... |
tree | commitdiff |
2003-10-29 |
Chris Lattner | Add the ability to synthesize function counts from... |
tree | commitdiff |
2003-10-29 |
Chris Lattner | Print the top 20 most frequently executed blocks. ... |
tree | commitdiff |
2003-10-28 |
Chris Lattner | Cleanup output a bit |
tree | commitdiff |
2003-10-28 |
Chris Lattner | Print out command lines used to run the programs |
tree | commitdiff |
2003-10-28 |
Chris Lattner | Add support for reading block frequencies. Fix bug... |
tree | commitdiff |
2003-10-28 |
Chris Lattner | Provide an accessor for getting function count informat... |
tree | commitdiff |
2003-10-28 |
Chris Lattner | Read in the bytecode and profile information, but don... |
tree | commitdiff |
2003-10-28 |
Chris Lattner | Initial checkin of llvmprof stub |
tree | commitdiff |
|