Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)
[oota-llvm.git] / include / llvm / Object / Archive.h
2015-06-23 Alexander KornienkoRevert r240137 (Fixed/added namespace ending comments...
2015-06-19 Alexander KornienkoFixed/added namespace ending comments using clang-tidy...
2015-05-26 Rui UeyamaObject: Add Archive::getNumberOfSymbols().
2015-03-04 Rui UeyamaObject: Add range iterators to Archive symbols
2015-02-17 Simon Atanasyan[Object] Support reading 64-bit MIPS ELF archives
2015-01-16 Kevin EnderbyFix the Archive::Child::getRawSize() method used by...
2015-01-15 Kevin EnderbyAdd the option, -archive-headers, used with -macho...
2015-01-14 Chandler Carruth[cleanup] Re-sort all the #include lines in LLVM using
2014-12-16 Rafael EspindolaStart adding thin archive support.
2014-09-25 David MajnemerObject: Add range iterators for Archive children
2014-08-19 Rafael EspindolaDon't own the buffer in object::Binary.
2014-07-31 Rafael EspindolaA std::unique_ptr case I missed in the previous patch.
2014-06-24 Rafael EspindolaPass a unique_ptr<MemoryBuffer> to the constructors...
2014-06-16 Rafael EspindolaConvert the Archive API to use ErrorOr.
2014-06-12 Rafael EspindolaDon't use 'using std::error_code' in include/llvm.
2014-05-18 Craig TopperRemove last uses of OwningPtr from llvm. As far as...
2014-04-15 Craig Topper[C++11] More 'nullptr' conversion. In some cases just...
2014-03-05 Ahmed Charles[C++11] Add overloads for externally used OwningPtr...
2014-02-21 Rafael EspindolaAdd a SymbolicFile interface between Binary and ObjectFile.
2014-01-21 Rafael EspindolaBe a bit more consistent about using ErrorOr when const...
2014-01-21 Rafael EspindolaRename these methods to match the style guide.
2013-07-29 Rafael EspindolaAdd support for the 's' operation to llvm-ar.
2013-07-12 Rafael EspindolaChange llvm-ar to use lib/Object.
2013-07-09 Rafael EspindolaAdd missing getters. They will be used in llvm-ar.
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.