1. 579f071 Unbreak build with gcc 4.3: provide missed includes and silence most annoying warnings. by Anton Korobeynikov · 18 years ago
  2. d329270 Add support for frameworks. Patch by Shantonu Sen! by Chris Lattner · 18 years ago
  3. 7ff4a8b Fix llvm-ld -Xlinker, patch by Daniel Teske! by Chris Lattner · 18 years ago
  4. 345353d remove attributions from tools. by Chris Lattner · 18 years ago
  5. 2c6a821 Move the space in overview output for commands out of each of the by Dan Gohman · 18 years ago
  6. ec5058e Remove dead option. by Reid Spencer · 18 years ago
  7. e16561c Here is the bulk of the sanitizing. by Gabor Greif · 18 years ago
  8. cd74c3e Fix pr1448 by Chris Lattner · 18 years ago
  9. 6d80e21 switch tools to bitcode instead of bytecode by Chris Lattner · 18 years ago
  10. e542042 add bitcode support. by Chris Lattner · 18 years ago
  11. 986b9df Augment the verbose output to print out the sub-commands executed. by Reid Spencer · 18 years ago
  12. d7799fd For PR1302: by Reid Spencer · 19 years ago
  13. d01defe Add possibility to set memory limit for binaries run via libSystem. This by Anton Korobeynikov · 19 years ago
  14. 1ed974a Clean up error handling. by Reid Spencer · 19 years ago
  15. 5d211e2 For PR1153: Copy a couple more missing options from gccld to llvm-ld. by Reid Spencer · 19 years ago
  16. 19bb6b9 default to emiting an uncompressed .bc file by Chris Lattner · 19 years ago
  17. f3baad3 Changed llvm_ostream et all to OStream. llvm_cerr, llvm_cout, llvm_null, are by Bill Wendling · 19 years ago
  18. 76d4632 make all llvm tools call llvm_shutdown when they exit, static'ify some stuff. by Chris Lattner · 19 years ago
  19. afd54eb Replacing std::iostreams with llvm iostreams. Some of these changes involve by Bill Wendling · 19 years ago
  20. 3005d47 Minor style fixes from review. by Reid Spencer · 19 years ago
  21. 75db664 For PR998: by Reid Spencer · 19 years ago
  22. 5e5a05e Fix a problem in the the last patch that subverts error message printing. by Reid Spencer · 19 years ago
  23. 7d6f3db Unbreak VC++ build. by Jeff Cohen · 19 years ago
  24. 6c6a70f - Fixed broken Win32 build by Anton Korobeynikov · 19 years ago
  25. 879ed5a For PR797: by Reid Spencer · 19 years ago
  26. 8db8442 For PR797: by Reid Spencer · 19 years ago
  27. 9d2f19c For PR797: by Reid Spencer · 19 years ago
  28. 944645a For PR797: by Reid Spencer · 19 years ago
  29. 039215b Fix cut-n-pasto in comments. by Devang Patel · 19 years ago
  30. 5113dc5 For PR780: by Reid Spencer · 19 years ago
  31. 44f90c9 Delete memory allocated by CopyEnv by Chris Lattner · 19 years ago
  32. 8e5da55 Make sure command line options are parsed before we try to add the LibPath by Reid Spencer · 20 years ago
  33. 5995c57 For PR521: by Reid Spencer · 20 years ago
  34. 41e1b6f Implement PR512: by Reid Spencer · 20 years ago
  35. 6796b48 Adjust the constructor to the Linker class to take an argument that names by Reid Spencer · 20 years ago
  36. af48d86 Final Changes For PR495: by Reid Spencer · 20 years ago
  37. c9c0473 For PR495: by Reid Spencer · 20 years ago
  38. 650ba8e Remove trailing whitespace by Misha Brukman · 21 years ago
  39. 672fe72 The first argument to ExecuteAndWait should be the program name, but pointed by Chris Lattner · 21 years ago
  40. 9db0ecc Conform to the documented interface by null terminating argument lists! by Chris Lattner · 21 years ago
  41. c8f1f4b Use binary mode for reading/writing bytecode files by Jeff Cohen · 21 years ago
  42. 996ec72 For PR351: by Reid Spencer · 21 years ago
  43. d94c5f8 Correct compilation for Cygwin. FindExecutable now returns a sys::Path. by Reid Spencer · 21 years ago
  44. 8295ac7 Fix the Win32 build by Misha Brukman · 21 years ago
  45. fc19542 Make parameters to CopyFile use explicit instantiation of sys::Path. by Reid Spencer · 21 years ago
  46. 766ad0b For PR351: * Support changes in sys::Program::ExecuteAndWait interface by Reid Spencer · 21 years ago
  47. 5ababc6 sys::CopyFile returns void and throws an exception on error which will be by Reid Spencer · 21 years ago
  48. 16ce83c The CopyFile function got moved into the sys namespace. by Reid Spencer · 21 years ago
  49. 584cb0a For PR351: by Reid Spencer · 21 years ago
  50. eedafda For PR351: by Reid Spencer · 21 years ago
  51. 79dc8b7 For PR351: Adjust to interface change for FindExecutable. by Reid Spencer · 21 years ago
  52. 249eb14 For PR351: by Reid Spencer · 21 years ago
  53. 0afe178 Make the loop termination condition clear when building the set of items to by Reid Spencer · 21 years ago
  54. 8d20690 Convert to use new Linker class interface by Reid Spencer · 21 years ago
  55. 359df30 When -link-as-library, add -l options to Module's deplibs by Reid Spencer · 21 years ago
  56. ef96665 Fix PR139:\ by Reid Spencer · 21 years ago
  57. 0c66f97 Incorporate GenerateCode.cpp. Make static things static. by Reid Spencer · 21 years ago
  58. 16c3bb3 Linker.h has a new home. by Reid Spencer · 21 years ago
  59. b2d0fa0 Fix usage of changed function prototype by Reid Spencer · 21 years ago
  60. 58ab77d Add some missing #includes by Reid Spencer · 21 years ago
  61. 56d4b17 Initial implementation of llvm-ld: stolen from gccld. by Reid Spencer · 21 years ago