OSDN Git Service

[llvm-objcopy] New layout algorithm that lays out segments first
[android-x86/external-llvm.git] / tools / llvm-ar /
2017-07-18 Martell Malonellvm: add llvm-dlltool support to the archiver
2017-07-18 Rui UeyamaRevert r308329: llvm: add llvm-dlltool support to the...
2017-07-18 Martell Malonellvm: add llvm-dlltool support to the archiver
2017-06-12 Reid Kleckner[llvm-ar] Make llvm-lib behave more like the MSVC archiver
2017-06-12 Reid Kleckner[llvm-ar] Fix AddNewMember typo in enum
2017-05-13 Peter CollingbourneMove lib/LibDriver -> lib/ToolDrivers/llvm-lib. NFCI.
2017-04-05 Davide Italiano[llvm-ar] Remove unneeded std::, NFCI.
2017-04-05 Davide Italiano[llvm-ar] errors go on stderr and not on stdout.
2017-03-31 Reid Kleckner[llvm-ar] Extract objects to their basename in the CWD
2017-02-21 Rafael EspindolaDon't modify archive members unless really needed.
2016-12-04 Rafael EspindolaAlways use / as the path separator.
2016-12-04 Rafael EspindolaPrefix path when displaying thin archives.
2016-11-18 Chris Bieneman[CMake] llvm-ar depends on intrinsics_gen
2016-11-11 Mehdi AminiMake the Error class constructor protected
2016-10-24 Pavel Labath[Object] Replace TimeValue with std::chrono
2016-10-24 Pavel LabathRemove TimeValue usage from llvm/Support
2016-10-08 Mehdi AminiTurn cl::values() (for enum) from a vararg function...
2016-08-12 David MajnemerUse the range variant of find_if instead of unpacking...
2016-08-11 David MajnemerUse the range variant of find instead of unpacking...
2016-08-03 Kevin EnderbyClean up of libObject/Archive interfaces and change...
2016-08-03 Vedant KumarReapply "More fixes to get good error messages for...
2016-08-03 Vedant KumarRevert "More fixes to get good error messages for bad...
2016-08-02 Kevin EnderbyMore fixes to get good error messages for bad archives.
2016-07-29 Kevin EnderbyThe next step along the way to getting good error messa...
2016-07-22 Teresa Johnson[llvm-ar] Document 'T' thin archive modifier (NFC)
2016-07-19 Kevin EnderbyNext step along the way to getting good error messages...
2016-07-14 Lang Hames[Object] Re-apply r275316 now that I have the correspon...
2016-07-14 Lang Hames[Object] Revert r275316, Archive::child_iterator change...
2016-07-13 Lang Hames[Object] Change Archive::child_iterator for better...
2016-06-29 Peter CollingbourneObject: Replace NewArchiveIterator with a simpler NewAr...
2016-06-29 Kevin EnderbyChange Archive::create() from ErrorOr<...> to Expected...
2016-06-27 Davide Italiano[llvm-ar] Ignore -plugin option.
2016-06-22 Saleem Abdulrasoolllvm-ar: reduce some duplication, NFC
2016-06-22 Saleem Abdulrasoolllvm-ar: be more clever about default format
2016-06-21 Saleem Abdulrasoolllvm-ar: correct typo
2016-06-09 Richard SmithSearch for llvm-symbolizer binary in the same directory...
2016-05-09 Rafael EspindolaFix bug where temporary file would be left behind...
2016-05-02 Rafael EspindolaSimplify. NFC.
2016-05-02 Rafael EspindolaDon't try to create thin bsd archives.
2016-04-08 Sunil SrivastavaFix formatting and wording of llvm-ranlib error message...
2016-01-26 Chris BienemanRemove autoconf support
2015-11-14 Davide Italiano[llvm-ar] Use failIfError/fail helpers.
2015-11-14 Davide Italiano[llvm-ar] Use fail() helper to reduce duplication.
2015-11-14 Davide Italiano[llvm-ar] Simplify the code.
2015-11-05 Kevin EnderbyReapply r250906 with many suggested updates from Rafael...
2015-11-02 Rafael EspindolaThis doesn't need a object::Archive::child_iterator.
2015-11-01 Rafael EspindolaMake a few definitions static. NFC.
2015-11-01 Rafael EspindolaUse Child instead of child_iterator in the archive...
2015-10-27 Ed SchoutenPrefer ranlib mode over ar mode.
2015-10-21 Kevin EnderbyBacking out commit r250906 as it broke lld.
2015-10-21 Kevin EnderbyThis removes the eating of the error in Archive::Child...
2015-09-14 Chris Bieneman[CMake] Refactor and cleanup generating and installing...
2015-07-15 Rafael EspindolaFor new archive member we only need to store the full...
2015-07-15 Rafael EspindolaHandle the error of trying to convert a regular archive...
2015-07-15 Rafael EspindolaInitial support for writing thin archives.
2015-07-14 Rafael EspindolaAdd support for reading members out of thin archives.
2015-07-14 Rafael Espindolallvm-ar: Don't try to extract from thin archives.
2015-07-14 Rafael Espindolallvm-ar: print an error when the requested member is...
2015-07-14 Rafael EspindolaUse a range loop. NFC.
2015-07-13 Rafael EspindolaAdd support deterministic output in llvm-ar and make...
2015-07-09 Rafael EspindolaCreate BSD archives by default on OS X.
2015-07-08 Rafael EspindolaDisallow Archive::child_iterator that don't point to...
2015-07-08 Rafael EspindolaStart adding support for writing archives in BSD format.
2015-06-21 David BlaikieArrayRef-ify libDriverMain
2015-06-09 Peter CollingbourneLibDriver, llvm-lib: introduce.
2015-06-08 Peter Collingbournellvm-ar: Move archive writer to Object.
2015-03-23 Benjamin KramerPurge unused includes throughout libSupport.
2015-01-28 David Majnemerllvm-ar: Remove unimplemented -N option from -help
2015-01-07 Aaron BallmanManually specify the folder that llvm-ranlib should...
2014-12-11 Rafael EspindolaOnly seek once before writing the member offsets.
2014-12-11 Rafael Espindolallvm-ar: close input files early.
2014-12-08 NAKAMURA Takumi[CMake] Fix installation of llvm-ranlib on multiconfig...
2014-12-04 NAKAMURA TakumiIntroduce "llvm-ranlib" as a name of targets since...
2014-12-04 Rafael EspindolaFor copy, cmake needs the full path to llvm-ar.
2014-12-04 Rafael EspindolaAdd missing dependency on llvm-ar. Should hopefully...
2014-12-03 Rafael EspindolaMake llvm-ar a real build target and install it.
2014-11-07 Rafael EspindolaRemove unused variable.
2014-10-22 Rafael EspindolaMake two helper functions static.
2014-10-22 Rafael EspindolaHandle spaces and quotes in file names in MRI scripts.
2014-10-21 Rafael EspindolaMRI scripts: Add addlib support.
2014-10-21 Rafael EspindolaUse a range loop. NFC.
2014-10-21 Rafael EspindolaOverwrite instead of adding to archives when creating...
2014-10-21 Rafael EspindolaConvert a few std::string with StringRef. NFC.
2014-10-21 Rafael EspindolaUse a StringRef. No functionality change.
2014-10-21 Rafael EspindolaMove code a bit to avoid a few declarations. NFC.
2014-10-21 Rafael EspindolaComment cleanup. NFC.
2014-10-21 Rafael EspindolaAdd support for addmod to mri scripts.
2014-10-10 Rafael Espindolallvm-ar: Start adding support for mri scripts.
2014-08-19 Rafael EspindolaDon't own the buffer in object::Binary.
2014-08-01 Rafael EspindolaRemove some calls to std::move.
2014-07-31 Rafael EspindolaUse std::unique_ptr to make the ownership explicit.
2014-07-14 NAKAMURA Takumi[CMake] Update libdeps.
2014-07-06 Rafael EspindolaUpdate the MemoryBuffer API to use ErrorOr.
2014-07-03 Rafael EspindolaAdd support for inline asm symbols in llvm-ar.
2014-06-26 Alp TokerRevert "Introduce a string_ostream string builder facilty"
2014-06-26 Alp TokerIntroduce a string_ostream string builder facilty
2014-06-24 Rafael EspindolaPass a unique_ptr<MemoryBuffer> to the constructors...
2014-06-23 Rafael EspindolaPass a std::unique_ptr& to the create??? methods is...
2014-06-23 Rafael EspindolaMake ObjectFile and BitcodeReader always own the Memory...
2014-06-23 Rafael EspindolaSimplify memory management with std::unique_ptr.
next