1. 8c39c96 build: Tidy up a bunch of tool Makefiles, and simplify where possible using the by Daniel Dunbar · 13 years ago
  2. bfe2a6b llvm-ar: Remove local test target, this is no longer useful. by Daniel Dunbar · 13 years ago
  3. 83a113b Fix Whitespace. by Michael J. Spencer · 14 years ago
  4. 54453f2 Support/Path: Deprecate PathV1::exists and replace all uses with PathV2::fs::exists. by Michael J. Spencer · 14 years ago
  5. 424a04e convert llvm-ar and llvm-ranlib to raw_ostream from iostreams. by Chris Lattner · 14 years ago
  6. 1f6efa3 Merge System into Support. by Michael J. Spencer · 14 years ago
  7. 3a210e2 Revert "CMake: Get rid of LLVMLibDeps.cmake and export the libraries normally." by Michael J. Spencer · 14 years ago
  8. 4e9c939 CMake: Get rid of LLVMLibDeps.cmake and export the libraries normally. by Michael J. Spencer · 14 years ago
  9. 43b5f93 make -fno-rtti the default unless a directory builds with REQUIRES_RTTI. by Chris Lattner · 14 years ago
  10. e73a31f Stop building RTTI information for *most* llvm libraries. Notable by Chris Lattner · 14 years ago
  11. 8da7636 remove the last *stream> #include from a public header. by Chris Lattner · 15 years ago
  12. 74382b7 Prune #includes from llvm/Linker.h and llvm/System/Path.h, by Chris Lattner · 15 years ago
  13. 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
  14. 65f57c2 Use errs() instead of std::cerr. by Dan Gohman · 15 years ago
  15. 31895e7 Hold the LLVMContext by reference rather than by pointer. by Owen Anderson · 15 years ago
  16. 8b477ed Add a pointer to the owning LLVMContext to Module. This requires threading LLVMContext through a lot by Owen Anderson · 15 years ago
  17. cc14d25 Change various llvm utilities to use PrettyStackTraceProgram in by Chris Lattner · 15 years ago
  18. e3ff456 disable exports from a bunch more tools, those without plugins. by Chris Lattner · 15 years ago
  19. 7d8f9b6 fix PR3488: llvm-ar r doesn't replace existing files by Chris Lattner · 15 years ago
  20. 3d01fc7 Initial support for the CMake build system. by Oscar Fuentes · 16 years ago
  21. 63b8c1f Make llvm-ar behave like ar, if you create an empty archive, ar creates an empty archive. llvm-ar would not generate an output file in this case by Andrew Lenharth · 16 years ago
  22. 21c62da remove attributions from tools. by Chris Lattner · 17 years ago
  23. 5116784 remove attributions from tools/utils makefiles. by Chris Lattner · 17 years ago
  24. dc32d19 Actually parse q operation in llvm-ar by Seo Sanghyeon · 17 years ago
  25. 82f209e Fix a typo in a comment. by Dan Gohman · 17 years ago
  26. 82a13c9 Move the space in overview output for commands out of each of the by Dan Gohman · 17 years ago
  27. e75ca3d eliminate residual cruft related to recognizing bytecode by Gabor Greif · 17 years ago
  28. a99be51 Here is the bulk of the sanitizing. by Gabor Greif · 17 years ago
  29. 44dadff switch tools to bitcode instead of bytecode by Chris Lattner · 17 years ago
  30. 5e3c9f9 this doesn't directly depend on bytecode by Chris Lattner · 17 years ago
  31. 184e67e Don't rely on destructed local storage. Thanks, Chris. by Reid Spencer · 17 years ago
  32. c74b461 For PR1291: by Reid Spencer · 17 years ago
  33. 8475ec0 For PR789: by Reid Spencer · 17 years ago
  34. cf525fc getFileStatus has a new parameter (caught by VC++). by Jeff Cohen · 17 years ago
  35. c30598b make all llvm tools call llvm_shutdown when they exit, static'ify some stuff. by Chris Lattner · 18 years ago
  36. 3ed469c For PR786: by Reid Spencer · 18 years ago
  37. aea932d Use LINK_COMPONENTS to specify *components* to link against instead of by Chris Lattner · 18 years ago
  38. 09069b3 Fix a bug caused by change in the interface of Archive::writeToDisk. by Reid Spencer · 18 years ago
  39. 0ff2d31 For PR797: by Reid Spencer · 18 years ago
  40. 142ca8e For PR797: by Reid Spencer · 18 years ago
  41. e5c9cb5 For PR797: by Reid Spencer · 18 years ago
  42. 8bdbb04 Use Path::getFileStatus by Chris Lattner · 18 years ago
  43. 252ad03 Change Path::getStatusInfo to return a boolean and error string on an error by Chris Lattner · 18 years ago
  44. 3039b99 Remove EH use from the Archive library and adjust its users accordingly. by Reid Spencer · 18 years ago
  45. 0465fa9 Tools require EH for their top-level try blocks. by Chris Lattner · 18 years ago
  46. 18c8b49 Use archive libraries instead of object files for VMCore, BCReader, by Reid Spencer · 18 years ago
  47. d74ea2b Patches to make the LLVM sources more -pedantic clean. Patch provided by Chris Lattner · 18 years ago
  48. 6927b06 more compliance stufff by Duraid Madina · 19 years ago
  49. a229c5c Final Changes For PR495: by Reid Spencer · 19 years ago
  50. dd04df0 For PR495: by Reid Spencer · 19 years ago
  51. 5da2d08 Make sure that tool names don't have any leading or trailing spaces in them. by Reid Spencer · 19 years ago
  52. 3da94ae Remove trailing whitespace by Misha Brukman · 19 years ago
  53. 5fb6ed4 Use binary mode for reading/writing bytecode files by Jeff Cohen · 19 years ago
  54. b4ed7b0 Unbreak all archive reading operations introduced by the last patch which by Reid Spencer · 20 years ago
  55. 67c3821 Do not fail an assertion on a broken archive by Chris Lattner · 20 years ago
  56. b50ae12 For PR351: by Reid Spencer · 20 years ago
  57. 1fce091 Path::get -> Path::toString by Reid Spencer · 20 years ago
  58. 0de66b5 Implement file replacement correctly even with the f (TruncateNames) flag by Reid Spencer · 20 years ago
  59. 1a3ba7f Make the check a little quieter. by Reid Spencer · 20 years ago
  60. bf714df Add LLVMbzip2 library, now required. by Reid Spencer · 20 years ago
  61. 0fdd363 The Archive class now has differentiation for BSD4.4 and SVR4 style archive by Reid Spencer · 20 years ago
  62. bede583 Per code review: \ by Reid Spencer · 20 years ago
  63. d607491 This file was originally developed by the LLVM research group so this comment should stay. I also do NOT want my name explicity listed on src files. I am already mentioned in the credits. by Tanya Lattner · 20 years ago
  64. b55bc06 Correct call of methods whose names have changed. by Reid Spencer · 20 years ago
  65. 3a1582b Total rewrite using Archive library & new functionality by Reid Spencer · 20 years ago
  66. c7ebfdd This tool needs the libLLVMArchive library now. by Reid Spencer · 20 years ago
  67. 6cb21d4 Change Library Names Not To Conflict With Others When Installed by Reid Spencer · 20 years ago
  68. 40a955a We're not doing automake any more by Reid Spencer · 20 years ago
  69. cac731e We won't use automake by Reid Spencer · 20 years ago
  70. 86d341b Initial automake generated Makefile template by Reid Spencer · 20 years ago
  71. d96cb6e Update to reflect changes in Makefile rules. by Reid Spencer · 20 years ago
  72. 90a2adc Initial version of automake Makefile.am file. by Reid Spencer · 20 years ago
  73. 551ccae Changes For Bug 352 by Reid Spencer · 20 years ago
  74. 7c4c98d Add the LLVMsystem.a library as it is now used for operating system by Reid Spencer · 20 years ago
  75. 9de7b33 The functions in Signal.h are now in the llvm::sys namespace - adjust by Reid Spencer · 20 years ago
  76. 86f42bd Add #include <iostream> since Value.h does not include it any more. by Reid Spencer · 20 years ago
  77. bed85ff Header file moved by Chris Lattner · 20 years ago
  78. f73b4ca Make sure to print a stack trace whenever an error signal is delivered to the by Chris Lattner · 20 years ago
  79. 97f752f Use new getFileSize function. Eliminate some using directives. Reorder #includes a bit by Chris Lattner · 21 years ago
  80. 57bd796 New command line parsing. This isn't as perfect as I would have liked. The CommandLine Library needs to be extended, in order to parse the options and allow for optional dashes. In addition, the help option isn't correct since I do the parsing mostly myself. But this is in the ocorrect ar format. by Tanya Lattner · 21 years ago
  81. d0fde30 Put all LLVM code into the llvm namespace, as per bug 109. by Brian Gaeke · 21 years ago
  82. e2fab73 Added LLVM copyright to Makefiles. by John Criswell · 21 years ago
  83. 1ee1e64 Removed extraneous comment line. by John Criswell · 21 years ago
  84. 7c0e022 Added copyright header to all C++ source files. by John Criswell · 21 years ago
  85. 4fa9fd3 Rewrite head-of-file comment. Include <cstdio> instead of <stdio.h>. by Brian Gaeke · 21 years ago
  86. cf00c4a Fix spelling. by Misha Brukman · 21 years ago
  87. 8d2ff13 Squelch warning and delete extra space. by Misha Brukman · 21 years ago
  88. e3df92e Fixed warning. by Tanya Lattner · 21 years ago
  89. 14baebf First version of llvm-ar added to cvs repository. by Tanya Lattner · 21 years ago