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