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