1. 4ee451d Remove attribution from file headers, per discussion on llvmdev. by Chris Lattner · 17 years ago
  2. e75ca3d eliminate residual cruft related to recognizing bytecode by Gabor Greif · 17 years ago
  3. a99be51 Here is the bulk of the sanitizing. by Gabor Greif · 17 years ago
  4. c1d5624 Switch this over to bitcode instead of bytecode. by Chris Lattner · 17 years ago
  5. e07c15c add bitcode support by Chris Lattner · 17 years ago
  6. 20c3489 For PR1302: Adjust useage of sys::Path::FileType for new enumerator names. by Reid Spencer · 17 years ago
  7. 8475ec0 For PR789: by Reid Spencer · 17 years ago
  8. 5ba2b70 For PR789: by Reid Spencer · 17 years ago
  9. f2e292c push bytecode decompressor out through APIs. Now the bytecode reader by Chris Lattner · 18 years ago
  10. cd5561a For PR1050: Convert asserts into error messages. by Reid Spencer · 18 years ago
  11. a21900d Use ostream instead of iostream by Bill Wendling · 18 years ago
  12. 0b5a504 For PR797: by Reid Spencer · 18 years ago
  13. 0ff2d31 For PR797: by Reid Spencer · 18 years ago
  14. 5a06077 For PR797: by Reid Spencer · 18 years ago
  15. e5c9cb5 For PR797: by Reid Spencer · 18 years ago
  16. a5ec45d Inverse the error check logic for the MappedFile::map() call. It returns by Reid Spencer · 18 years ago
  17. 751ca6b For PR797: by Reid Spencer · 18 years ago
  18. 0c33231 Modify Path::eraseFromDisk to not throw an exception. by Chris Lattner · 18 years ago
  19. 252ad03 Change Path::getStatusInfo to return a boolean and error string on an error by Chris Lattner · 18 years ago
  20. 8d8a7ff Finish removal of EH usage from the Archive library. The REQUIRES_EH flag by Reid Spencer · 18 years ago
  21. 3039b99 Remove EH use from the Archive library and adjust its users accordingly. by Reid Spencer · 18 years ago
  22. 6ff7240 Fix a problem with llvm-ranlib that (on some platforms) caused the archive by Reid Spencer · 19 years ago
  23. a229c5c Final Changes For PR495: by Reid Spencer · 19 years ago
  24. dd04df0 For PR495: by Reid Spencer · 19 years ago
  25. 2b37d7c Remove trailing whitespace by Misha Brukman · 19 years ago
  26. 3468e57 Eliminate calls to system dependent function getuid by using by Reid Spencer · 19 years ago
  27. 4b2afe6 Initialize fields mode, uid, and gid. Patch by Markus Oberhumer. Thanks! by Misha Brukman · 19 years ago
  28. d19d89a Properly close mapped files. by Jeff Cohen · 20 years ago
  29. 5fb6ed4 Use binary mode for reading/writing bytecode files by Jeff Cohen · 20 years ago
  30. e133721 Fix problems uncovered by VC++ (first time compiled by VC++) by Jeff Cohen · 20 years ago
  31. cda985e For PR351: by Reid Spencer · 20 years ago
  32. 1fce091 Path::get -> Path::toString by Reid Spencer · 20 years ago
  33. 84472d6 Adjust to Compressor interface change by Reid Spencer · 20 years ago
  34. 9a29db4 Distinguish between BSD4.4 and SVR4 symbol tables by Reid Spencer · 20 years ago
  35. 6405c9e Correct the computation of when to add the padding. It is not based on the by Reid Spencer · 20 years ago
  36. d4543da Fix some things for Mac OSX archives: by Reid Spencer · 20 years ago
  37. 96ce335 Adjust long file name writing to match BSD 4.4 and Mac OSX style archives. by Reid Spencer · 20 years ago
  38. 30e4056 Fix typeo in comment. by Reid Spencer · 20 years ago
  39. 87f9072 Per code review:\ by Reid Spencer · 20 years ago
  40. 766b793 Changes necessary to enable linking of archives without LLVM symbol tables. by Reid Spencer · 20 years ago
  41. cf6afc6 First working version by Reid Spencer · 20 years ago
  42. 362cbf0 First kinda/sorta working version of the Archive library. Reading is not by Reid Spencer · 20 years ago