1. 9fb823b Move all of the header files which are involved in modelling the LLVM IR by Chandler Carruth · 13 years ago
  2. 4d88a1c Sort the #include lines for tools/... by Chandler Carruth · 13 years ago
  3. 4a0f7be Adjust llvm-ar and llvm-ranlib to not depend on exception handling. by Joerg Sonnenberger · 13 years ago
  4. 740a6bc Remove references to compression in llvm-ar. It has been a long time since we by Rafael Espindola · 13 years ago
  5. 58df2e0 Support/Path: Deprecate PathV1::exists and replace all uses with PathV2::fs::exists. by Michael J. Spencer · 15 years ago
  6. 2907f44 convert llvm-ar and llvm-ranlib to raw_ostream from iostreams. by Chris Lattner · 15 years ago
  7. 447762d Merge System into Support. by Michael J. Spencer · 15 years ago
  8. 19251ec To simplify the upcoming context-on-type change, switch all command line tools to using the default global context for now. by Owen Anderson · 16 years ago
  9. d8db376 Use errs() instead of std::cerr. by Dan Gohman · 16 years ago
  10. 1cf085d Hold the LLVMContext by reference rather than by pointer. by Owen Anderson · 16 years ago
  11. 6773d38 Add a pointer to the owning LLVMContext to Module. This requires threading LLVMContext through a lot by Owen Anderson · 16 years ago
  12. e3fc2d1 Change various llvm utilities to use PrettyStackTraceProgram in by Chris Lattner · 17 years ago
  13. b132910 Add spacing between type and variable name. by Misha Brukman · 17 years ago
  14. 345353d remove attributions from tools. by Chris Lattner · 18 years ago
  15. 2c6a821 Move the space in overview output for commands out of each of the by Dan Gohman · 18 years ago
  16. e16561c Here is the bulk of the sanitizing. by Gabor Greif · 18 years ago
  17. 6d80e21 switch tools to bitcode instead of bytecode by Chris Lattner · 18 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. 84f4e1f Fix a bug introduced by a change in the Archive::writeToDisk interface. by Reid Spencer · 19 years ago
  20. cfa807a Remove EH use from the Archive library and adjust its users accordingly. by Reid Spencer · 19 years ago
  21. fad8e74 ditto by Duraid Madina · 20 years ago
  22. c9c0473 For PR495: by Reid Spencer · 20 years ago
  23. 650ba8e Remove trailing whitespace by Misha Brukman · 21 years ago
  24. 9f219c7 Fix PR506: by Reid Spencer · 21 years ago
  25. e97198a Fix the help documentation to not imply multiple archive files can be processed. by Reid Spencer · 21 years ago
  26. d8c5b71 For PR351: by Reid Spencer · 21 years ago
  27. 66dc515 Per code review: \ by Reid Spencer · 21 years ago
  28. 34fae46 A tool for adding a symbol table to LLVM Archives by Reid Spencer · 21 years ago