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