1. 3d10a5a Add plumbing for the `linker_private' linkage type. This type is meant for by Bill Wendling · 15 years ago
  2. ac95cc7 Convert more tools code from cerr and cout to errs() and outs(). by Dan Gohman · 15 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. 266c7bb Add a new "available_externally" linkage type. This is intended by Chris Lattner · 16 years ago
  8. cc14d25 Change various llvm utilities to use PrettyStackTraceProgram in by Chris Lattner · 16 years ago
  9. e3ff456 disable exports from a bunch more tools, those without plugins. by Chris Lattner · 16 years ago
  10. bb46f52 Add the private linkage. by Rafael Espindola · 16 years ago
  11. 3d01fc7 Initial support for the CMake build system. by Oscar Fuentes · 16 years ago
  12. 7d5633e Add CommonLinkage to lto (treated same as weak AFAICT) by Dale Johannesen · 16 years ago
  13. 21c62da remove attributions from tools. by Chris Lattner · 17 years ago
  14. 5116784 remove attributions from tools/utils makefiles. by Chris Lattner · 17 years ago
  15. 82a13c9 Move the space in overview output for commands out of each of the by Dan Gohman · 17 years ago
  16. a99be51 Here is the bulk of the sanitizing. by Gabor Greif · 17 years ago
  17. 4a828ee llvm-nm must print the alias symbols. by Lauro Ramos Venancio · 17 years ago
  18. 065344d use the new MemoryBuffer interfaces to simplify error reporting in clients. by Chris Lattner · 18 years ago
  19. 44dadff switch tools to bitcode instead of bytecode by Chris Lattner · 18 years ago
  20. 4d5aad2 add bitcode reading support to llvm-nm by Chris Lattner · 18 years ago
  21. a145c6d Remove some non-sensical logic that prevented llvm-nm from working on any by Reid Spencer · 18 years ago
  22. ca5183d Unbreak VC++ build. by Jeff Cohen · 18 years ago
  23. f2e292c push bytecode decompressor out through APIs. Now the bytecode reader by Chris Lattner · 18 years ago
  24. 5cbf985 For PR1136: Rename GlobalVariable::isExternal as isDeclaration to avoid by Reid Spencer · 18 years ago
  25. c30598b make all llvm tools call llvm_shutdown when they exit, static'ify some stuff. by Chris Lattner · 18 years ago
  26. aea932d Use LINK_COMPONENTS to specify *components* to link against instead of by Chris Lattner · 18 years ago
  27. 2f2d324 no need to check readability here by Chris Lattner · 18 years ago
  28. 8d8a7ff Finish removal of EH usage from the Archive library. The REQUIRES_EH flag by Reid Spencer · 18 years ago
  29. 0465fa9 Tools require EH for their top-level try blocks. by Chris Lattner · 18 years ago
  30. 18c8b49 Use archive libraries instead of object files for VMCore, BCReader, by Reid Spencer · 18 years ago
  31. d74ea2b Patches to make the LLVM sources more -pedantic clean. Patch provided by Chris Lattner · 18 years ago
  32. c7f0832 For PR495: by Reid Spencer · 19 years ago
  33. 3da94ae Remove trailing whitespace by Misha Brukman · 20 years ago
  34. a3fcfff method renamed by Chris Lattner · 20 years ago
  35. 1ef8bda For PR351: by Reid Spencer · 20 years ago
  36. b50ae12 For PR351: by Reid Spencer · 20 years ago
  37. 11db4b8 PR351: \ Use sys::Path not FileUtilities to check file types by Reid Spencer · 20 years ago
  38. bf714df Add LLVMbzip2 library, now required. by Reid Spencer · 20 years ago
  39. 63efb77 *Fix usage of changed function prototype*Use Archive interface to symbol table for archives by Reid Spencer · 20 years ago
  40. d129664 This tool needs libLLVMArchive now by Reid Spencer · 20 years ago
  41. 6cb21d4 Change Library Names Not To Conflict With Others When Installed by Reid Spencer · 20 years ago
  42. 40a955a We're not doing automake any more by Reid Spencer · 20 years ago
  43. cac731e We won't use automake by Reid Spencer · 20 years ago
  44. 86d341b Initial automake generated Makefile template by Reid Spencer · 20 years ago
  45. d96cb6e Update to reflect changes in Makefile rules. by Reid Spencer · 20 years ago
  46. 90a2adc Initial version of automake Makefile.am file. by Reid Spencer · 20 years ago
  47. 551ccae Changes For Bug 352 by Reid Spencer · 20 years ago
  48. 7c4c98d Add the LLVMsystem.a library as it is now used for operating system by Reid Spencer · 20 years ago
  49. 9de7b33 The functions in Signal.h are now in the llvm::sys namespace - adjust by Reid Spencer · 20 years ago
  50. 4d143ee IA64 compat by Chris Lattner · 20 years ago
  51. 86f42bd Add #include <iostream> since Value.h does not include it any more. by Reid Spencer · 20 years ago
  52. bed85ff Header file moved by Chris Lattner · 20 years ago
  53. 09233fb Include cerrno (gcc-3.4 fix) by Alkis Evlogimenos · 21 years ago
  54. f73b4ca Make sure to print a stack trace whenever an error signal is delivered to the by Chris Lattner · 21 years ago
  55. 8b1daa3 Unbreak the "-" as filename hack. by Brian Gaeke · 21 years ago
  56. 8204287 Also print an error msg. for files we cannot currently deal with. by Brian Gaeke · 21 years ago
  57. 08d03c7 Fix PR134, by checking FileOpenable() on each input file before analyzing its by Brian Gaeke · 21 years ago
  58. 1c0b698 Include Support/FileUtilities.h. by Brian Gaeke · 21 years ago
  59. d0fde30 Put all LLVM code into the llvm namespace, as per bug 109. by Brian Gaeke · 21 years ago
  60. 08020c1 Reorder #includes, drop unneeded one by Chris Lattner · 21 years ago
  61. e2fab73 Added LLVM copyright to Makefiles. by John Criswell · 21 years ago
  62. 1dd27b1 fix file header by Chris Lattner · 21 years ago
  63. 7c0e022 Added copyright header to all C++ source files. by John Criswell · 21 years ago
  64. fc046d5 Make llvm-nm work in "pipe mode" by Chris Lattner · 21 years ago
  65. 9eb52a5 Geeze, what is with Brian and these ifdef's? by Chris Lattner · 21 years ago
  66. 972d3d7 Okay, this is a little hack that "scratches an itch" of mine. by Brian Gaeke · 21 years ago