1. 17e9edc Change raw_fd_ostream to take flags as an optional bitmask by Chris Lattner · 16 years ago
  2. ac95cc7 Convert more tools code from cerr and cout to errs() and outs(). by Dan Gohman · 16 years ago
  3. e017fd1 Fix this comment to mention outs() rather than cout. by Dan Gohman · 16 years ago
  4. 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 · 16 years ago
  5. a1bdced Add a Force option to raw_fd_ostream to specify whether opening by Dan Gohman · 16 years ago
  6. 4434ed4 Make the use of const with respect to LLVMContext sane. Hopefully this is the last time, for the by Owen Anderson · 16 years ago
  7. 31895e7 Hold the LLVMContext by reference rather than by pointer. by Owen Anderson · 16 years ago
  8. 8b477ed Add a pointer to the owning LLVMContext to Module. This requires threading LLVMContext through a lot by Owen Anderson · 16 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 · 17 years ago
  12. ee335e3 Add #includes to make some dependencies explicit. by Dan Gohman · 17 years ago
  13. 21c62da remove attributions from tools. by Chris Lattner · 18 years ago
  14. 5116784 remove attributions from tools/utils makefiles. by Chris Lattner · 18 years ago
  15. 82a13c9 Move the space in overview output for commands out of each of the by Dan Gohman · 18 years ago
  16. a99be51 Here is the bulk of the sanitizing. by Gabor Greif · 18 years ago
  17. 065344d use the new MemoryBuffer interfaces to simplify error reporting in clients. by Chris Lattner · 18 years ago
  18. c57ed8b remove dead option by Chris Lattner · 18 years ago
  19. 44dadff switch tools to bitcode instead of bytecode by Chris Lattner · 18 years ago
  20. c48e1db remove EH cruft, add bitcode support by Chris Lattner · 18 years ago
  21. f2e292c push bytecode decompressor out through APIs. Now the bytecode reader by Chris Lattner · 19 years ago
  22. 17be679 default to emiting an uncompressed .bc file by Chris Lattner · 19 years ago
  23. e815619 Changed llvm_ostream et all to OStream. llvm_cerr, llvm_cout, llvm_null, are by Bill Wendling · 19 years ago
  24. c30598b make all llvm tools call llvm_shutdown when they exit, static'ify some stuff. by Chris Lattner · 19 years ago
  25. 68fe61d Replacing std::iostreams with llvm iostreams. Some of these changes involve by Bill Wendling · 19 years ago
  26. aea932d Use LINK_COMPONENTS to specify *components* to link against instead of by Chris Lattner · 19 years ago
  27. 0465fa9 Tools require EH for their top-level try blocks. by Chris Lattner · 19 years ago
  28. 18c8b49 Use archive libraries instead of object files for VMCore, BCReader, by Reid Spencer · 19 years ago
  29. dd04df0 For PR495: by Reid Spencer · 20 years ago
  30. 3da94ae Remove trailing whitespace by Misha Brukman · 20 years ago
  31. a88155d Print the module, not the pointer. by Chris Lattner · 21 years ago
  32. 5fb6ed4 Use binary mode for reading/writing bytecode files by Jeff Cohen · 21 years ago
  33. 7109ce8 Fix typo 'ompress' => 'compress'. by Jeff Cohen · 21 years ago
  34. 1ef8bda For PR351: by Reid Spencer · 21 years ago
  35. e487402 LinkModules is now in the Linker class by Reid Spencer · 21 years ago
  36. 1fce091 Path::get -> Path::toString by Reid Spencer · 21 years ago
  37. bf714df Add LLVMbzip2 library, now required. by Reid Spencer · 21 years ago
  38. 6bb6935 Linker.h moved to include/llvm. by Reid Spencer · 21 years ago
  39. d292fb9 This program needs libLLVMLinker.a now by Reid Spencer · 21 years ago
  40. 227b6d0 Fix usage of changed function prototype by Reid Spencer · 21 years ago
  41. 4b5fdc7 Rename the option for defeating compression to be a little more specific. by Reid Spencer · 21 years ago
  42. ae70fed * Enable bytecode compression by default by Reid Spencer · 21 years ago
  43. 07adb28 Stop propagating method names that violate the coding standard by Reid Spencer · 21 years ago
  44. 6cb21d4 Change Library Names Not To Conflict With Others When Installed by Reid Spencer · 21 years ago
  45. 40a955a We're not doing automake any more by Reid Spencer · 21 years ago
  46. cac731e We won't use automake by Reid Spencer · 21 years ago
  47. 86d341b Initial automake generated Makefile template by Reid Spencer · 21 years ago
  48. d96cb6e Update to reflect changes in Makefile rules. by Reid Spencer · 21 years ago
  49. 90a2adc Initial version of automake Makefile.am file. by Reid Spencer · 21 years ago
  50. 48f44cf Hrm, if there is an error loading a file, try printing a message so the by Chris Lattner · 21 years ago
  51. dccc01e Excise the -L option since llvm-link should not do library searches. It by Reid Spencer · 21 years ago
  52. a2dfd05 Excise dependent library linking at Chris' request. llvm-link is intended by Reid Spencer · 21 years ago
  53. a6bcd83 Squelch compilation warnings on Sparc by Misha Brukman · 21 years ago
  54. 6939f81 Implement dependent library processing and search paths for them. by Reid Spencer · 21 years ago
  55. 551ccae Changes For Bug 352 by Reid Spencer · 21 years ago
  56. 7c4c98d Add the LLVMsystem.a library as it is now used for operating system by Reid Spencer · 21 years ago
  57. 9de7b33 The functions in Signal.h are now in the llvm::sys namespace - adjust by Reid Spencer · 21 years ago
  58. 86f42bd Add #include <iostream> since Value.h does not include it any more. by Reid Spencer · 21 years ago
  59. b01c138 TransformUtils library is no longer needed since Linker.cpp is in VMCore by Misha Brukman · 21 years ago
  60. 008248f Linker.h moved to include/llvm/Support by Misha Brukman · 21 years ago
  61. bed85ff Header file moved by Chris Lattner · 21 years ago
  62. f73b4ca Make sure to print a stack trace whenever an error signal is delivered to the by Chris Lattner · 21 years ago
  63. b74f4d0 Use getFileSize() instead of sys/stat.h directly by Chris Lattner · 22 years ago
  64. d0fde30 Put all LLVM code into the llvm namespace, as per bug 109. by Brian Gaeke · 22 years ago
  65. e2fab73 Added LLVM copyright to Makefiles. by John Criswell · 22 years ago
  66. 1ee1e64 Removed extraneous comment line. by John Criswell · 22 years ago
  67. 7c0e022 Added copyright header to all C++ source files. by John Criswell · 22 years ago
  68. 452fea9 Fix grammar. by Misha Brukman · 22 years ago
  69. bb37a69 Fix file header by Chris Lattner · 22 years ago
  70. 3ef3beb `link' is being renamed to `llvm-link'. by Misha Brukman · 22 years ago
  71. a55c4b1 Reorder #includes Make sure that we veryify the result before writing it out! by Chris Lattner · 22 years ago
  72. 4a4daba Fix major bug in my last checkin. :( by Chris Lattner · 22 years ago
  73. 8fce4bf Remove obsolete comments about llvm-ar by Chris Lattner · 22 years ago
  74. 6c8103f Kill using declarations by Chris Lattner · 22 years ago
  75. d4c7f27 by Chris Lattner · 23 years ago
  76. 56d2701 *** empty log message *** by Chris Lattner · 23 years ago
  77. 54e05af Fix synopsis by Chris Lattner · 23 years ago
  78. 5ff62e9 *** empty log message *** by Chris Lattner · 23 years ago
  79. f739969 Clean up anands patch by Chris Lattner · 23 years ago
  80. cf17bcc Changes for 64bit gcc by Anand Shukla · 23 years ago
  81. 871c24f Drop something that link will never support, use gccld instead by Chris Lattner · 23 years ago
  82. ddca9d0 Fix makefiles after shuffling passes around the libraries by Chris Lattner · 23 years ago
  83. c8cc4cb Updates to move some header files out of include/llvm/Transforms into by Chris Lattner · 23 years ago
  84. d43035e Use operator << to print modules by Chris Lattner · 23 years ago
  85. 76d1229 Make sure that there is no case where a signal can occur leaving a partially by Chris Lattner · 23 years ago
  86. 9420298 Remove asmwriter library from link line, because the useful contents of it by Chris Lattner · 23 years ago
  87. 5bdf161 Perform debug outputs with ->dump() instead of << by Chris Lattner · 23 years ago
  88. 2fbfdcf Change references to the Method class to be references to the Function by Chris Lattner · 23 years ago
  89. 70d12b0 Since verifier and SlotCalculator are now in VMCore library, libanalysis is by Chris Lattner · 23 years ago
  90. e8bab6a Accept, but ignore -lfoo options. by Chris Lattner · 24 years ago
  91. 888912d In an amazing fit of stupidity, I flipped the conditional and didn't test by Chris Lattner · 24 years ago
  92. ae96151 Chuck fixed the GCC problems so this hack is now unneccesary by Chris Lattner · 24 years ago
  93. 697954c Changes to build successfully with GCC 3.02 by Chris Lattner · 24 years ago
  94. 952d365 Tell the user if a file is corrupt or not... not that the file cannot be found. by Chris Lattner · 24 years ago
  95. cee8f9a Create a new #include "Support/..." directory structure to move things by Chris Lattner · 24 years ago
  96. de3b862 Add support to enable -lfoo to be processed correctly by Chris Lattner · 24 years ago
  97. 65be321 Implement a -L command line argument to specify a search path. Implement minimal ar compatibility stuff by Chris Lattner · 24 years ago
  98. d6b6525 Changes to get some meaningful feedback from the bytecode reader. At some point this stuff should all be exception driven, but for now it is not. by Chris Lattner · 24 years ago
  99. b81adf1 Add '-v' option to enable verbose output from the linker by Chris Lattner · 24 years ago
  100. 164cb69 Add a new -d argument to dump the internal rep as assembly. by Chris Lattner · 24 years ago