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