1. 4ee451d Remove attribution from file headers, per discussion on llvmdev. by Chris Lattner · 17 years ago
  2. db5565a finishing touches of bytecode -> bitcode changes. also unbreak Windows by Gabor Greif · 17 years ago
  3. e75ca3d eliminate residual cruft related to recognizing bytecode by Gabor Greif · 17 years ago
  4. a99be51 Here is the bulk of the sanitizing. by Gabor Greif · 17 years ago
  5. c1d5624 Switch this over to bitcode instead of bytecode. by Chris Lattner · 17 years ago
  6. e07c15c add bitcode support by Chris Lattner · 17 years ago
  7. 20c3489 For PR1302: Adjust useage of sys::Path::FileType for new enumerator names. by Reid Spencer · 17 years ago
  8. f2e292c push bytecode decompressor out through APIs. Now the bytecode reader by Chris Lattner · 18 years ago
  9. cd5561a For PR1050: Convert asserts into error messages. by Reid Spencer · 18 years ago
  10. 0b5a504 For PR797: by Reid Spencer · 18 years ago
  11. 0ff2d31 For PR797: by Reid Spencer · 18 years ago
  12. 8d8a7ff Finish removal of EH usage from the Archive library. The REQUIRES_EH flag by Reid Spencer · 18 years ago
  13. ffb4d62 When reading the symbol table, make sure to delete the ArchiveMember by Reid Spencer · 18 years ago
  14. 8748746 more C++ daintiness by Duraid Madina · 19 years ago
  15. 7c43992 speed up Archive::isBytecodeArchive in the case when the archive doesn't have by Chris Lattner · 19 years ago
  16. dd04df0 For PR495: by Reid Spencer · 19 years ago
  17. 2b37d7c Remove trailing whitespace by Misha Brukman · 19 years ago
  18. eaa06bb Implement an isBytecodeArchive method to determine if an archive contains by Reid Spencer · 19 years ago
  19. 5612762 Remove potential platform portability issue with size of "int". by Reid Spencer · 20 years ago
  20. e133721 Fix problems uncovered by VC++ (first time compiled by VC++) by Jeff Cohen · 20 years ago
  21. 518ec2e Make sure the Archive gets deleted if there's an error. by Reid Spencer · 20 years ago
  22. 5af4688 Implement error handling in OpenAndLoad* functions so the Linker can handle it. by Reid Spencer · 20 years ago
  23. 1fce091 Path::get -> Path::toString by Reid Spencer · 20 years ago
  24. 8dde18f Compute the firstFileOffset correctly after reading the LLVM symbol table. by Reid Spencer · 20 years ago
  25. 84b9ced Allow reading of member names that begin with an _ character. by Reid Spencer · 20 years ago
  26. 9a29db4 Distinguish between BSD4.4 and SVR4 symbol tables by Reid Spencer · 20 years ago
  27. 6405c9e Correct the computation of when to add the padding. It is not based on the by Reid Spencer · 20 years ago
  28. 57646ec Don't save an iterator, just use post-increment. by Reid Spencer · 20 years ago
  29. 7783e8a Make findModulesDefiningSymbols modify its symbols argument so we can \ by Reid Spencer · 20 years ago
  30. 6ab7a4f Make sure we parse bytecode with a module identifier that reflects the full by Reid Spencer · 20 years ago
  31. dd95e8d Despite documentation to the contrary, Mac OSX and BSD 4.4 archive formats by Reid Spencer · 20 years ago
  32. 4a980d1 Per code review:\ by Reid Spencer · 20 years ago
  33. b323113 * Make sure the string table gets read even if there isn't a foreign by Reid Spencer · 20 years ago
  34. 766b793 Changes necessary to enable linking of archives without LLVM symbol tables. by Reid Spencer · 20 years ago
  35. f9d7a51 Completely rewritten to allow reading of archives and symbol table lookup in a more efficient manner. by Reid Spencer · 20 years ago
  36. 9577667 Moved to lib/Bytecode/Archive in preparation for re-write. by Reid Spencer · 20 years ago
  37. b581028 Recognize compressed LLVM bytecode files. by John Criswell · 20 years ago
  38. 551ccae Changes For Bug 352 by Reid Spencer · 20 years ago
  39. 77cf296 Add #include <iostream> which is needed now that Value.h doesn't include it by Reid Spencer · 20 years ago
  40. fb777c2 Use the new FileUtilities.h API for mapping a file into an address space by Chris Lattner · 20 years ago
  41. 60d6e54 Use the true, decoded name of the archive member in getObjectType. by Brian Gaeke · 20 years ago
  42. 3446ae8 * finegrainify namespacification of ArchiveReader.cpp by Chris Lattner · 21 years ago
  43. b70abe1 Use new getFileSize function instead of sys/stat.h directly. by Chris Lattner · 21 years ago
  44. 9059158 Reverted back to revision 1.11. The previous fix doesn't really fix by John Criswell · 21 years ago
  45. 1118d0f Fix PR#193. by John Criswell · 21 years ago
  46. 6ca5b8f Make getObjectType() smarter about ranlibbed Mac OS X archives. by Brian Gaeke · 21 years ago
  47. 3c09636 In getObjectType(), doxygenify comment, and take a pointer to the by Brian Gaeke · 21 years ago
  48. 2c61d7b Implement skeletal support for __.SYMDEF (ranlib) sections in archives. by Brian Gaeke · 21 years ago
  49. d0fde30 Put all LLVM code into the llvm namespace, as per bug 109. by Brian Gaeke · 21 years ago
  50. b576c94 Added LLVM project notice to the top of every C++ source file. by John Criswell · 21 years ago
  51. 23219d1 Update file header for renamed file by Chris Lattner · 21 years ago
  52. 37f92e2 Fixed spelling and grammar. by Misha Brukman · 21 years ago
  53. 7a73b80 Merged in autoconf branch. This provides configuration via the autoconf system. by John Criswell · 21 years ago
  54. 09ff150 Fixed 'prevalent'. by Misha Brukman · 21 years ago
  55. 75f2053 Preserve module source information in the ModuleID by Chris Lattner · 21 years ago
  56. 968cfd0 Initial support for reading standard .a files by Chris Lattner · 21 years ago