1. 5f76760 For PR351: by Reid Spencer · 20 years ago
  2. 6da1e0d For PR351: by Reid Spencer · 20 years ago
  3. 93f8f55 For PR351: Adjust to interface change for FindExecutable. by Reid Spencer · 20 years ago
  4. 319cdec For PR351: by Reid Spencer · 20 years ago
  5. 05f7e79 Make the loop termination condition clear when building the set of items to by Reid Spencer · 20 years ago
  6. c406413 Convert to use new Linker class interface by Reid Spencer · 20 years ago
  7. bcfe1e2 Do not internalize a module if -link-as-library is passed. by Chris Lattner · 20 years ago
  8. 6b463b2 When -link-as-library, add -l options to Module's deplibs by Reid Spencer · 20 years ago
  9. c191d49 Fix PR139:\ by Reid Spencer · 20 years ago
  10. 3f14fb1 Recognize --strip-all as a synonym for -s. by Chris Lattner · 20 years ago
  11. 86f42db -disable-opt is not -O0, it's okay for it to disable internalize. by Chris Lattner · 20 years ago
  12. 605b9e2 Linker.h has a new home. by Reid Spencer · 20 years ago
  13. 4c1af90 Provide exception handling by Reid Spencer · 20 years ago
  14. 551ccae Changes For Bug 352 by Reid Spencer · 20 years ago
  15. 9de7b33 The functions in Signal.h are now in the llvm::sys namespace - adjust by Reid Spencer · 20 years ago
  16. 008248f Linker.h moved to include/llvm/Support by Misha Brukman · 20 years ago
  17. 681692d Make gccld copy the llvm-stub program to be the execution wrapper for by Chris Lattner · 20 years ago
  18. 0ebee74 Move some functions out of gccld.cpp to GenerateCode.cpp. This allows us by Chris Lattner · 20 years ago
  19. 7e88d41 Refactor a bit of code into a function, no functionality changes. by Chris Lattner · 20 years ago
  20. bed85ff Header file moved by Chris Lattner · 20 years ago
  21. 7532e34 Allow the user to set the LLVMINTERP environment variable as a workaround, for by Brian Gaeke · 20 years ago
  22. 69e8d28 Add a new gccld -native-cbe option which causes gccld to generate native code by Chris Lattner · 20 years ago
  23. 364d120 Make sure to print a stack trace whenever an error signal is delivered to by Chris Lattner · 20 years ago
  24. aa2a47d Added the -h option for compatibility with other linkers. by John Criswell · 21 years ago
  25. 9e6f686 Fix compatibility with gcc 3.4 by Chris Lattner · 21 years ago
  26. 0d2459a I'm gonna be picky and say we don't really need that trailing slash "lib/" by Misha Brukman · 21 years ago
  27. 3e15c7a Make sure we ONLY add a `-load' switch to the JIT command line if the file is by Misha Brukman · 21 years ago
  28. 3e25f2e When writing out the runner script, add -load=<lib> lines to pull in all the by Misha Brukman · 21 years ago
  29. 9839969 * Doxygenified comments, simplifying them and shortening in the process by Misha Brukman · 21 years ago
  30. d0fde30 Put all LLVM code into the llvm namespace, as per bug 109. by Brian Gaeke · 21 years ago
  31. 00cc86a Do not assume the first file is a bytecode file. Instead, construct a dummy by Brian Gaeke · 21 years ago
  32. fe32bf5 Make -r work, fixing PR 91 by Chris Lattner · 21 years ago
  33. fd35c64 If linking a library, do not link other libraries, like libc, into it! by Chris Lattner · 21 years ago
  34. 7c7a3a2 lli -q is history. Rebuild your gccld shell scripts, folks! by Brian Gaeke · 21 years ago
  35. 1dd27b1 fix file header by Chris Lattner · 21 years ago
  36. 7c0e022 Added copyright header to all C++ source files. by John Criswell · 21 years ago
  37. cf00c4a Fix spelling. by Misha Brukman · 21 years ago
  38. e97fbed * Ordered includes according to LLVM style by Misha Brukman · 21 years ago
  39. e98ddfc 1. Use better error messages in LinkFiles(). by Brian Gaeke · 21 years ago
  40. 6e27123 Minor cleanups: by Chris Lattner · 21 years ago
  41. 71478b7 Removed linking functionality from gccld.cpp and moved it to linker.cpp. by John Criswell · 21 years ago
  42. dc0de4f Refactored gccld into three C++ source files. by John Criswell · 21 years ago
  43. a589d31 Replaced the call to strdup() with a new operator followed by a strcpy(). by John Criswell · 21 years ago
  44. 83ca6ec Added the use of the const keyword. by John Criswell · 21 years ago
  45. 621727c Removed the use of the environ variable and instead use the environment array by John Criswell · 21 years ago
  46. dabaf7d Added the -native option. by John Criswell · 21 years ago
  47. 5c9cd95 -abort-on-exception is gone. Rebuild your gccld shell scripts, folks! :-) by Brian Gaeke · 21 years ago
  48. 22edc39 Added code that makes the bytecode file readable (needed by the generated shell by John Criswell · 21 years ago
  49. d35b5b5 Modified the code so that it uses the MakeFileExecutable() method. The new by John Criswell · 21 years ago
  50. 3a9ce67 "Help keep our secrets secret." by John Criswell · 21 years ago
  51. a2b2dc9 add preliminary support for -export-dynamic by Chris Lattner · 21 years ago
  52. c1fdca8 Make the bytecode file executable as well for LLEE purposes. by Misha Brukman · 21 years ago
  53. ad6ba3e Revert my last (accidental) checkin, but keep the typeo fix by Chris Lattner · 21 years ago
  54. 80df463 rename selection library to selectiondag by Chris Lattner · 21 years ago
  55. dc52353 Run the simplify CFG pass after instcombine which has the effect of deleting by Chris Lattner · 21 years ago
  56. 293a33a Move the instcombine pass before globaldce, so that if globals are made dead by instcombine, that they can be deleted. by Chris Lattner · 21 years ago
  57. dccb6d0 Funcresolve no longer performs nicification of resolved functions by Chris Lattner · 21 years ago
  58. a34f440 Add new DAE pass to gccld. It does not add cause any regressions in the test-suite by Chris Lattner · 21 years ago
  59. e68e4d5 Fix formatting in file by Chris Lattner · 21 years ago
  60. 6ac79d1 Add compatibility option by Chris Lattner · 21 years ago
  61. 69a7960 gccld.cpp: by Brian Gaeke · 21 years ago
  62. 7cb77e1 Search LLVM_LIB_SEARCH_PATH for objects to allow it to find crtend.o by Chris Lattner · 21 years ago
  63. 9c3b55e Make sure to create a target data that matches the Module's target properties. by Chris Lattner · 21 years ago
  64. d34a51d Add support for allowing the user to extend the GCCLD searchpath by Chris Lattner · 21 years ago
  65. c65b104 Eliminate useless duplicate libraries by Chris Lattner · 21 years ago
  66. 10970eb Add first support for linking in .a files correctly and minimally, like a real linker does by Chris Lattner · 21 years ago
  67. a856db2 Add crufty compatibility stuff for ld by Chris Lattner · 21 years ago
  68. f3d4f17 Use anonymous namespace instead of "static" Kill using decl by Chris Lattner · 21 years ago
  69. dabaa46 Allow the user to disable the internalize pass by Chris Lattner · 21 years ago
  70. debb5ee Make stuff compiled with gccld not dump into the debugger if there's a problem by Chris Lattner · 22 years ago
  71. 50e3a20 Print the tool name when an error comes from so that I can tell which by Chris Lattner · 22 years ago
  72. c7a0985 *** empty log message *** by Chris Lattner · 22 years ago
  73. ddd3e61 *** empty log message *** by Chris Lattner · 22 years ago
  74. d9d8c07 *** empty log message *** by Chris Lattner · 22 years ago
  75. 5ff62e9 *** empty log message *** by Chris Lattner · 22 years ago
  76. c5d4493 YEs, we really do want to sort. by Chris Lattner · 22 years ago
  77. cf17bcc Changes for 64bit gcc by Anand Shukla · 22 years ago
  78. 0b12b5f by Chris Lattner · 22 years ago
  79. a7cc6dd Use literal newline instead of endl by Chris Lattner · 22 years ago
  80. 65f1b89 Merge all include/llvm/Transforms/Scalar/* into a single Scalar.h by Chris Lattner · 22 years ago
  81. 2b5235d Oops, somehow lost a slash. Fixed by Chris Lattner · 22 years ago
  82. c8cc4cb Updates to move some header files out of include/llvm/Transforms into by Chris Lattner · 22 years ago
  83. 7bf5dfe Run the internalize pass to mark all functions except main internal when by Chris Lattner · 22 years ago
  84. 76d1229 Make sure that there is no case where a signal can occur leaving a partially by Chris Lattner · 22 years ago
  85. f8b90ee * The cleangcc pass is broken into two parts, we only want to by Chris Lattner · 22 years ago
  86. 2b59837 Add support for the gnu ld -s (strip) option by Chris Lattner · 22 years ago
  87. ad202a0 GCCLD actually does transformations to simplify the linked program now. by Chris Lattner · 22 years ago
  88. 2fbfdcf Change references to the Method class to be references to the Function by Chris Lattner · 22 years ago
  89. 084235a Echo the right tool name on error by Chris Lattner · 22 years ago
  90. 41c3465 * Implement linking to libraries by Chris Lattner · 22 years ago
  91. e7fca51 Initial Checkin of gccld by Chris Lattner · 23 years ago