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