1. 0df7ea4 Move tool_output_file into its own file. by Dan Gohman · 15 years ago
  2. a2233f2 Make tool_output_file's raw_ostream instance a member variable instead by Dan Gohman · 15 years ago
  3. 4cc73ba Use tool_output_file in llvm-extract and llvm-link too. by Dan Gohman · 15 years ago
  4. 6debf89 Eliminate some unnessary Path::exists() calls. by Dan Gohman · 15 years ago
  5. 8e404fe Trim #includes. by Dan Gohman · 16 years ago
  6. 2b09de9 Give llvm-link a -S option. by Dan Gohman · 16 years ago
  7. 3d2c914 Convert llvm-link to IRReader. by Dan Gohman · 16 years ago
  8. 61a8796 Make LLVM command-line tools overwrite their output files without -f. by Dan Gohman · 16 years ago
  9. c521f54 Prune #includes from llvm/Linker.h and llvm/System/Path.h, by Chris Lattner · 16 years ago
  10. abd1736 simplify output file selection, fixing two FIXMEs about binary output by Chris Lattner · 16 years ago
  11. 9e6f1f1 Change raw_fd_ostream to take flags as an optional bitmask by Chris Lattner · 16 years ago
  12. ee05152 Convert more tools code from cerr and cout to errs() and outs(). by Dan Gohman · 16 years ago
  13. 2b30e8b Fix this comment to mention outs() rather than cout. by Dan Gohman · 16 years ago
  14. 19251ec 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
  15. 607818a Add a Force option to raw_fd_ostream to specify whether opening by Dan Gohman · 16 years ago
  16. 2a15443 Make the use of const with respect to LLVMContext sane. Hopefully this is the last time, for the by Owen Anderson · 16 years ago
  17. 1cf085d Hold the LLVMContext by reference rather than by pointer. by Owen Anderson · 16 years ago
  18. 6773d38 Add a pointer to the owning LLVMContext to Module. This requires threading LLVMContext through a lot by Owen Anderson · 16 years ago
  19. e3fc2d1 Change various llvm utilities to use PrettyStackTraceProgram in by Chris Lattner · 17 years ago
  20. 643b3a0 Add #includes to make some dependencies explicit. by Dan Gohman · 17 years ago
  21. 345353d remove attributions from tools. by Chris Lattner · 18 years ago
  22. 2c6a821 Move the space in overview output for commands out of each of the by Dan Gohman · 18 years ago
  23. e16561c Here is the bulk of the sanitizing. by Gabor Greif · 18 years ago
  24. 9e9a34c use the new MemoryBuffer interfaces to simplify error reporting in clients. by Chris Lattner · 18 years ago
  25. 05be1d4 remove dead option by Chris Lattner · 18 years ago
  26. 6d80e21 switch tools to bitcode instead of bytecode by Chris Lattner · 18 years ago
  27. 2793699 remove EH cruft, add bitcode support by Chris Lattner · 18 years ago
  28. a0e49f2 push bytecode decompressor out through APIs. Now the bytecode reader by Chris Lattner · 19 years ago
  29. 19bb6b9 default to emiting an uncompressed .bc file by Chris Lattner · 19 years ago
  30. f3baad3 Changed llvm_ostream et all to OStream. llvm_cerr, llvm_cout, llvm_null, are by Bill Wendling · 19 years ago
  31. 76d4632 make all llvm tools call llvm_shutdown when they exit, static'ify some stuff. by Chris Lattner · 19 years ago
  32. afd54eb Replacing std::iostreams with llvm iostreams. Some of these changes involve by Bill Wendling · 19 years ago
  33. c9c0473 For PR495: by Reid Spencer · 20 years ago
  34. 650ba8e Remove trailing whitespace by Misha Brukman · 21 years ago
  35. 6983f5d Print the module, not the pointer. by Chris Lattner · 21 years ago
  36. c8f1f4b Use binary mode for reading/writing bytecode files by Jeff Cohen · 21 years ago
  37. ca7d19e2 Fix typo 'ompress' => 'compress'. by Jeff Cohen · 21 years ago
  38. 996ec72 For PR351: by Reid Spencer · 21 years ago
  39. 0ebb926 LinkModules is now in the Linker class by Reid Spencer · 21 years ago
  40. 5ccfd5a Path::get -> Path::toString by Reid Spencer · 21 years ago
  41. 4cee8e3 Linker.h moved to include/llvm. by Reid Spencer · 21 years ago
  42. b2d0fa0 Fix usage of changed function prototype by Reid Spencer · 21 years ago
  43. 505b225 Rename the option for defeating compression to be a little more specific. by Reid Spencer · 21 years ago
  44. 7b05ef6 * Enable bytecode compression by default by Reid Spencer · 21 years ago
  45. 0c6a283 Stop propagating method names that violate the coding standard by Reid Spencer · 21 years ago
  46. dbf0a56 Hrm, if there is an error loading a file, try printing a message so the by Chris Lattner · 21 years ago
  47. b956fc1 Excise the -L option since llvm-link should not do library searches. It by Reid Spencer · 21 years ago
  48. 1a8e15e Excise dependent library linking at Chris' request. llvm-link is intended by Reid Spencer · 21 years ago
  49. c3ba6e2 Squelch compilation warnings on Sparc by Misha Brukman · 21 years ago
  50. fe020a3 Implement dependent library processing and search paths for them. by Reid Spencer · 21 years ago
  51. 7c16caa Changes For Bug 352 by Reid Spencer · 21 years ago
  52. e3263ec The functions in Signal.h are now in the llvm::sys namespace - adjust by Reid Spencer · 21 years ago
  53. f0ebb25 Add #include <iostream> since Value.h does not include it any more. by Reid Spencer · 21 years ago
  54. 28ee8f0 Linker.h moved to include/llvm/Support by Misha Brukman · 21 years ago
  55. 278f515 Header file moved by Chris Lattner · 21 years ago
  56. 12439ff Make sure to print a stack trace whenever an error signal is delivered to the by Chris Lattner · 22 years ago
  57. c8cbec2 Use getFileSize() instead of sys/stat.h directly by Chris Lattner · 22 years ago
  58. 960707c Put all LLVM code into the llvm namespace, as per bug 109. by Brian Gaeke · 22 years ago
  59. 567fe2f Removed extraneous comment line. by John Criswell · 22 years ago
  60. 09344dc Added copyright header to all C++ source files. by John Criswell · 22 years ago
  61. d676974 Fix grammar. by Misha Brukman · 22 years ago
  62. 825937d Fix file header by Chris Lattner · 22 years ago
  63. cf0c744 `link' is being renamed to `llvm-link'. by Misha Brukman · 22 years ago
  64. aa6a44f Reorder #includes Make sure that we veryify the result before writing it out! by Chris Lattner · 22 years ago
  65. 3aa3257 Fix major bug in my last checkin. :( by Chris Lattner · 22 years ago
  66. 5eba707 Remove obsolete comments about llvm-ar by Chris Lattner · 22 years ago
  67. 02a1683 Kill using declarations by Chris Lattner · 22 years ago
  68. 6f43f6d by Chris Lattner · 23 years ago
  69. 17570e1 Fix synopsis by Chris Lattner · 23 years ago
  70. f5cad15 *** empty log message *** by Chris Lattner · 23 years ago
  71. a3a1ba1 Clean up anands patch by Chris Lattner · 23 years ago
  72. fef3241 Changes for 64bit gcc by Anand Shukla · 23 years ago
  73. 6c1e5c4 Drop something that link will never support, use gccld instead by Chris Lattner · 23 years ago
  74. 7608a46 Updates to move some header files out of include/llvm/Transforms into by Chris Lattner · 23 years ago
  75. 17a4573 Use operator << to print modules by Chris Lattner · 24 years ago
  76. c065ad8 Make sure that there is no case where a signal can occur leaving a partially by Chris Lattner · 24 years ago
  77. ef164d4 Perform debug outputs with ->dump() instead of << by Chris Lattner · 24 years ago
  78. 62b7fd1 Change references to the Method class to be references to the Function by Chris Lattner · 24 years ago
  79. 30b983a Accept, but ignore -lfoo options. by Chris Lattner · 24 years ago
  80. 0e11e54 In an amazing fit of stupidity, I flipped the conditional and didn't test by Chris Lattner · 24 years ago
  81. 4f32cf1 Chuck fixed the GCC problems so this hack is now unneccesary by Chris Lattner · 24 years ago
  82. 7f74a56 Changes to build successfully with GCC 3.02 by Chris Lattner · 24 years ago
  83. 5053ba9 Tell the user if a file is corrupt or not... not that the file cannot be found. by Chris Lattner · 24 years ago
  84. 5de2204 Create a new #include "Support/..." directory structure to move things by Chris Lattner · 24 years ago
  85. 3d9510c Add support to enable -lfoo to be processed correctly by Chris Lattner · 24 years ago
  86. ae31f5b Implement a -L command line argument to specify a search path. Implement minimal ar compatibility stuff by Chris Lattner · 24 years ago
  87. daebd75 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
  88. ebaa788 Add '-v' option to enable verbose output from the linker by Chris Lattner · 24 years ago
  89. d631165 Add a new -d argument to dump the internal rep as assembly. by Chris Lattner · 24 years ago
  90. 9d810e0 Add new linker by Chris Lattner · 24 years ago