1. 4c06e0d remove attributions by Chris Lattner · 17 years ago
  2. 5116784 remove attributions from tools/utils makefiles. by Chris Lattner · 17 years ago
  3. ead1aea Align make log output with the rest of llvm. by Reid Spencer · 18 years ago
  4. d748ea3 End of life for gccld. Remove its source code and enable the generation by Reid Spencer · 18 years ago
  5. 8912cdd Write the deprecation message to stderr instead of stdout so that it by Reid Spencer · 18 years ago
  6. 1ce58ee Put in a disabled template for when gccld is replaced by the shell script. by Reid Spencer · 18 years ago
  7. f49262e Get the right warning message. by Reid Spencer · 18 years ago
  8. 7d8311f New shell script to replace gccld, eventually. by Reid Spencer · 18 years ago
  9. ef9b9a7 For PR411: by Reid Spencer · 18 years ago
  10. a49fd07 add an instcombine pass to clean up after heavy-lifting IP passes by Chris Lattner · 18 years ago
  11. aeacab2 shutdown the app when done. by Chris Lattner · 18 years ago
  12. 17be679 default to emiting an uncompressed .bc file by Chris Lattner · 18 years ago
  13. e815619 Changed llvm_ostream et all to OStream. llvm_cerr, llvm_cout, llvm_null, are by Bill Wendling · 18 years ago
  14. c30598b make all llvm tools call llvm_shutdown when they exit, static'ify some stuff. by Chris Lattner · 18 years ago
  15. 1a7f6ff Remove extra header. by Nick Lewycky · 18 years ago
  16. 68fe61d Replacing std::iostreams with llvm iostreams. Some of these changes involve by Bill Wendling · 18 years ago
  17. 565706b Update to new predicate simplifier VRP design. Fixes PR966 and PR967. by Nick Lewycky · 18 years ago
  18. d452599 Added the --disable-compression option which controls whether the by John Criswell · 18 years ago
  19. b156afb Enable 'predsimplify' optimization. by Nick Lewycky · 18 years ago
  20. cf508bc Move ipsccp pass earlier to clean up obvious bogosities by Chris Lattner · 18 years ago
  21. aea932d Use LINK_COMPONENTS to specify *components* to link against instead of by Chris Lattner · 18 years ago
  22. 7d51544 - Fixed broken Win32 build by Anton Korobeynikov · 18 years ago
  23. 142ca8e For PR797: by Reid Spencer · 18 years ago
  24. e1647f4 For PR797: by Reid Spencer · 18 years ago
  25. 8ea5ecb For PR797: by Reid Spencer · 18 years ago
  26. 0b32d8b Use Path::getFileStatus to get status-related info. by Chris Lattner · 18 years ago
  27. 0465fa9 Tools require EH for their top-level try blocks. by Chris Lattner · 18 years ago
  28. 831b121 Don't pass target name into TargetData anymore, it is never used or needed. by Chris Lattner · 18 years ago
  29. 18c8b49 Use archive libraries instead of object files for VMCore, BCReader, by Reid Spencer · 18 years ago
  30. c780982 Free memory allocated by copy_env. by Chris Lattner · 19 years ago
  31. f4484f3 For PR521: by Reid Spencer · 19 years ago
  32. 156aa35 Implement PR679: by Reid Spencer · 19 years ago
  33. f574494 Remove -start-group and -end-group no-op options, accidentally committed by Reid Spencer · 19 years ago
  34. 328ead9 Adjust the constructor to the Linker class to take an argument that names by Reid Spencer · 19 years ago
  35. cb83465 Allow users to specify -Wl,-native* multiple times if they please by Chris Lattner · 19 years ago
  36. 2b11995 add a hack that fixes: llvm-gcc main.c -Wl,-native -o a.out -g by Chris Lattner · 19 years ago
  37. a115643 Move some constant folding code shared by Analysis and Transform passes by John Criswell · 19 years ago
  38. e96a1a5 1. Remove libraries no longer created from the list of libraries linked into the by John Criswell · 19 years ago
  39. fbcd54f Fix PR637 by Chris Lattner · 19 years ago
  40. 7b5634d Speed up isBytecodeLPath from 20s to .01s in common cases. This makes -native by Chris Lattner · 19 years ago
  41. f394213 1. Do not use .c_str() to keep a persistent handle on a temporary string. by Chris Lattner · 19 years ago
  42. 1d924f6 Pass -export-dynamic to gcc when compiling with -native and the link is by Chris Lattner · 19 years ago
  43. 8f1ac1c Make sure we don't error out if an invalid path is used, just simply by Reid Spencer · 19 years ago
  44. a229c5c Final Changes For PR495: by Reid Spencer · 19 years ago
  45. dd04df0 For PR495: by Reid Spencer · 19 years ago
  46. e50b075 There are still uses for spaces in Makefiles -- to make text line up together, by Misha Brukman · 20 years ago
  47. 3da94ae Remove trailing whitespace by Misha Brukman · 20 years ago
  48. 704448f Eliminate trailing spaces at end-of-line by Misha Brukman · 20 years ago
  49. 8f586ba Consistently eschew space between `*' or `&' and function argument name by Misha Brukman · 20 years ago
  50. b0bafc5 * Print commands as we execute them with `-v' by Misha Brukman · 20 years ago
  51. bf9add4 The first argument to ExecuteAndWait should be the program name, but pointed by Chris Lattner · 20 years ago
  52. 837149c Changes to enable creation of native executables directly from gccld and to by Reid Spencer · 20 years ago
  53. ed5fa58 Make sure to null terminate argument lists! by Chris Lattner · 20 years ago
  54. 5fb6ed4 Use binary mode for reading/writing bytecode files by Jeff Cohen · 20 years ago
  55. 682084a Use explicit construction of sys::Path from std::string because the by Reid Spencer · 20 years ago
  56. f6358c7 For PR351: * Support changes in sys::Program::ExecuteAndWait interface by Reid Spencer · 20 years ago
  57. b2d8c36 sys::CopyString throws an exception on error which will be caught by gccld by Reid Spencer · 20 years ago
  58. 1bd2653 The CopyFile function got moved into the sys namespace. by Reid Spencer · 20 years ago
  59. 5f76760 For PR351: by Reid Spencer · 20 years ago
  60. 6da1e0d For PR351: by Reid Spencer · 20 years ago
  61. 93f8f55 For PR351: Adjust to interface change for FindExecutable. by Reid Spencer · 20 years ago
  62. 319cdec For PR351: by Reid Spencer · 20 years ago
  63. 05f7e79 Make the loop termination condition clear when building the set of items to by Reid Spencer · 20 years ago
  64. c406413 Convert to use new Linker class interface by Reid Spencer · 20 years ago
  65. bcfe1e2 Do not internalize a module if -link-as-library is passed. by Chris Lattner · 20 years ago
  66. c59e09e This pass is no longer needed. by Chris Lattner · 20 years ago
  67. b4a400a Turn on ipsccp by default instead of simple IPCP by Chris Lattner · 20 years ago
  68. 6b463b2 When -link-as-library, add -l options to Module's deplibs by Reid Spencer · 20 years ago
  69. c191d49 Fix PR139:\ by Reid Spencer · 20 years ago
  70. 3f14fb1 Recognize --strip-all as a synonym for -s. by Chris Lattner · 20 years ago
  71. bf714df Add LLVMbzip2 library, now required. by Reid Spencer · 20 years ago
  72. 86f42db -disable-opt is not -O0, it's okay for it to disable internalize. by Chris Lattner · 20 years ago
  73. 429a9cb Even with -disable-opt we should still internalize and strip if requested. by Chris Lattner · 20 years ago
  74. 605b9e2 Linker.h has a new home. by Reid Spencer · 20 years ago
  75. c7ebfdd This tool needs the libLLVMArchive library now. by Reid Spencer · 20 years ago
  76. 6903c86 Remove linking declarations (in Linker.h now) by Reid Spencer · 20 years ago
  77. 4c1af90 Provide exception handling by Reid Spencer · 20 years ago
  78. 5e081fb Moved to lib/Linker by Reid Spencer · 20 years ago
  79. 669b524 Output the program name (in this case, gccld) with warning about invalid files by Misha Brukman · 20 years ago
  80. eda20f9 Don't silently ignore invalid files: tell the user! by Misha Brukman · 20 years ago
  81. 6cb21d4 Change Library Names Not To Conflict With Others When Installed by Reid Spencer · 20 years ago
  82. 40a955a We're not doing automake any more by Reid Spencer · 20 years ago
  83. cac731e We won't use automake by Reid Spencer · 20 years ago
  84. 86d341b Initial automake generated Makefile template by Reid Spencer · 20 years ago
  85. d96cb6e Update to reflect changes in Makefile rules. by Reid Spencer · 20 years ago
  86. e3ef9b5 Don't miss global optimizations because we run before the inliner by Chris Lattner · 20 years ago
  87. 90a2adc Initial version of automake Makefile.am file. by Reid Spencer · 20 years ago
  88. 93a00e4 Rename pass by Chris Lattner · 20 years ago
  89. 551ccae Changes For Bug 352 by Reid Spencer · 20 years ago
  90. 7c4c98d Add the LLVMsystem.a library as it is now used for operating system by Reid Spencer · 20 years ago
  91. 9de7b33 The functions in Signal.h are now in the llvm::sys namespace - adjust by Reid Spencer · 20 years ago
  92. 93127fb This pass has proven its metal, remove -disable option. by Chris Lattner · 20 years ago
  93. 2d26ffb Run DSE at link-time, and turn on an IP alias analysis by default in gccld! by Chris Lattner · 20 years ago
  94. 008248f Linker.h moved to include/llvm/Support by Misha Brukman · 20 years ago
  95. 681692d Make gccld copy the llvm-stub program to be the execution wrapper for by Chris Lattner · 20 years ago
  96. 0ebee74 Move some functions out of gccld.cpp to GenerateCode.cpp. This allows us by Chris Lattner · 20 years ago
  97. 7e88d41 Refactor a bit of code into a function, no functionality changes. by Chris Lattner · 20 years ago
  98. bed85ff Header file moved by Chris Lattner · 20 years ago
  99. 7532e34 Allow the user to set the LLVMINTERP environment variable as a workaround, for by Brian Gaeke · 21 years ago
  100. 7a46e4c Don't use invalid HTML in a doxygen comment. by Misha Brukman · 21 years ago