1. 95a9d93 Round 2 of dead private variable removal. by Benjamin Kramer · 12 years ago
  2. 4ab406d LLVMBuild: Remove trailing newline, which irked me. by Daniel Dunbar · 13 years ago
  3. a7b0cb7 Remove all remaining uses of Value::getNameStr(). by Benjamin Kramer · 13 years ago
  4. 0d3c223 LLVMBuild: Add description files for the LLVM tools. by Daniel Dunbar · 13 years ago
  5. 8c39c96 build: Tidy up a bunch of tool Makefiles, and simplify where possible using the by Daniel Dunbar · 13 years ago
  6. 3ff9563 MemoryBuffer now return an error_code and returns a OwningPtr<MemoryBuffer> via an out parm. by Michael J. Spencer · 14 years ago
  7. 333fb04 Support/MemoryBuffer: Replace all uses of std::string *ErrMsg with error_code &ec. And fix clients. by Michael J. Spencer · 14 years ago
  8. 1f6efa3 Merge System into Support. by Michael J. Spencer · 14 years ago
  9. 3a210e2 Revert "CMake: Get rid of LLVMLibDeps.cmake and export the libraries normally." by Michael J. Spencer · 14 years ago
  10. 4e9c939 CMake: Get rid of LLVMLibDeps.cmake and export the libraries normally. by Michael J. Spencer · 14 years ago
  11. 1dbb387 lets get crazy and name the header file the exact class name, by Chris Lattner · 14 years ago
  12. a11a6a0 AsmPrinter has a formatted stream, pass it down through AsmAnnotationWriter by Chris Lattner · 14 years ago
  13. 90c579d Reapply r110396, with fixes to appease the Linux buildbot gods. by Owen Anderson · 14 years ago
  14. 1f74590 Revert r110396 to fix buildbots. by Owen Anderson · 14 years ago
  15. 9ccaf53 Don't use PassInfo* as a type identifier for passes. Instead, use the address of the static by Owen Anderson · 14 years ago
  16. 43b5f93 make -fno-rtti the default unless a directory builds with REQUIRES_RTTI. by Chris Lattner · 15 years ago
  17. e73a31f Stop building RTTI information for *most* llvm libraries. Notable by Chris Lattner · 15 years ago
  18. 076124e Reverting 85714, 85715, 85716, which are breaking the build by Douglas Gregor · 15 years ago
  19. b2fae75 Remove the #include of Pass.h from PassManager.h. This breaks a significant by Dan Gohman · 15 years ago
  20. 42a8832 this doesn't use EH either. by Chris Lattner · 15 years ago
  21. 79331b2 Since all std::cout is gone, also remove iostream include. by Andreas Neustifter · 15 years ago
  22. 30457f2 Changed std::cout to outs(), retaining formating. by Andreas Neustifter · 15 years ago
  23. 79c5d3f remove the std::ostream version of module and type printing. by Chris Lattner · 15 years ago
  24. bdff548 eliminate the "Value" printing methods that print to a std::ostream. by Chris Lattner · 15 years ago
  25. 3cdfb4a Update llvm-prof for ProfileInfo API changes. - Patch by Erick Tryzelaar by Daniel Dunbar · 15 years ago
  26. c43782c Some ProfileInfo cleanups. by Daniel Dunbar · 15 years ago
  27. caaa493 More ProfileInfo improvements. by Daniel Dunbar · 15 years ago
  28. c9008c5 Make block and function count available via ProfileInfo. by Daniel Dunbar · 15 years ago
  29. ee16638 Remove unnecessary ProfileInfoLoader methods. by Daniel Dunbar · 15 years ago
  30. d5b385c One more getName -> getNameStr by Daniel Dunbar · 15 years ago
  31. fbee579 Simplify / normalize some uses of Value::getName. by Daniel Dunbar · 15 years ago
  32. 0d7c695 To simplify the upcoming context-on-type change, switch all command line tools to using the default global context for now. by Owen Anderson · 15 years ago
  33. 65f57c2 Use errs() instead of std::cerr. by Dan Gohman · 15 years ago
  34. 314fa8e Move main llvm-prof functionality into a ModulePass. by Daniel Dunbar · 15 years ago
  35. f530c92 Fix a bunch of other places that used operator[] to test whether by Dan Gohman · 15 years ago
  36. 31895e7 Hold the LLVMContext by reference rather than by pointer. by Owen Anderson · 15 years ago
  37. 8b477ed Add a pointer to the owning LLVMContext to Module. This requires threading LLVMContext through a lot by Owen Anderson · 15 years ago
  38. cc14d25 Change various llvm utilities to use PrettyStackTraceProgram in by Chris Lattner · 16 years ago
  39. e3ff456 disable exports from a bunch more tools, those without plugins. by Chris Lattner · 16 years ago
  40. 3d01fc7 Initial support for the CMake build system. by Oscar Fuentes · 16 years ago
  41. 944fac7 Switch the asmprinter (.ll) and all the stuff it requires over to by Chris Lattner · 16 years ago
  42. 21c62da remove attributions from tools. by Chris Lattner · 17 years ago
  43. 5116784 remove attributions from tools/utils makefiles. by Chris Lattner · 17 years ago
  44. 82a13c9 Move the space in overview output for commands out of each of the by Dan Gohman · 17 years ago
  45. a99be51 Here is the bulk of the sanitizing. by Gabor Greif · 17 years ago
  46. 295b1ce Initialize variable to null so it has a value in the off chance that a by Reid Spencer · 18 years ago
  47. 065344d use the new MemoryBuffer interfaces to simplify error reporting in clients. by Chris Lattner · 18 years ago
  48. 44dadff switch tools to bitcode instead of bytecode by Chris Lattner · 18 years ago
  49. 592488a add support to llvm-prof for reading from a bitcode file by Chris Lattner · 18 years ago
  50. ca5183d Unbreak VC++ build. by Jeff Cohen · 18 years ago
  51. f2e292c push bytecode decompressor out through APIs. Now the bytecode reader by Chris Lattner · 18 years ago
  52. c30598b make all llvm tools call llvm_shutdown when they exit, static'ify some stuff. by Chris Lattner · 18 years ago
  53. aea932d Use LINK_COMPONENTS to specify *components* to link against instead of by Chris Lattner · 18 years ago
  54. 0465fa9 Tools require EH for their top-level try blocks. by Chris Lattner · 18 years ago
  55. 18c8b49 Use archive libraries instead of object files for VMCore, BCReader, by Reid Spencer · 18 years ago
  56. 19b7e0e For PR786: by Reid Spencer · 18 years ago
  57. 1adc3de Revert removal of std:: prefixes and addtion of "using namespace std;". by Reid Spencer · 19 years ago
  58. 78b0e6a General cleanup: by Reid Spencer · 19 years ago
  59. e50b075 There are still uses for spaces in Makefiles -- to make text line up together, by Misha Brukman · 20 years ago
  60. 3da94ae Remove trailing whitespace by Misha Brukman · 20 years ago
  61. 1ef8bda For PR351: by Reid Spencer · 20 years ago
  62. bf714df Add LLVMbzip2 library, now required. by Reid Spencer · 20 years ago
  63. 6cb21d4 Change Library Names Not To Conflict With Others When Installed by Reid Spencer · 20 years ago
  64. 40a955a We're not doing automake any more by Reid Spencer · 20 years ago
  65. cac731e We won't use automake by Reid Spencer · 20 years ago
  66. 86d341b Initial automake generated Makefile template by Reid Spencer · 20 years ago
  67. d96cb6e Update to reflect changes in Makefile rules. by Reid Spencer · 20 years ago
  68. 90a2adc Initial version of automake Makefile.am file. by Reid Spencer · 20 years ago
  69. 551ccae Changes For Bug 352 by Reid Spencer · 20 years ago
  70. 7c4c98d Add the LLVMsystem.a library as it is now used for operating system by Reid Spencer · 20 years ago
  71. 9de7b33 The functions in Signal.h are now in the llvm::sys namespace - adjust by Reid Spencer · 20 years ago
  72. 86f42bd Add #include <iostream> since Value.h does not include it any more. by Reid Spencer · 20 years ago
  73. bed85ff Header file moved by Chris Lattner · 20 years ago
  74. 8c2730e Annotate functions with edge counts as well, if they are available. by Chris Lattner · 21 years ago
  75. f73b4ca Make sure to print a stack trace whenever an error signal is delivered to the by Chris Lattner · 21 years ago
  76. 89cf393 Factor profile information loading OUT of llvm-prof into libanalysis by Chris Lattner · 21 years ago
  77. c4ee274 Remove some pointless #includes by Chris Lattner · 21 years ago
  78. d0fde30 Put all LLVM code into the llvm namespace, as per bug 109. by Brian Gaeke · 21 years ago
  79. cde1cf3 Add new command line option by Chris Lattner · 21 years ago
  80. 9088de7 never print zero executions blocks by Chris Lattner · 21 years ago
  81. 3b7f416 Simplify code by Chris Lattner · 21 years ago
  82. e1ccadf Add percentage info by Chris Lattner · 21 years ago
  83. 3baed41 Hrm, some of my counters are wrapping around 32 bits by Chris Lattner · 21 years ago
  84. 3673730 If only have function profile, don't print out "not executed" for all of the blocks :) by Chris Lattner · 21 years ago
  85. 5e71764 Add the ability to print out llvm code when the -annotated-llvm option is given by Chris Lattner · 21 years ago
  86. 750ba3d Add the ability to synthesize function counts from block count information by Chris Lattner · 21 years ago
  87. 18884a8 Print the top 20 most frequently executed blocks. Fix sort predicate problem by Chris Lattner · 21 years ago
  88. 3688205 Cleanup output a bit by Chris Lattner · 21 years ago
  89. 4963dcf Print out command lines used to run the programs by Chris Lattner · 21 years ago
  90. 33f1ca7 Add support for reading block frequencies. Fix bug in attribution of counts by Chris Lattner · 21 years ago
  91. 7a78d81 Provide an accessor for getting function count information. Print a simple by Chris Lattner · 21 years ago
  92. e436779 Read in the bytecode and profile information, but don't do anything with it yet. by Chris Lattner · 21 years ago
  93. 6f82d07 Initial checkin of llvmprof stub by Chris Lattner · 21 years ago