1. 94bc246 Remove references to compression in llvm-ar. It has been a long time since we by Rafael Espindola · 12 years ago
  2. 4ab406d LLVMBuild: Remove trailing newline, which irked me. by Daniel Dunbar · 13 years ago
  3. 0d3c223 LLVMBuild: Add description files for the LLVM tools. by Daniel Dunbar · 13 years ago
  4. 8c39c96 build: Tidy up a bunch of tool Makefiles, and simplify where possible using the by Daniel Dunbar · 13 years ago
  5. 54453f2 Support/Path: Deprecate PathV1::exists and replace all uses with PathV2::fs::exists. by Michael J. Spencer · 14 years ago
  6. 424a04e convert llvm-ar and llvm-ranlib to raw_ostream from iostreams. by Chris Lattner · 14 years ago
  7. 1f6efa3 Merge System into Support. by Michael J. Spencer · 14 years ago
  8. 3a210e2 Revert "CMake: Get rid of LLVMLibDeps.cmake and export the libraries normally." by Michael J. Spencer · 14 years ago
  9. 4e9c939 CMake: Get rid of LLVMLibDeps.cmake and export the libraries normally. by Michael J. Spencer · 14 years ago
  10. 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 · 15 years ago
  11. 65f57c2 Use errs() instead of std::cerr. by Dan Gohman · 15 years ago
  12. 31895e7 Hold the LLVMContext by reference rather than by pointer. by Owen Anderson · 15 years ago
  13. 8b477ed Add a pointer to the owning LLVMContext to Module. This requires threading LLVMContext through a lot by Owen Anderson · 15 years ago
  14. cc14d25 Change various llvm utilities to use PrettyStackTraceProgram in by Chris Lattner · 16 years ago
  15. e3ff456 disable exports from a bunch more tools, those without plugins. by Chris Lattner · 16 years ago
  16. f2f8d79 Add spacing between type and variable name. by Misha Brukman · 16 years ago
  17. 3d01fc7 Initial support for the CMake build system. by Oscar Fuentes · 16 years ago
  18. 21c62da remove attributions from tools. by Chris Lattner · 17 years ago
  19. 5116784 remove attributions from tools/utils makefiles. by Chris Lattner · 17 years ago
  20. 82a13c9 Move the space in overview output for commands out of each of the by Dan Gohman · 17 years ago
  21. a99be51 Here is the bulk of the sanitizing. by Gabor Greif · 17 years ago
  22. 44dadff switch tools to bitcode instead of bytecode by Chris Lattner · 18 years ago
  23. a8653f3 archive library already depends on bc reader by Chris Lattner · 18 years ago
  24. c30598b make all llvm tools call llvm_shutdown when they exit, static'ify some stuff. by Chris Lattner · 18 years ago
  25. aea932d Use LINK_COMPONENTS to specify *components* to link against instead of by Chris Lattner · 18 years ago
  26. 30836fc Fix a bug introduced by a change in the Archive::writeToDisk interface. by Reid Spencer · 18 years ago
  27. 3039b99 Remove EH use from the Archive library and adjust its users accordingly. by Reid Spencer · 18 years ago
  28. 0465fa9 Tools require EH for their top-level try blocks. 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. 4e4fe66 ditto by Duraid Madina · 19 years ago
  31. dd04df0 For PR495: by Reid Spencer · 19 years ago
  32. ad38cd6 Make sure that tool names don't have any leading or trailing spaces in them. by Reid Spencer · 19 years ago
  33. 3da94ae Remove trailing whitespace by Misha Brukman · 20 years ago
  34. ef11c5e Fix PR506: by Reid Spencer · 20 years ago
  35. 3d1cc28 Fix the help documentation to not imply multiple archive files can be processed. by Reid Spencer · 20 years ago
  36. b50ae12 For PR351: by Reid Spencer · 20 years ago
  37. bf714df Add LLVMbzip2 library, now required. by Reid Spencer · 20 years ago
  38. babb45b Per code review: \ by Reid Spencer · 20 years ago
  39. 63ab669 A tool for adding a symbol table to LLVM Archives by Reid Spencer · 20 years ago
  40. 8d18dcf Makefile for llvm-ranlib tool by Reid Spencer · 20 years ago