1. dccc01e Excise the -L option since llvm-link should not do library searches. It by Reid Spencer · 21 years ago
  2. a2dfd05 Excise dependent library linking at Chris' request. llvm-link is intended by Reid Spencer · 21 years ago
  3. a6bcd83 Squelch compilation warnings on Sparc by Misha Brukman · 21 years ago
  4. 6939f81 Implement dependent library processing and search paths for them. by Reid Spencer · 21 years ago
  5. 551ccae Changes For Bug 352 by Reid Spencer · 21 years ago
  6. 9de7b33 The functions in Signal.h are now in the llvm::sys namespace - adjust by Reid Spencer · 21 years ago
  7. 86f42bd Add #include <iostream> since Value.h does not include it any more. by Reid Spencer · 21 years ago
  8. 008248f Linker.h moved to include/llvm/Support by Misha Brukman · 21 years ago
  9. bed85ff Header file moved by Chris Lattner · 21 years ago
  10. f73b4ca Make sure to print a stack trace whenever an error signal is delivered to the by Chris Lattner · 21 years ago
  11. b74f4d0 Use getFileSize() instead of sys/stat.h directly by Chris Lattner · 22 years ago
  12. d0fde30 Put all LLVM code into the llvm namespace, as per bug 109. by Brian Gaeke · 22 years ago
  13. 1ee1e64 Removed extraneous comment line. by John Criswell · 22 years ago
  14. 7c0e022 Added copyright header to all C++ source files. by John Criswell · 22 years ago
  15. 452fea9 Fix grammar. by Misha Brukman · 22 years ago
  16. bb37a69 Fix file header by Chris Lattner · 22 years ago
  17. 3ef3beb `link' is being renamed to `llvm-link'. by Misha Brukman · 22 years ago
  18. a55c4b1 Reorder #includes Make sure that we veryify the result before writing it out! by Chris Lattner · 22 years ago
  19. 4a4daba Fix major bug in my last checkin. :( by Chris Lattner · 22 years ago
  20. 8fce4bf Remove obsolete comments about llvm-ar by Chris Lattner · 22 years ago
  21. 6c8103f Kill using declarations by Chris Lattner · 22 years ago
  22. d4c7f27 by Chris Lattner · 23 years ago
  23. 54e05af Fix synopsis by Chris Lattner · 23 years ago
  24. 5ff62e9 *** empty log message *** by Chris Lattner · 23 years ago
  25. f739969 Clean up anands patch by Chris Lattner · 23 years ago
  26. cf17bcc Changes for 64bit gcc by Anand Shukla · 23 years ago
  27. 871c24f Drop something that link will never support, use gccld instead by Chris Lattner · 23 years ago
  28. c8cc4cb Updates to move some header files out of include/llvm/Transforms into by Chris Lattner · 23 years ago
  29. d43035e Use operator << to print modules by Chris Lattner · 23 years ago
  30. 76d1229 Make sure that there is no case where a signal can occur leaving a partially by Chris Lattner · 23 years ago
  31. 5bdf161 Perform debug outputs with ->dump() instead of << by Chris Lattner · 23 years ago
  32. 2fbfdcf Change references to the Method class to be references to the Function by Chris Lattner · 23 years ago
  33. e8bab6a Accept, but ignore -lfoo options. by Chris Lattner · 24 years ago
  34. 888912d In an amazing fit of stupidity, I flipped the conditional and didn't test by Chris Lattner · 24 years ago
  35. ae96151 Chuck fixed the GCC problems so this hack is now unneccesary by Chris Lattner · 24 years ago
  36. 697954c Changes to build successfully with GCC 3.02 by Chris Lattner · 24 years ago
  37. 952d365 Tell the user if a file is corrupt or not... not that the file cannot be found. by Chris Lattner · 24 years ago
  38. cee8f9a Create a new #include "Support/..." directory structure to move things by Chris Lattner · 24 years ago
  39. de3b862 Add support to enable -lfoo to be processed correctly by Chris Lattner · 24 years ago
  40. 65be321 Implement a -L command line argument to specify a search path. Implement minimal ar compatibility stuff by Chris Lattner · 24 years ago
  41. 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
  42. b81adf1 Add '-v' option to enable verbose output from the linker by Chris Lattner · 24 years ago
  43. 164cb69 Add a new -d argument to dump the internal rep as assembly. by Chris Lattner · 24 years ago
  44. 075a0b7 Add new linker by Chris Lattner · 24 years ago