OSDN Git Service

Update LLVM for rebase to r212749.
[android-x86/external-llvm.git] / lib / Object / Archive.cpp
2014-07-25 Stephen HinesUpdate LLVM for rebase to r212749.
2014-05-30 Stephen Hinesam 8b6f0f11: am 51c66e01: am cd06393a: Merge "Update...
2014-05-30 Stephen Hinesam 51c66e01: am cd06393a: Merge "Update LLVM for 3...
2014-05-30 Stephen Hinesam cd06393a: Merge "Update LLVM for 3.5 rebase (r209712)."
2014-05-30 Stephen HinesMerge "Update LLVM for 3.5 rebase (r209712)."
2014-05-29 Stephen HinesUpdate LLVM for 3.5 rebase (r209712).
2014-05-05 Stephen HinesMerge "Don't try to use Clang on Windows yet."
2014-04-29 Bill YiMerge commit '2136801bbd32f5e9554aa8009d0e5f862744162b...
2014-04-25 Stephen Hinesam 1f3d12be: am b5eb99b8: am 37a6adeb: Merge "Update...
2014-04-25 Stephen Hinesam b5eb99b8: am 37a6adeb: Merge "Update to LLVM 3.5a."
2014-04-25 Stephen Hinesam 37a6adeb: Merge "Update to LLVM 3.5a."
2014-04-25 Stephen HinesMerge "Update to LLVM 3.5a."
2014-04-24 Stephen HinesUpdate to LLVM 3.5a.
2013-09-24 Stephen Hinesam 8e708faf: am 5edef2e8: Merge "x86_64/x32: Avoid...
2013-08-27 Stephen Hinesam 3acb57db: (-s ours) am f31eb8ab: (-s ours) Merge...
2013-08-07 Stephen HinesMerge commit '10251753b6897adcd22cc981c0cc42f348c109de...
2013-08-03 Stephen Hinesam 5dba1170: am c7ef4e40: Fix Windows build issues...
2013-07-29 Rafael EspindolaAdd support for the 's' operation to llvm-ar.
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-12 Stephen HinesMerge commit '100fbdd06be7590b23c4707a98cd605bdb519498...
2013-06-03 Rui Ueyama[Object/COFF] Fix Windows .lib name handling.
2013-03-06 Stephen HinesMerge commit 'b3201c5cf1e183d840f7c99ff779d57f1549d8e5...
2013-02-03 Michael J. Spencer[Object][Archive] Improve performance.
2013-01-21 Stephen HinesMerge remote-tracking branch 'upstream/master' into...
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-08-17 Joe Onoratoam c0944da4: Merge "Host tools don\'t need LOCAL_MODULE...
2012-08-03 Shih-wei LiaoMerge with LLVM upstream r160668 (Jul 24th 2012)
2012-06-09 Dmitri GribenkoConvert comments to proper Doxygen comments.
2012-05-24 Craig TopperMark some static arrays as const.
2012-04-03 Mike LockwoodMerge remote-tracking branch 'goog/ics-aah'
2012-03-26 The Android Automergermerge in jb-release history after reset to master
2012-03-24 Shih-wei LiaoMerge branch 'upstream' into sliao_d
2012-03-09 David Meyer[Object]
2012-03-05 Stephen HinesMerge branch 'upstream' into merge-20120305
2012-02-29 Jean-Baptiste Queruresolved conflicts for merge of 8f698b54 to master
2012-02-22 Benjamin KramerRemove static ctor.
2011-12-20 David BlaikieUnweaken vtables as per llvm.org/docs/CodingStandards...
2011-11-14 Benjamin KramerSimplify code.
2011-11-14 Chad RosierRemoved unused variable.
2011-11-14 Michael J. SpencerObject/Archive: Add symbol table iteration.
2011-11-14 Michael J. SpencerObject/Archive: Cleanup anon namespace.
2011-11-14 Michael J. SpencerObject/Archive: Add BSD style long file name support...
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-19 Logan ChienMerge with LLVM upstream 2011/10/20 (r142530)
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.