Archive members cannot be larger than 4GB. Return a uint32_t.
[oota-llvm.git] / include / llvm / Object / Archive.h
2013-07-09 Rafael EspindolaArchive members cannot be larger than 4GB. Return a...
2013-07-09 Rafael EspindolaWe never compare iterators from two archives. Assert...
2013-07-09 Rafael EspindolaAdd getHeader helper and move ToHeader to the cpp file.
2013-07-09 Rafael EspindolaCompute the size of an archive member in the constructor.
2013-07-09 Rafael EspindolaRemove declare but not implemented methods.
2013-07-09 Rafael EspindolaMove some code out of line. No functionality change.
2013-07-05 Rafael EspindolaUse the raw member names in Archive::Archive.
2013-02-03 Michael J. Spencer[Object][Archive] Improve performance.
2012-12-03 Chandler CarruthSort the #include lines for the include/... tree with...
2012-11-13 Shankar EaswaranAdding changes to support GNU style archive library...
2012-10-11 Sean SilvaRemove unnecessary classof()'s
2012-03-09 David Meyer[Object]
2011-12-20 David BlaikieUnweaken vtables as per llvm.org/docs/CodingStandards...
2011-11-16 Michael J. SpencerObject/Archive: Give Child a operator < for map.
2011-11-02 Michael J. SpencerObject/Archive: Add symbol table iteration.
2011-10-25 Michael J. SpencerObject/Archive: Add BSD style long file name support...
2011-10-08 Michael J. SpencerObject: constize Archive.
2011-09-27 Michael J. SpencerObject: Add archive support.