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