1. 54453f2 Support/Path: Deprecate PathV1::exists and replace all uses with PathV2::fs::exists. by Michael J. Spencer · 15 years ago
  2. 424a04e convert llvm-ar and llvm-ranlib to raw_ostream from iostreams. by Chris Lattner · 15 years ago
  3. 1f6efa3 Merge System into Support. by Michael J. Spencer · 15 years ago
  4. 0d7c695 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
  5. 65f57c2 Use errs() instead of std::cerr. by Dan Gohman · 16 years ago
  6. 31895e7 Hold the LLVMContext by reference rather than by pointer. by Owen Anderson · 16 years ago
  7. 8b477ed Add a pointer to the owning LLVMContext to Module. This requires threading LLVMContext through a lot by Owen Anderson · 16 years ago
  8. cc14d25 Change various llvm utilities to use PrettyStackTraceProgram in by Chris Lattner · 16 years ago
  9. f2f8d79 Add spacing between type and variable name. by Misha Brukman · 17 years ago
  10. 21c62da remove attributions from tools. by Chris Lattner · 18 years ago
  11. 82a13c9 Move the space in overview output for commands out of each of the by Dan Gohman · 18 years ago
  12. a99be51 Here is the bulk of the sanitizing. by Gabor Greif · 18 years ago
  13. 44dadff switch tools to bitcode instead of bytecode by Chris Lattner · 18 years ago
  14. c30598b make all llvm tools call llvm_shutdown when they exit, static'ify some stuff. by Chris Lattner · 19 years ago
  15. 30836fc Fix a bug introduced by a change in the Archive::writeToDisk interface. by Reid Spencer · 19 years ago
  16. 3039b99 Remove EH use from the Archive library and adjust its users accordingly. by Reid Spencer · 19 years ago
  17. 4e4fe66 ditto by Duraid Madina · 20 years ago
  18. dd04df0 For PR495: by Reid Spencer · 20 years ago
  19. 3da94ae Remove trailing whitespace by Misha Brukman · 20 years ago
  20. ef11c5e Fix PR506: by Reid Spencer · 21 years ago
  21. 3d1cc28 Fix the help documentation to not imply multiple archive files can be processed. by Reid Spencer · 21 years ago
  22. b50ae12 For PR351: by Reid Spencer · 21 years ago
  23. babb45b Per code review: \ by Reid Spencer · 21 years ago
  24. 63ab669 A tool for adding a symbol table to LLVM Archives by Reid Spencer · 21 years ago