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