Add 'const' qualifiers to static const char* variables.
[oota-llvm.git] / lib / Object / Archive.cpp
2013-07-16 Craig TopperAdd 'const' qualifiers to static const char* variables.
2013-07-12 Rafael EspindolaChange llvm-ar to use lib/Object.
2013-07-12 Rafael EspindolaDon't reject an empty archive.
2013-07-10 Rafael EspindolaFind the symbol table on archives created on OS X.
2013-07-10 Rafael EspindolaDon't crash in 'llvm -s' when an archive has no symtab.
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 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 EspindolaMove some code out of line. No functionality change.
2013-07-05 Sylvestre LedruRemove a useless declarations (found by scan-build)
2013-07-05 Rafael EspindolaUse the raw member names in Archive::Archive.
2013-07-04 Rafael EspindolaAdd support for archives with no symbol table or string...
2013-07-03 Rafael EspindolaAdd support for gnu archives with a string table and...
2013-06-14 Rafael EspindolaRemove the LLVM specific archive index.
2013-06-03 Rui Ueyama[Object/COFF] Fix Windows .lib name handling.
2013-02-03 Michael J. Spencer[Object][Archive] Improve performance.
2013-01-10 Michael J. Spencer[Object][Archive] Fix name handling with bsd style...
2013-01-10 Michael J. Spencer[Object][Archive] Apparently StringRef::getAsInteger...
2013-01-09 Michael J. Spencer[Object][Archive] Use uint64_t instead of APInt. It...
2012-12-03 Chandler CarruthUse the new script to sort the includes of every file...
2012-11-14 Matt Beaumont-Gays/assert/llvm_unreachable/
2012-11-14 Matt Beaumont-GayFix broken asserts. Also, spell 'indices' correctly.
2012-11-14 Michael J. Spencer[Object] Fix endianess bug by refactoring Archive:...
2012-11-13 Shankar EaswaranAdding changes to support GNU style archive library...
2012-06-09 Dmitri GribenkoConvert comments to proper Doxygen comments.
2012-05-24 Craig TopperMark some static arrays as const.
2012-03-09 David Meyer[Object]
2012-02-22 Benjamin KramerRemove static ctor.
2011-12-20 David BlaikieUnweaken vtables as per llvm.org/docs/CodingStandards...
2011-11-04 Benjamin KramerSimplify code.
2011-11-02 Chad RosierRemoved unused variable.
2011-11-02 Michael J. SpencerObject/Archive: Add symbol table iteration.
2011-10-25 Michael J. SpencerObject/Archive: Cleanup anon namespace.
2011-10-25 Michael J. SpencerObject/Archive: Add BSD style long file name support...
2011-10-08 NAKAMURA Takumilib/Object: Suppress warnings on gcc-4.3.4 cygwin
2011-10-08 Michael J. SpencerObject: constize Archive.
2011-09-27 Michael J. SpencerObject: Add archive support.