1. 21b76a9 For PR1291: by Reid Spencer · 19 years ago
  2. 200c6f9 For PR789: by Reid Spencer · 19 years ago
  3. 54a781b getFileStatus has a new parameter (caught by VC++). by Jeff Cohen · 19 years ago
  4. 76d4632 make all llvm tools call llvm_shutdown when they exit, static'ify some stuff. by Chris Lattner · 19 years ago
  5. de46e48 For PR786: by Reid Spencer · 19 years ago
  6. 93a2acf Fix a bug caused by change in the interface of Archive::writeToDisk. by Reid Spencer · 19 years ago
  7. ec0f205 For PR797: by Reid Spencer · 19 years ago
  8. 51edba1 For PR797: by Reid Spencer · 19 years ago
  9. 8db8442 For PR797: by Reid Spencer · 19 years ago
  10. 63c5e1c Use Path::getFileStatus by Chris Lattner · 19 years ago
  11. 4857253 Change Path::getStatusInfo to return a boolean and error string on an error by Chris Lattner · 19 years ago
  12. cfa807a Remove EH use from the Archive library and adjust its users accordingly. by Reid Spencer · 19 years ago
  13. aa237256 Patches to make the LLVM sources more -pedantic clean. Patch provided by Chris Lattner · 20 years ago
  14. e6bf2c2 more compliance stufff by Duraid Madina · 20 years ago
  15. af48d86 Final Changes For PR495: by Reid Spencer · 20 years ago
  16. c9c0473 For PR495: by Reid Spencer · 20 years ago
  17. 650ba8e Remove trailing whitespace by Misha Brukman · 21 years ago
  18. c8f1f4b Use binary mode for reading/writing bytecode files by Jeff Cohen · 21 years ago
  19. 8240a91 Unbreak all archive reading operations introduced by the last patch which by Reid Spencer · 21 years ago
  20. 160a8a9 Do not fail an assertion on a broken archive by Chris Lattner · 21 years ago
  21. d8c5b71 For PR351: by Reid Spencer · 21 years ago
  22. 5ccfd5a Path::get -> Path::toString by Reid Spencer · 21 years ago
  23. 295a3bb Implement file replacement correctly even with the f (TruncateNames) flag by Reid Spencer · 21 years ago
  24. 0e8c76e The Archive class now has differentiation for BSD4.4 and SVR4 style archive by Reid Spencer · 21 years ago
  25. 9fc38b1 Per code review: \ by Reid Spencer · 21 years ago
  26. 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
  27. b3eaba6 Correct call of methods whose names have changed. by Reid Spencer · 21 years ago
  28. 84a12bf Total rewrite using Archive library & new functionality by Reid Spencer · 21 years ago
  29. 7c16caa Changes For Bug 352 by Reid Spencer · 21 years ago
  30. e3263ec The functions in Signal.h are now in the llvm::sys namespace - adjust by Reid Spencer · 21 years ago
  31. f0ebb25 Add #include <iostream> since Value.h does not include it any more. by Reid Spencer · 21 years ago
  32. 278f515 Header file moved by Chris Lattner · 22 years ago
  33. 12439ff Make sure to print a stack trace whenever an error signal is delivered to the by Chris Lattner · 22 years ago
  34. ce8781c Use new getFileSize function. Eliminate some using directives. Reorder #includes a bit by Chris Lattner · 22 years ago
  35. 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
  36. 960707c Put all LLVM code into the llvm namespace, as per bug 109. by Brian Gaeke · 22 years ago
  37. 567fe2f Removed extraneous comment line. by John Criswell · 22 years ago
  38. 09344dc Added copyright header to all C++ source files. by John Criswell · 22 years ago
  39. 81d153e Rewrite head-of-file comment. Include <cstdio> instead of <stdio.h>. by Brian Gaeke · 22 years ago
  40. 8b2bd4e Fix spelling. by Misha Brukman · 22 years ago
  41. 08993c8 Squelch warning and delete extra space. by Misha Brukman · 22 years ago
  42. 124ddef Fixed warning. by Tanya Lattner · 22 years ago
  43. 57c70a6 First version of llvm-ar added to cvs repository. by Tanya Lattner · 22 years ago