1. 0cccb18 Make sure to verify the result before writing out the bytecode file. Not doing by Chris Lattner · 22 years ago
  2. 548e813 The function resolving pass must be run, even if -disable-opt is specified by Chris Lattner · 22 years ago
  3. 438e364 For consistency, removed space between function name and left paren in function by Misha Brukman · 22 years ago
  4. 1ab90d4 Add a -verify option to verify the results of gccld passes. by Brian Gaeke · 22 years ago
  5. d0fde30 Put all LLVM code into the llvm namespace, as per bug 109. by Brian Gaeke · 22 years ago
  6. cc650b6 Give gccld more guts by Chris Lattner · 22 years ago
  7. 246ce3c Turn on the inliner by default at link-time by Chris Lattner · 22 years ago
  8. eaa35bb Turn on the IPCP pass by default. It has passed all of the tests by Chris Lattner · 22 years ago
  9. 1dd27b1 fix file header by Chris Lattner · 22 years ago
  10. 7c0e022 Added copyright header to all C++ source files. by John Criswell · 22 years ago
  11. 1c53405 Doxygen-ified function comments. by Misha Brukman · 22 years ago
  12. b6b2843 Removed extra space in comments. by Misha Brukman · 22 years ago
  13. 238cf3c Remove initials from source file by Chris Lattner · 22 years ago
  14. bb5a4d0 Make code more terse: by Misha Brukman · 22 years ago
  15. a58d2be Update file headers for renamed files. by Chris Lattner · 22 years ago
  16. 71478b7 Removed linking functionality from gccld.cpp and moved it to linker.cpp. by John Criswell · 22 years ago
  17. dc0de4f Refactored gccld into three C++ source files. by John Criswell · 22 years ago