1. 3da94ae Remove trailing whitespace by Misha Brukman · 19 years ago
  2. 704448f Eliminate trailing spaces at end-of-line by Misha Brukman · 19 years ago
  3. b0bafc5 * Print commands as we execute them with `-v' by Misha Brukman · 19 years ago
  4. bf9add4 The first argument to ExecuteAndWait should be the program name, but pointed by Chris Lattner · 19 years ago
  5. 837149c Changes to enable creation of native executables directly from gccld and to by Reid Spencer · 19 years ago
  6. ed5fa58 Make sure to null terminate argument lists! by Chris Lattner · 19 years ago
  7. f6358c7 For PR351: * Support changes in sys::Program::ExecuteAndWait interface by Reid Spencer · 20 years ago
  8. 6da1e0d For PR351: by Reid Spencer · 20 years ago
  9. c59e09e This pass is no longer needed. by Chris Lattner · 20 years ago
  10. b4a400a Turn on ipsccp by default instead of simple IPCP by Chris Lattner · 20 years ago
  11. 3f14fb1 Recognize --strip-all as a synonym for -s. by Chris Lattner · 20 years ago
  12. 86f42db -disable-opt is not -O0, it's okay for it to disable internalize. by Chris Lattner · 20 years ago
  13. 429a9cb Even with -disable-opt we should still internalize and strip if requested. by Chris Lattner · 20 years ago
  14. 605b9e2 Linker.h has a new home. by Reid Spencer · 20 years ago
  15. e3ef9b5 Don't miss global optimizations because we run before the inliner by Chris Lattner · 20 years ago
  16. 93a00e4 Rename pass by Chris Lattner · 20 years ago
  17. 551ccae Changes For Bug 352 by Reid Spencer · 20 years ago
  18. 93127fb This pass has proven its metal, remove -disable option. by Chris Lattner · 20 years ago
  19. 2d26ffb Run DSE at link-time, and turn on an IP alias analysis by default in gccld! by Chris Lattner · 20 years ago
  20. 008248f Linker.h moved to include/llvm/Support by Misha Brukman · 20 years ago
  21. 0ebee74 Move some functions out of gccld.cpp to GenerateCode.cpp. This allows us by Chris Lattner · 20 years ago
  22. f9c455d Add a couple more IPO's by Chris Lattner · 20 years ago
  23. a1346a2 Disable strict alias analysis in the backend c compiler, as the code we by Chris Lattner · 20 years ago
  24. 67e0a34 Revert previous patch, I'm a moron :) by Chris Lattner · 20 years ago
  25. 121f09f Right, we break strict aliasing requirements. Make sure to disable strict by Chris Lattner · 20 years ago
  26. 27a9b27 Minor cleanups by Chris Lattner · 20 years ago
  27. 69e8d28 Add a new gccld -native-cbe option which causes gccld to generate native code by Chris Lattner · 20 years ago
  28. f8338c4 Run the new pass in gccld now that it passes all tests by Chris Lattner · 20 years ago
  29. f74a401 We have this snazzy link-time optimizer. How about we start using it? This by Chris Lattner · 20 years ago
  30. dd429c6 Add a new pass, run internalize first by Chris Lattner · 20 years ago
  31. 6f5592a Fixed PR#197. The libcrtend library is removed from the library linking list by John Criswell · 21 years ago
  32. 0cccb18 Make sure to verify the result before writing out the bytecode file. Not doing by Chris Lattner · 21 years ago
  33. 548e813 The function resolving pass must be run, even if -disable-opt is specified by Chris Lattner · 21 years ago
  34. 438e364 For consistency, removed space between function name and left paren in function by Misha Brukman · 21 years ago
  35. 1ab90d4 Add a -verify option to verify the results of gccld passes. by Brian Gaeke · 21 years ago
  36. d0fde30 Put all LLVM code into the llvm namespace, as per bug 109. by Brian Gaeke · 21 years ago
  37. cc650b6 Give gccld more guts by Chris Lattner · 21 years ago
  38. 246ce3c Turn on the inliner by default at link-time by Chris Lattner · 21 years ago
  39. eaa35bb Turn on the IPCP pass by default. It has passed all of the tests by Chris Lattner · 21 years ago
  40. 1dd27b1 fix file header by Chris Lattner · 21 years ago
  41. 7c0e022 Added copyright header to all C++ source files. by John Criswell · 21 years ago
  42. 1c53405 Doxygen-ified function comments. by Misha Brukman · 21 years ago
  43. b6b2843 Removed extra space in comments. by Misha Brukman · 21 years ago
  44. 238cf3c Remove initials from source file by Chris Lattner · 21 years ago
  45. bb5a4d0 Make code more terse: by Misha Brukman · 21 years ago
  46. a58d2be Update file headers for renamed files. by Chris Lattner · 21 years ago
  47. 71478b7 Removed linking functionality from gccld.cpp and moved it to linker.cpp. by John Criswell · 21 years ago
  48. dc0de4f Refactored gccld into three C++ source files. by John Criswell · 21 years ago