1. 2d26ffb Run DSE at link-time, and turn on an IP alias analysis by default in gccld! by Chris Lattner · 21 years ago
  2. 008248f Linker.h moved to include/llvm/Support by Misha Brukman · 21 years ago
  3. 0ebee74 Move some functions out of gccld.cpp to GenerateCode.cpp. This allows us by Chris Lattner · 21 years ago
  4. f9c455d Add a couple more IPO's by Chris Lattner · 21 years ago
  5. a1346a2 Disable strict alias analysis in the backend c compiler, as the code we by Chris Lattner · 21 years ago
  6. 67e0a34 Revert previous patch, I'm a moron :) by Chris Lattner · 21 years ago
  7. 121f09f Right, we break strict aliasing requirements. Make sure to disable strict by Chris Lattner · 21 years ago
  8. 27a9b27 Minor cleanups by Chris Lattner · 21 years ago
  9. 69e8d28 Add a new gccld -native-cbe option which causes gccld to generate native code by Chris Lattner · 21 years ago
  10. f8338c4 Run the new pass in gccld now that it passes all tests by Chris Lattner · 21 years ago
  11. f74a401 We have this snazzy link-time optimizer. How about we start using it? This by Chris Lattner · 21 years ago
  12. dd429c6 Add a new pass, run internalize first by Chris Lattner · 21 years ago
  13. 6f5592a Fixed PR#197. The libcrtend library is removed from the library linking list by John Criswell · 22 years ago
  14. 0cccb18 Make sure to verify the result before writing out the bytecode file. Not doing by Chris Lattner · 22 years ago
  15. 548e813 The function resolving pass must be run, even if -disable-opt is specified by Chris Lattner · 22 years ago
  16. 438e364 For consistency, removed space between function name and left paren in function by Misha Brukman · 22 years ago
  17. 1ab90d4 Add a -verify option to verify the results of gccld passes. by Brian Gaeke · 22 years ago
  18. d0fde30 Put all LLVM code into the llvm namespace, as per bug 109. by Brian Gaeke · 22 years ago
  19. cc650b6 Give gccld more guts by Chris Lattner · 22 years ago
  20. 246ce3c Turn on the inliner by default at link-time by Chris Lattner · 22 years ago
  21. eaa35bb Turn on the IPCP pass by default. It has passed all of the tests by Chris Lattner · 22 years ago
  22. 1dd27b1 fix file header by Chris Lattner · 22 years ago
  23. 7c0e022 Added copyright header to all C++ source files. by John Criswell · 22 years ago
  24. 1c53405 Doxygen-ified function comments. by Misha Brukman · 22 years ago
  25. b6b2843 Removed extra space in comments. by Misha Brukman · 22 years ago
  26. 238cf3c Remove initials from source file by Chris Lattner · 22 years ago
  27. bb5a4d0 Make code more terse: by Misha Brukman · 22 years ago
  28. a58d2be Update file headers for renamed files. by Chris Lattner · 22 years ago
  29. 71478b7 Removed linking functionality from gccld.cpp and moved it to linker.cpp. by John Criswell · 22 years ago
  30. dc0de4f Refactored gccld into three C++ source files. by John Criswell · 22 years ago