1. 3039b99 Remove EH use from the Archive library and adjust its users accordingly. by Reid Spencer · 18 years ago
  2. 0465fa9 Tools require EH for their top-level try blocks. by Chris Lattner · 18 years ago
  3. 18c8b49 Use archive libraries instead of object files for VMCore, BCReader, by Reid Spencer · 18 years ago
  4. d74ea2b Patches to make the LLVM sources more -pedantic clean. Patch provided by Chris Lattner · 18 years ago
  5. 6927b06 more compliance stufff by Duraid Madina · 19 years ago
  6. a229c5c Final Changes For PR495: by Reid Spencer · 19 years ago
  7. dd04df0 For PR495: by Reid Spencer · 19 years ago
  8. 5da2d08 Make sure that tool names don't have any leading or trailing spaces in them. by Reid Spencer · 19 years ago
  9. 3da94ae Remove trailing whitespace by Misha Brukman · 19 years ago
  10. 5fb6ed4 Use binary mode for reading/writing bytecode files by Jeff Cohen · 20 years ago
  11. b4ed7b0 Unbreak all archive reading operations introduced by the last patch which by Reid Spencer · 20 years ago
  12. 67c3821 Do not fail an assertion on a broken archive by Chris Lattner · 20 years ago
  13. b50ae12 For PR351: by Reid Spencer · 20 years ago
  14. 1fce091 Path::get -> Path::toString by Reid Spencer · 20 years ago
  15. 0de66b5 Implement file replacement correctly even with the f (TruncateNames) flag by Reid Spencer · 20 years ago
  16. 1a3ba7f Make the check a little quieter. by Reid Spencer · 20 years ago
  17. bf714df Add LLVMbzip2 library, now required. by Reid Spencer · 20 years ago
  18. 0fdd363 The Archive class now has differentiation for BSD4.4 and SVR4 style archive by Reid Spencer · 20 years ago
  19. bede583 Per code review: \ by Reid Spencer · 20 years ago
  20. 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
  21. b55bc06 Correct call of methods whose names have changed. by Reid Spencer · 20 years ago
  22. 3a1582b Total rewrite using Archive library & new functionality by Reid Spencer · 20 years ago
  23. c7ebfdd This tool needs the libLLVMArchive library now. by Reid Spencer · 20 years ago
  24. 6cb21d4 Change Library Names Not To Conflict With Others When Installed by Reid Spencer · 20 years ago
  25. 40a955a We're not doing automake any more by Reid Spencer · 20 years ago
  26. cac731e We won't use automake by Reid Spencer · 20 years ago
  27. 86d341b Initial automake generated Makefile template by Reid Spencer · 20 years ago
  28. d96cb6e Update to reflect changes in Makefile rules. by Reid Spencer · 20 years ago
  29. 90a2adc Initial version of automake Makefile.am file. by Reid Spencer · 20 years ago
  30. 551ccae Changes For Bug 352 by Reid Spencer · 20 years ago
  31. 7c4c98d Add the LLVMsystem.a library as it is now used for operating system by Reid Spencer · 20 years ago
  32. 9de7b33 The functions in Signal.h are now in the llvm::sys namespace - adjust by Reid Spencer · 20 years ago
  33. 86f42bd Add #include <iostream> since Value.h does not include it any more. by Reid Spencer · 20 years ago
  34. bed85ff Header file moved by Chris Lattner · 20 years ago
  35. f73b4ca Make sure to print a stack trace whenever an error signal is delivered to the by Chris Lattner · 21 years ago
  36. 97f752f Use new getFileSize function. Eliminate some using directives. Reorder #includes a bit by Chris Lattner · 21 years ago
  37. 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
  38. d0fde30 Put all LLVM code into the llvm namespace, as per bug 109. by Brian Gaeke · 21 years ago
  39. e2fab73 Added LLVM copyright to Makefiles. by John Criswell · 21 years ago
  40. 1ee1e64 Removed extraneous comment line. by John Criswell · 21 years ago
  41. 7c0e022 Added copyright header to all C++ source files. by John Criswell · 21 years ago
  42. 4fa9fd3 Rewrite head-of-file comment. Include <cstdio> instead of <stdio.h>. by Brian Gaeke · 21 years ago
  43. cf00c4a Fix spelling. by Misha Brukman · 21 years ago
  44. 8d2ff13 Squelch warning and delete extra space. by Misha Brukman · 21 years ago
  45. e3df92e Fixed warning. by Tanya Lattner · 21 years ago
  46. 14baebf First version of llvm-ar added to cvs repository. by Tanya Lattner · 21 years ago