1. 2ea9387 Enable streaming of bitcode by Derek Schuff · 12 years ago
  2. 4ab406d LLVMBuild: Remove trailing newline, which irked me. by Daniel Dunbar · 13 years ago
  3. 0d3c223 LLVMBuild: Add description files for the LLVM tools. by Daniel Dunbar · 13 years ago
  4. 8c39c96 build: Tidy up a bunch of tool Makefiles, and simplify where possible using the by Daniel Dunbar · 13 years ago
  5. 0cd0d88 eliminate the Type::getDescription() method, using "<<" instead. This by Chris Lattner · 13 years ago
  6. c74513d Reapply: Add type output to llvm-dis annotations. Patch by Yuri! by Stuart Hastings · 13 years ago
  7. 412bf05 Revert 127813 while fixing broken test. by Stuart Hastings · 13 years ago
  8. 98cc1ef Add type output to llvm-dis. Patch by Yuri! by Stuart Hastings · 13 years ago
  9. 798403b Update link components for llvm-dis and LTO. by Oscar Fuentes · 13 years ago
  10. 027f099 While printing annotations, print line number and variable name if debug info is present. by Devang Patel · 13 years ago
  11. c448aa6 llvm-dis: Fix memory leak. ParseBitcodeFile should be taking ownership of by Michael J. Spencer · 14 years ago
  12. fe068b3 llvm-dis: Simplify MemoryBuffer usage. by Michael J. Spencer · 14 years ago
  13. 7aa4844 Fix whitespace. by Michael J. Spencer · 14 years ago
  14. 71d3500 Fix some compiler warnings. by Daniel Dunbar · 14 years ago
  15. 3ff9563 MemoryBuffer now return an error_code and returns a OwningPtr<MemoryBuffer> via an out parm. by Michael J. Spencer · 14 years ago
  16. 333fb04 Support/MemoryBuffer: Replace all uses of std::string *ErrMsg with error_code &ec. And fix clients. by Michael J. Spencer · 14 years ago
  17. 1f6efa3 Merge System into Support. by Michael J. Spencer · 14 years ago
  18. e4f1a9b Move tool_output_file into its own file. by Dan Gohman · 14 years ago
  19. 3a210e2 Revert "CMake: Get rid of LLVMLibDeps.cmake and export the libraries normally." by Michael J. Spencer · 14 years ago
  20. 4e9c939 CMake: Get rid of LLVMLibDeps.cmake and export the libraries normally. by Michael J. Spencer · 14 years ago
  21. 6cd71f0 add a new "llvm-dis -show-annotations" option, which causes it to print by Chris Lattner · 14 years ago
  22. d4c4543 Make tool_output_file's raw_ostream instance a member variable instead by Dan Gohman · 14 years ago
  23. d5826a3 Use the new tool_output_file in several tools. This fixes a variety by Dan Gohman · 14 years ago
  24. 43b5f93 make -fno-rtti the default unless a directory builds with REQUIRES_RTTI. by Chris Lattner · 14 years ago
  25. e73a31f Stop building RTTI information for *most* llvm libraries. Notable by Chris Lattner · 14 years ago
  26. 04fc8c8 Don't bother using a PassManager just to print a Module. by Dan Gohman · 15 years ago
  27. ec08046 Fix llvm-extract's "writing bitcode to a terminal" warning, which wasn't by Dan Gohman · 15 years ago
  28. baa2639 Make LLVM command-line tools overwrite their output files without -f. by Dan Gohman · 15 years ago
  29. 17e9edc Change raw_fd_ostream to take flags as an optional bitmask by Chris Lattner · 15 years ago
  30. ac95cc7 Convert more tools code from cerr and cout to errs() and outs(). by Dan Gohman · 15 years ago
  31. 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
  32. a1bdced Add a Force option to raw_fd_ostream to specify whether opening by Dan Gohman · 15 years ago
  33. 31895e7 Hold the LLVMContext by reference rather than by pointer. by Owen Anderson · 15 years ago
  34. 8b477ed Add a pointer to the owning LLVMContext to Module. This requires threading LLVMContext through a lot by Owen Anderson · 15 years ago
  35. cc14d25 Change various llvm utilities to use PrettyStackTraceProgram in by Chris Lattner · 15 years ago
  36. e3ff456 disable exports from a bunch more tools, those without plugins. by Chris Lattner · 15 years ago
  37. 3b0da26 Move Print*Pass to use raw_ostream. by Daniel Dunbar · 16 years ago
  38. f4db3a5 Privatize PrintModulePass and PrintFunctionPass and add by Daniel Dunbar · 16 years ago
  39. 3d01fc7 Initial support for the CMake build system. by Oscar Fuentes · 16 years ago
  40. 21c62da remove attributions from tools. by Chris Lattner · 17 years ago
  41. 5116784 remove attributions from tools/utils makefiles. by Chris Lattner · 17 years ago
  42. 82a13c9 Move the space in overview output for commands out of each of the by Dan Gohman · 17 years ago
  43. a99be51 Here is the bulk of the sanitizing. by Gabor Greif · 17 years ago
  44. 065344d use the new MemoryBuffer interfaces to simplify error reporting in clients. by Chris Lattner · 17 years ago
  45. 44dadff switch tools to bitcode instead of bytecode by Chris Lattner · 17 years ago
  46. 0f4ed87 simplify code by Chris Lattner · 17 years ago
  47. c453f76 Switch the bitcode reader interface to take a MemoryBuffer instead of knowing by Chris Lattner · 17 years ago
  48. 197ccea don't break reading from stdin by Chris Lattner · 17 years ago
  49. b3ca362 teach llvm-dis to read bitcode files by Chris Lattner · 17 years ago
  50. f2e292c push bytecode decompressor out through APIs. Now the bytecode reader by Chris Lattner · 17 years ago
  51. 4d544cd add an option for timing bc file reading. by Chris Lattner · 17 years ago
  52. e815619 Changed llvm_ostream et all to OStream. llvm_cerr, llvm_cout, llvm_null, are by Bill Wendling · 18 years ago
  53. c30598b make all llvm tools call llvm_shutdown when they exit, static'ify some stuff. by Chris Lattner · 18 years ago
  54. a5b31ca Convert to using llvm streams instead of iostreams. by Bill Wendling · 18 years ago
  55. ebfc3a9 Switch to using llvm-config to build by Chris Lattner · 18 years ago
  56. 0465fa9 Tools require EH for their top-level try blocks. by Chris Lattner · 18 years ago
  57. 18c8b49 Use archive libraries instead of object files for VMCore, BCReader, by Reid Spencer · 18 years ago
  58. 3da94ae Remove trailing whitespace by Misha Brukman · 19 years ago
  59. 5ea56e5 clean up comments by Chris Lattner · 19 years ago
  60. 4b724b1 This has been deprecated for long enough, nuke it. by Chris Lattner · 19 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. 227b6d0 Fix usage of changed function prototype by Reid Spencer · 20 years ago
  64. 6cb21d4 Change Library Names Not To Conflict With Others When Installed by Reid Spencer · 20 years ago
  65. 40a955a We're not doing automake any more by Reid Spencer · 20 years ago
  66. cac731e We won't use automake by Reid Spencer · 20 years ago
  67. 86d341b Initial automake generated Makefile template by Reid Spencer · 20 years ago
  68. d96cb6e Update to reflect changes in Makefile rules. by Reid Spencer · 20 years ago
  69. 90a2adc Initial version of automake Makefile.am file. by Reid Spencer · 20 years ago
  70. 551ccae Changes For Bug 352 by Reid Spencer · 20 years ago
  71. 7c4c98d Add the LLVMsystem.a library as it is now used for operating system by Reid Spencer · 20 years ago
  72. 9de7b33 The functions in Signal.h are now in the llvm::sys namespace - adjust by Reid Spencer · 20 years ago
  73. a822160 Eliminate more traces of the -c option by Chris Lattner · 20 years ago
  74. bed85ff Header file moved by Chris Lattner · 20 years ago
  75. f73b4ca Make sure to print a stack trace whenever an error signal is delivered to the by Chris Lattner · 20 years ago
  76. dc5feab Break a line that's over 80cols into two. by Misha Brukman · 20 years ago
  77. e8e7a18 Do not advertise our -c option anymore by Chris Lattner · 20 years ago
  78. 2f1f8e0 Mercilessly rip the cbackend out of llvm-dis. Leave a helpful error message by Chris Lattner · 20 years ago
  79. 055b3ff Change how we create the cwriter, and add a buttload of libraries that it now by Chris Lattner · 20 years ago
  80. 6a45da0 Restore the -llvm option by Chris Lattner · 21 years ago
  81. d0fde30 Put all LLVM code into the llvm namespace, as per bug 109. by Brian Gaeke · 21 years ago
  82. e2fab73 Added LLVM copyright to Makefiles. by John Criswell · 21 years ago
  83. 1dd27b1 fix file header by Chris Lattner · 21 years ago
  84. 7c0e022 Added copyright header to all C++ source files. by John Criswell · 21 years ago
  85. 452fea9 Fix grammar. by Misha Brukman · 21 years ago
  86. af9e45f Renamed dis.cpp => llvm-dis.cpp by Misha Brukman · 21 years ago
  87. ad0bf0f Renaming LLVM `dis' to `llvm-dis'. by Misha Brukman · 21 years ago
  88. 249d64a Chomped spurious blank lines. by Misha Brukman · 21 years ago
  89. 3ce0ea8 Add support for: -o - by Chris Lattner · 21 years ago
  90. 6c8103f Kill using declarations by Chris Lattner · 21 years ago
  91. 56620da Give verbose error messages if bytecode file cannot be parsed by Chris Lattner · 21 years ago
  92. 93c2668 Make sure to close the file before deleting it by Chris Lattner · 22 years ago
  93. b4ee4f9 Minor non-functionality changing changes. by Chris Lattner · 22 years ago
  94. d14d376 Avoid deleting the ostream more than once. by Chris Lattner · 22 years ago
  95. 0179450 - Converted CWriter to be an LLVM pass. by Chris Lattner · 22 years ago
  96. e8a7d74 Get FindUsedTypes pass by Chris Lattner · 22 years ago
  97. fa03cc7 Print the tool name when an error comes from so that I can tell which by Chris Lattner · 22 years ago
  98. c7a0985 *** empty log message *** by Chris Lattner · 22 years ago
  99. 56d2701 *** empty log message *** by Chris Lattner · 22 years ago
  100. 5ff62e9 *** empty log message *** by Chris Lattner · 22 years ago