1. 960707c Put all LLVM code into the llvm namespace, as per bug 109. by Brian Gaeke · 22 years ago
  2. 567fe2f Removed extraneous comment line. by John Criswell · 22 years ago
  3. 09344dc Added copyright header to all C++ source files. by John Criswell · 22 years ago
  4. d676974 Fix grammar. by Misha Brukman · 22 years ago
  5. 825937d Fix file header by Chris Lattner · 22 years ago
  6. cf0c744 `link' is being renamed to `llvm-link'. by Misha Brukman · 22 years ago
  7. aa6a44f Reorder #includes Make sure that we veryify the result before writing it out! by Chris Lattner · 22 years ago
  8. 3aa3257 Fix major bug in my last checkin. :( by Chris Lattner · 22 years ago
  9. 5eba707 Remove obsolete comments about llvm-ar by Chris Lattner · 22 years ago
  10. 02a1683 Kill using declarations by Chris Lattner · 23 years ago
  11. 6f43f6d by Chris Lattner · 23 years ago
  12. 17570e1 Fix synopsis by Chris Lattner · 23 years ago
  13. f5cad15 *** empty log message *** by Chris Lattner · 23 years ago
  14. a3a1ba1 Clean up anands patch by Chris Lattner · 23 years ago
  15. fef3241 Changes for 64bit gcc by Anand Shukla · 23 years ago
  16. 6c1e5c4 Drop something that link will never support, use gccld instead by Chris Lattner · 24 years ago
  17. 7608a46 Updates to move some header files out of include/llvm/Transforms into by Chris Lattner · 24 years ago
  18. 17a4573 Use operator << to print modules by Chris Lattner · 24 years ago
  19. c065ad8 Make sure that there is no case where a signal can occur leaving a partially by Chris Lattner · 24 years ago
  20. ef164d4 Perform debug outputs with ->dump() instead of << by Chris Lattner · 24 years ago
  21. 62b7fd1 Change references to the Method class to be references to the Function by Chris Lattner · 24 years ago
  22. 30b983a Accept, but ignore -lfoo options. by Chris Lattner · 24 years ago
  23. 0e11e54 In an amazing fit of stupidity, I flipped the conditional and didn't test by Chris Lattner · 24 years ago
  24. 4f32cf1 Chuck fixed the GCC problems so this hack is now unneccesary by Chris Lattner · 24 years ago
  25. 7f74a56 Changes to build successfully with GCC 3.02 by Chris Lattner · 24 years ago
  26. 5053ba9 Tell the user if a file is corrupt or not... not that the file cannot be found. by Chris Lattner · 24 years ago
  27. 5de2204 Create a new #include "Support/..." directory structure to move things by Chris Lattner · 24 years ago
  28. 3d9510c Add support to enable -lfoo to be processed correctly by Chris Lattner · 24 years ago
  29. ae31f5b Implement a -L command line argument to specify a search path. Implement minimal ar compatibility stuff by Chris Lattner · 24 years ago
  30. 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
  31. ebaa788 Add '-v' option to enable verbose output from the linker by Chris Lattner · 24 years ago
  32. d631165 Add a new -d argument to dump the internal rep as assembly. by Chris Lattner · 24 years ago
  33. 9d810e0 Add new linker by Chris Lattner · 24 years ago