1. d2368dc Move MemCpyOpt after GVN. by Owen Anderson · 17 years ago
  2. e12d8e4 run the jump threading pass in llvm-ld also by Chris Lattner · 17 years ago
  3. a723d1e Factor a bunch of functionality related to memcpy and memset transforms out of by Owen Anderson · 17 years ago
  4. 230293b style and spelling by Andrew Lenharth · 17 years ago
  5. 50b5742 llvm-ld deserves disable-verify too. opt shouldn't have all the fun options. by Andrew Lenharth · 17 years ago
  6. ae9f3a3 Unbreak build with gcc 4.3: provide missed includes and silence most annoying warnings. by Anton Korobeynikov · 17 years ago
  7. 3992f52 Add support for frameworks. Patch by Shantonu Sen! by Chris Lattner · 17 years ago
  8. 03a1c7a Fix llvm-ld -Xlinker, patch by Daniel Teske! by Chris Lattner · 17 years ago
  9. 21c62da remove attributions from tools. by Chris Lattner · 17 years ago
  10. 5116784 remove attributions from tools/utils makefiles. by Chris Lattner · 17 years ago
  11. 82a13c9 Move the space in overview output for commands out of each of the by Dan Gohman · 17 years ago
  12. d06eb2c Turn GVN on by default. by Owen Anderson · 17 years ago
  13. f6a05f9 Rename FastDSE to just DSE. by Owen Anderson · 17 years ago
  14. 0a4c8de Remove dead option. by Reid Spencer · 17 years ago
  15. b63c7b6 Turn on FastDSE by default. by Owen Anderson · 17 years ago
  16. a99be51 Here is the bulk of the sanitizing. by Gabor Greif · 17 years ago
  17. 3f931b8 Fix pr1448 by Chris Lattner · 17 years ago
  18. 037a704 if internalize is disabled, don't run the pass at all! by Chris Lattner · 17 years ago
  19. 44dadff switch tools to bitcode instead of bytecode by Chris Lattner · 17 years ago
  20. bb3f3d3 add bitcode support. by Chris Lattner · 17 years ago
  21. 3b72639 Augment the verbose output to print out the sub-commands executed. by Reid Spencer · 18 years ago
  22. c8c5752 run a late dce pass to clean up extra cruft. by Chris Lattner · 18 years ago
  23. c82a5da For PR1302: by Reid Spencer · 18 years ago
  24. 54959d6 Now LICM is a LoopPass. by Devang Patel · 18 years ago
  25. 9ba8a76 Add possibility to set memory limit for binaries run via libSystem. This by Anton Korobeynikov · 18 years ago
  26. 708585a Clean up error handling. by Reid Spencer · 18 years ago
  27. 98a030c For PR1153: Copy a couple more missing options from gccld to llvm-ld. by Reid Spencer · 18 years ago
  28. 7f04c08 For PR1153: by Reid Spencer · 18 years ago
  29. ef9b9a7 For PR411: by Reid Spencer · 18 years ago
  30. 17be679 default to emiting an uncompressed .bc file by Chris Lattner · 18 years ago
  31. e815619 Changed llvm_ostream et all to OStream. llvm_cerr, llvm_cout, llvm_null, are by Bill Wendling · 18 years ago
  32. c30598b make all llvm tools call llvm_shutdown when they exit, static'ify some stuff. by Chris Lattner · 18 years ago
  33. cd950a5 target constructors are never used by Chris Lattner · 18 years ago
  34. 68fe61d Replacing std::iostreams with llvm iostreams. Some of these changes involve by Bill Wendling · 18 years ago
  35. a089d44 Need <iostream> for the time being. by Bill Wendling · 18 years ago
  36. 2803b4c Minor style fixes from review. by Reid Spencer · 18 years ago
  37. 4952143 For PR998: by Reid Spencer · 18 years ago
  38. 7b28955 Fix a problem in the the last patch that subverts error message printing. by Reid Spencer · 18 years ago
  39. d41b30d Unbreak VC++ build. by Jeff Cohen · 18 years ago
  40. aea932d Use LINK_COMPONENTS to specify *components* to link against instead of by Chris Lattner · 18 years ago
  41. 7d51544 - Fixed broken Win32 build by Anton Korobeynikov · 18 years ago
  42. 30967a5 eliminate only use of FilteredPassNameParser by Chris Lattner · 18 years ago
  43. 5a06077 For PR797: by Reid Spencer · 18 years ago
  44. e5c9cb5 For PR797: by Reid Spencer · 18 years ago
  45. e1647f4 For PR797: by Reid Spencer · 18 years ago
  46. 8ea5ecb For PR797: by Reid Spencer · 18 years ago
  47. dcee9d0 Make sure the verify pass gets run after the user's loaded passes as well by Reid Spencer · 18 years ago
  48. ec9f050 Rename the -verify option to be -verify-each so that it doesn't conflict by Reid Spencer · 18 years ago
  49. 8e33fae Convert llvm-ld to use the PluginLoader like opt instead of having its by Reid Spencer · 18 years ago
  50. 0465fa9 Tools require EH for their top-level try blocks. by Chris Lattner · 18 years ago
  51. e2f8ad8 Fix cut-n-pasto in comments. by Devang Patel · 18 years ago
  52. 831b121 Don't pass target name into TargetData anymore, it is never used or needed. by Chris Lattner · 18 years ago
  53. 2991b01 Shorten a value description so --help out isn't so wide. by Reid Spencer · 18 years ago
  54. af303d5 For PR780: by Reid Spencer · 18 years ago
  55. 7c5357f Fix a -pedantic warning by Chris Lattner · 18 years ago
  56. 18c8b49 Use archive libraries instead of object files for VMCore, BCReader, by Reid Spencer · 18 years ago
  57. 2f86362 Delete memory allocated by CopyEnv by Chris Lattner · 18 years ago
  58. 78df5c3 Make sure command line options are parsed before we try to add the LibPath by Reid Spencer · 19 years ago
  59. f4484f3 For PR521: by Reid Spencer · 19 years ago
  60. 73a74be Implement PR512: by Reid Spencer · 19 years ago
  61. 328ead9 Adjust the constructor to the Linker class to take an argument that names by Reid Spencer · 19 years ago
  62. a115643 Move some constant folding code shared by Analysis and Transform passes by John Criswell · 19 years ago
  63. e96a1a5 1. Remove libraries no longer created from the list of libraries linked into the by John Criswell · 19 years ago
  64. fbcd54f Fix PR637 by Chris Lattner · 19 years ago
  65. a229c5c Final Changes For PR495: by Reid Spencer · 19 years ago
  66. dd04df0 For PR495: by Reid Spencer · 19 years ago
  67. 3da94ae Remove trailing whitespace by Misha Brukman · 20 years ago
  68. bf9add4 The first argument to ExecuteAndWait should be the program name, but pointed by Chris Lattner · 20 years ago
  69. 7456e3c Conform to the documented interface by null terminating argument lists! by Chris Lattner · 20 years ago
  70. 5fb6ed4 Use binary mode for reading/writing bytecode files by Jeff Cohen · 20 years ago
  71. 1ef8bda For PR351: by Reid Spencer · 20 years ago
  72. 8d8b41d Correct compilation for Cygwin. FindExecutable now returns a sys::Path. by Reid Spencer · 20 years ago
  73. 81417b6 Fix the Win32 build by Misha Brukman · 20 years ago
  74. bf42763 Make parameters to CopyFile use explicit instantiation of sys::Path. by Reid Spencer · 20 years ago
  75. f6358c7 For PR351: * Support changes in sys::Program::ExecuteAndWait interface by Reid Spencer · 20 years ago
  76. 06c06db sys::CopyFile returns void and throws an exception on error which will be by Reid Spencer · 20 years ago
  77. 1bd2653 The CopyFile function got moved into the sys namespace. by Reid Spencer · 20 years ago
  78. 5f76760 For PR351: by Reid Spencer · 20 years ago
  79. 6da1e0d For PR351: by Reid Spencer · 20 years ago
  80. 93f8f55 For PR351: Adjust to interface change for FindExecutable. by Reid Spencer · 20 years ago
  81. 319cdec For PR351: by Reid Spencer · 20 years ago
  82. 05f7e79 Make the loop termination condition clear when building the set of items to by Reid Spencer · 20 years ago
  83. c406413 Convert to use new Linker class interface by Reid Spencer · 20 years ago
  84. 96690a8 Revert the last patch. We really do need SimplyCFG. by Reid Spencer · 20 years ago
  85. 357cf54 Remove this pass as its no longer needed. by Reid Spencer · 20 years ago
  86. 6b463b2 When -link-as-library, add -l options to Module's deplibs by Reid Spencer · 20 years ago
  87. c191d49 Fix PR139:\ by Reid Spencer · 20 years ago
  88. f8f70c1 Adjust to change in pass name by Chris Lattner · 20 years ago
  89. bf714df Add LLVMbzip2 library, now required. by Reid Spencer · 20 years ago
  90. 3c7b107 Not needed any more. by Reid Spencer · 20 years ago
  91. 9822de2 Content moved to llvm-ld.cpp by Reid Spencer · 20 years ago
  92. 445564a Incorporate GenerateCode.cpp. Make static things static. by Reid Spencer · 20 years ago
  93. c457fbb First cut at implementing generic link-time Optimization by Reid Spencer · 20 years ago
  94. 605b9e2 Linker.h has a new home. by Reid Spencer · 20 years ago
  95. 227b6d0 Fix usage of changed function prototype by Reid Spencer · 20 years ago
  96. 0486e17 Remove linking declarations (in Linker.h now) by Reid Spencer · 20 years ago
  97. 1893f92 We need the libLLVMArchive library now by Reid Spencer · 20 years ago
  98. 8c6ee66 Moved to lib/Linker (common with gccld) by Reid Spencer · 20 years ago
  99. 07adb28 Stop propagating method names that violate the coding standard by Reid Spencer · 20 years ago
  100. e84f92d Convert to new library names. by Reid Spencer · 20 years ago