1. 83bd49d Fix Whitespace. by Michael J. Spencer · 15 years ago
  2. 58df2e0 Support/Path: Deprecate PathV1::exists and replace all uses with PathV2::fs::exists. by Michael J. Spencer · 15 years ago
  3. 2907f44 convert llvm-ar and llvm-ranlib to raw_ostream from iostreams. by Chris Lattner · 15 years ago
  4. 447762d Merge System into Support. by Michael J. Spencer · 15 years ago
  5. c143023 remove the last *stream> #include from a public header. by Chris Lattner · 16 years ago
  6. c521f54 Prune #includes from llvm/Linker.h and llvm/System/Path.h, by Chris Lattner · 16 years ago
  7. 19251ec To simplify the upcoming context-on-type change, switch all command line tools to using the default global context for now. by Owen Anderson · 16 years ago
  8. d8db376 Use errs() instead of std::cerr. by Dan Gohman · 16 years ago
  9. 1cf085d Hold the LLVMContext by reference rather than by pointer. by Owen Anderson · 16 years ago
  10. 6773d38 Add a pointer to the owning LLVMContext to Module. This requires threading LLVMContext through a lot by Owen Anderson · 16 years ago
  11. e3fc2d1 Change various llvm utilities to use PrettyStackTraceProgram in by Chris Lattner · 17 years ago
  12. 413a024 fix PR3488: llvm-ar r doesn't replace existing files by Chris Lattner · 17 years ago
  13. 09b64a4 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 · 18 years ago
  14. 345353d remove attributions from tools. by Chris Lattner · 18 years ago
  15. d42a60b Actually parse q operation in llvm-ar by Seo Sanghyeon · 18 years ago
  16. a8656d4 Fix a typo in a comment. by Dan Gohman · 18 years ago
  17. 2c6a821 Move the space in overview output for commands out of each of the by Dan Gohman · 18 years ago
  18. 3d3fc32 eliminate residual cruft related to recognizing bytecode by Gabor Greif · 18 years ago
  19. e16561c Here is the bulk of the sanitizing. by Gabor Greif · 18 years ago
  20. 6d80e21 switch tools to bitcode instead of bytecode by Chris Lattner · 19 years ago
  21. f20eacb Don't rely on destructed local storage. Thanks, Chris. by Reid Spencer · 19 years ago
  22. 21b76a9 For PR1291: by Reid Spencer · 19 years ago
  23. 200c6f9 For PR789: by Reid Spencer · 19 years ago
  24. 54a781b getFileStatus has a new parameter (caught by VC++). by Jeff Cohen · 19 years ago
  25. 76d4632 make all llvm tools call llvm_shutdown when they exit, static'ify some stuff. by Chris Lattner · 19 years ago
  26. de46e48 For PR786: by Reid Spencer · 19 years ago
  27. 93a2acf Fix a bug caused by change in the interface of Archive::writeToDisk. by Reid Spencer · 19 years ago
  28. ec0f205 For PR797: by Reid Spencer · 19 years ago
  29. 51edba1 For PR797: by Reid Spencer · 19 years ago
  30. 8db8442 For PR797: by Reid Spencer · 19 years ago
  31. 63c5e1c Use Path::getFileStatus by Chris Lattner · 19 years ago
  32. 4857253 Change Path::getStatusInfo to return a boolean and error string on an error by Chris Lattner · 19 years ago
  33. cfa807a Remove EH use from the Archive library and adjust its users accordingly. by Reid Spencer · 19 years ago
  34. aa237256 Patches to make the LLVM sources more -pedantic clean. Patch provided by Chris Lattner · 19 years ago
  35. e6bf2c2 more compliance stufff by Duraid Madina · 20 years ago
  36. af48d86 Final Changes For PR495: by Reid Spencer · 20 years ago
  37. c9c0473 For PR495: by Reid Spencer · 20 years ago
  38. 650ba8e Remove trailing whitespace by Misha Brukman · 21 years ago
  39. c8f1f4b Use binary mode for reading/writing bytecode files by Jeff Cohen · 21 years ago
  40. 8240a91 Unbreak all archive reading operations introduced by the last patch which by Reid Spencer · 21 years ago
  41. 160a8a9 Do not fail an assertion on a broken archive by Chris Lattner · 21 years ago
  42. d8c5b71 For PR351: by Reid Spencer · 21 years ago
  43. 5ccfd5a Path::get -> Path::toString by Reid Spencer · 21 years ago
  44. 295a3bb Implement file replacement correctly even with the f (TruncateNames) flag by Reid Spencer · 21 years ago
  45. 0e8c76e The Archive class now has differentiation for BSD4.4 and SVR4 style archive by Reid Spencer · 21 years ago
  46. 9fc38b1 Per code review: \ by Reid Spencer · 21 years ago
  47. 8213dae 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 · 21 years ago
  48. b3eaba6 Correct call of methods whose names have changed. by Reid Spencer · 21 years ago
  49. 84a12bf Total rewrite using Archive library & new functionality by Reid Spencer · 21 years ago
  50. 7c16caa Changes For Bug 352 by Reid Spencer · 21 years ago
  51. e3263ec The functions in Signal.h are now in the llvm::sys namespace - adjust by Reid Spencer · 21 years ago
  52. f0ebb25 Add #include <iostream> since Value.h does not include it any more. by Reid Spencer · 21 years ago
  53. 278f515 Header file moved by Chris Lattner · 21 years ago
  54. 12439ff Make sure to print a stack trace whenever an error signal is delivered to the by Chris Lattner · 22 years ago
  55. ce8781c Use new getFileSize function. Eliminate some using directives. Reorder #includes a bit by Chris Lattner · 22 years ago
  56. c970a38 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 · 22 years ago
  57. 960707c Put all LLVM code into the llvm namespace, as per bug 109. by Brian Gaeke · 22 years ago
  58. 567fe2f Removed extraneous comment line. by John Criswell · 22 years ago
  59. 09344dc Added copyright header to all C++ source files. by John Criswell · 22 years ago
  60. 81d153e Rewrite head-of-file comment. Include <cstdio> instead of <stdio.h>. by Brian Gaeke · 22 years ago
  61. 8b2bd4e Fix spelling. by Misha Brukman · 22 years ago
  62. 08993c8 Squelch warning and delete extra space. by Misha Brukman · 22 years ago
  63. 124ddef Fixed warning. by Tanya Lattner · 22 years ago
  64. 57c70a6 First version of llvm-ar added to cvs repository. by Tanya Lattner · 22 years ago