1. 0d3c223 LLVMBuild: Add description files for the LLVM tools. by Daniel Dunbar · 13 years ago
  2. 8c39c96 build: Tidy up a bunch of tool Makefiles, and simplify where possible using the by Daniel Dunbar · 13 years ago
  3. d8b7aa2 Enhance llvm::SourceMgr to support diagnostic ranges, the same way clang does. Enhance by Chris Lattner · 13 years ago
  4. 1f6efa3 Merge System into Support. by Michael J. Spencer · 14 years ago
  5. e4f1a9b Move tool_output_file into its own file. by Dan Gohman · 14 years ago
  6. 3a210e2 Revert "CMake: Get rid of LLVMLibDeps.cmake and export the libraries normally." by Michael J. Spencer · 14 years ago
  7. 4e9c939 CMake: Get rid of LLVMLibDeps.cmake and export the libraries normally. by Michael J. Spencer · 14 years ago
  8. d4c4543 Make tool_output_file's raw_ostream instance a member variable instead by Dan Gohman · 14 years ago
  9. d5826a3 Use the new tool_output_file in several tools. This fixes a variety by Dan Gohman · 14 years ago
  10. 43b5f93 make -fno-rtti the default unless a directory builds with REQUIRES_RTTI. by Chris Lattner · 15 years ago
  11. e73a31f Stop building RTTI information for *most* llvm libraries. Notable by Chris Lattner · 15 years ago
  12. 79ec717 llvm-as: Simplify, and don't create empty output files with -disable-output. by Daniel Dunbar · 15 years ago
  13. ec08046 Fix llvm-extract's "writing bitcode to a terminal" warning, which wasn't by Dan Gohman · 15 years ago
  14. baa2639 Make LLVM command-line tools overwrite their output files without -f. by Dan Gohman · 15 years ago
  15. b683ea4 eliminate the ostream version of CheckBitcodeOutputToConsole, by Chris Lattner · 15 years ago
  16. 17e9edc Change raw_fd_ostream to take flags as an optional bitmask by Chris Lattner · 15 years ago
  17. ac95cc7 Convert more tools code from cerr and cout to errs() and outs(). by Dan Gohman · 15 years ago
  18. 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
  19. a1bdced Add a Force option to raw_fd_ostream to specify whether opening by Dan Gohman · 15 years ago
  20. 92bcb42 switch the .ll parser into SMDiagnostic. by Chris Lattner · 15 years ago
  21. 31895e7 Hold the LLVMContext by reference rather than by pointer. by Owen Anderson · 15 years ago
  22. 8b477ed Add a pointer to the owning LLVMContext to Module. This requires threading LLVMContext through a lot by Owen Anderson · 15 years ago
  23. cc14d25 Change various llvm utilities to use PrettyStackTraceProgram in by Chris Lattner · 16 years ago
  24. 6b37dcd use TOOL_NO_EXPORTS, this shrinks the llvm-as binary from 1825296 to by Chris Lattner · 16 years ago
  25. df98617 Reimplement the old and horrible bison parser for .ll files with a nice by Chris Lattner · 16 years ago
  26. 3d01fc7 Initial support for the CMake build system. by Oscar Fuentes · 16 years ago
  27. ef00f9d Add -disable-output option. by Devang Patel · 17 years ago
  28. 21c62da remove attributions from tools. by Chris Lattner · 17 years ago
  29. 5116784 remove attributions from tools/utils makefiles. by Chris Lattner · 17 years ago
  30. 82a13c9 Move the space in overview output for commands out of each of the by Dan Gohman · 17 years ago
  31. a99be51 Here is the bulk of the sanitizing. by Gabor Greif · 17 years ago
  32. 44dadff switch tools to bitcode instead of bytecode by Chris Lattner · 17 years ago
  33. 395439b link in bitwriter library by Chris Lattner · 17 years ago
  34. 27bb3af add a temporary -bitcode option, which instructs llvm-as to produce a bitcode file instead of a bytecode file by Chris Lattner · 17 years ago
  35. 17be679 default to emiting an uncompressed .bc file by Chris Lattner · 18 years ago
  36. e815619 Changed llvm_ostream et all to OStream. llvm_cerr, llvm_cout, llvm_null, are by Bill Wendling · 18 years ago
  37. c30598b make all llvm tools call llvm_shutdown when they exit, static'ify some stuff. by Chris Lattner · 18 years ago
  38. 68fe61d Replacing std::iostreams with llvm iostreams. Some of these changes involve by Bill Wendling · 18 years ago
  39. 9bf8ea2 Switch to using llvm-config to select components to link in. by Chris Lattner · 18 years ago
  40. 61c83e0 For PR797: by Reid Spencer · 18 years ago
  41. 0465fa9 Tools require EH for their top-level try blocks. by Chris Lattner · 18 years ago
  42. 05ac92c Change the verifier to never throw an exception. Instead verifyModule canoptionally return the string error, which is an easier api for clients touse anyway. by Chris Lattner · 18 years ago
  43. 18c8b49 Use archive libraries instead of object files for VMCore, BCReader, by Reid Spencer · 18 years ago
  44. 6d1727c Silly cleanup by Chris Lattner · 18 years ago
  45. e50b075 There are still uses for spaces in Makefiles -- to make text line up together, by Misha Brukman · 19 years ago
  46. 3da94ae Remove trailing whitespace by Misha Brukman · 19 years ago
  47. a88155d Print the module, not the pointer. by Chris Lattner · 20 years ago
  48. 5fb6ed4 Use binary mode for reading/writing bytecode files by Jeff Cohen · 20 years ago
  49. b687c0c Prevent output of bytecode to std::cout unless the --force flag is given. by Reid Spencer · 20 years ago
  50. 7109ce8 Fix typo 'ompress' => 'compress'. by Jeff Cohen · 20 years ago
  51. 1ef8bda For PR351: by Reid Spencer · 20 years ago
  52. bf714df Add LLVMbzip2 library, now required. by Reid Spencer · 20 years ago
  53. 227b6d0 Fix usage of changed function prototype by Reid Spencer · 20 years ago
  54. 4b5fdc7 Rename the option for defeating compression to be a little more specific. by Reid Spencer · 20 years ago
  55. cf0eb8d Turn on compression by default. by Reid Spencer · 20 years ago
  56. 17f52c5 Add support for compressed bytecode by Reid Spencer · 20 years ago
  57. 6cb21d4 Change Library Names Not To Conflict With Others When Installed by Reid Spencer · 20 years ago
  58. 40a955a We're not doing automake any more by Reid Spencer · 20 years ago
  59. cac731e We won't use automake by Reid Spencer · 20 years ago
  60. 86d341b Initial automake generated Makefile template by Reid Spencer · 20 years ago
  61. d96cb6e Update to reflect changes in Makefile rules. by Reid Spencer · 20 years ago
  62. 90a2adc Initial version of automake Makefile.am file. by Reid Spencer · 20 years ago
  63. 551ccae Changes For Bug 352 by Reid Spencer · 20 years ago
  64. 7c4c98d Add the LLVMsystem.a library as it is now used for operating system by Reid Spencer · 20 years ago
  65. 9de7b33 The functions in Signal.h are now in the llvm::sys namespace - adjust by Reid Spencer · 20 years ago
  66. b3366bc Actually, use an exception to stop verification. This gives us much better by Chris Lattner · 20 years ago
  67. 00dd5cd There is no reason to abort and print a stack trace if there is a verification by Chris Lattner · 20 years ago
  68. 0d88616 Correct an output typo. by Reid Spencer · 20 years ago
  69. 86f42bd Add #include <iostream> since Value.h does not include it any more. by Reid Spencer · 20 years ago
  70. a8e750f Write .bc files to binary ostreams. This shouldn't change anything on unix, by Chris Lattner · 20 years ago
  71. bed85ff Header file moved by Chris Lattner · 20 years ago
  72. f73b4ca Make sure to print a stack trace whenever an error signal is delivered to the by Chris Lattner · 21 years ago
  73. d0fde30 Put all LLVM code into the llvm namespace, as per bug 109. by Brian Gaeke · 21 years ago
  74. e2fab73 Added LLVM copyright to Makefiles. by John Criswell · 21 years ago
  75. 10cf8fa Fix file header by Chris Lattner · 21 years ago
  76. 7c0e022 Added copyright header to all C++ source files. by John Criswell · 21 years ago
  77. 452fea9 Fix grammar. by Misha Brukman · 21 years ago
  78. 27b1a0b Renamed as.cpp => llvm-as.cpp; this should've happened a long time ago. by Misha Brukman · 21 years ago
  79. cbb62dd Renaming LLVM `as' to `llvm-as'. by Misha Brukman · 21 years ago
  80. 04aa29d Add new -disable-verify option by Chris Lattner · 21 years ago
  81. 3ce0ea8 Add support for: -o - by Chris Lattner · 21 years ago
  82. 6c8103f Kill using declarations by Chris Lattner · 21 years ago
  83. 1acbea1 by Chris Lattner · 22 years ago
  84. d4c7f27 by Chris Lattner · 22 years ago
  85. c6a4bf1 *** empty log message *** by Chris Lattner · 22 years ago
  86. 56d2701 *** empty log message *** by Chris Lattner · 22 years ago
  87. 5ff62e9 *** empty log message *** by Chris Lattner · 22 years ago
  88. f739969 Clean up anands patch by Chris Lattner · 22 years ago
  89. 63aaa11 Changes for 64bit gcc by Anand Shukla · 22 years ago
  90. c6f3ae5 Eliminate duplicate or unneccesary #include's by Chris Lattner · 22 years ago
  91. d43035e Use operator << to print modules by Chris Lattner · 22 years ago
  92. 76d1229 Make sure that there is no case where a signal can occur leaving a partially by Chris Lattner · 22 years ago
  93. 9420298 Remove asmwriter library from link line, because the useful contents of it by Chris Lattner · 22 years ago
  94. 06272dc use dump method instead of Asm/Writer to do debug printing by Chris Lattner · 22 years ago
  95. 70d12b0 Since verifier and SlotCalculator are now in VMCore library, libanalysis is by Chris Lattner · 23 years ago
  96. 888912d In an amazing fit of stupidity, I flipped the conditional and didn't test by Chris Lattner · 23 years ago
  97. 697954c Changes to build successfully with GCC 3.02 by Chris Lattner · 23 years ago
  98. cee8f9a Create a new #include "Support/..." directory structure to move things by Chris Lattner · 23 years ago
  99. 424b847 Remove extraneous space by Chris Lattner · 23 years ago
  100. c9744e7 Make use of the new TOOLNAME/USEDLIBS options provided in Makefile.common by Chris Lattner · 23 years ago