OSDN Git Service

LLVM_GEN_ to LLVM70_GEN_
[android-x86/external-llvm.git] / tools / llvm-ar /
2018-06-09 Qiang YuLLVM_GEN_ to LLVM70_GEN_
2018-06-09 Qiang YuLLVM_HOST_BUILD_MK to LLVM70_HOST_BUILD_MK
2018-06-09 Qiang YuLLVM_ROOT_PATH to LLVM70_ROOT_PATH
2018-06-09 Qiang Yurename libLLVM to libLLVM70
2018-06-09 Qiang Yumove all mk file
2018-06-07 Zachary Turner[FileSystem] Split up the OpenFlags enumeration.
2018-05-14 Fangrui Song[llvm-ar] Make PositionalArgs static.
2018-04-13 Rui UeyamaDefine InitLLVM to do common initialization all at...
2018-04-10 Rui UeyamaUse contains_lower() instead of find_lower() != StringR...
2018-04-10 Alexandre Ganea[llvm-ar] Fix lib.exe detection when running within...
2018-03-28 Peter Collingbourne[llvm-ar] Support multiple dashed options
2018-03-05 Dmitry MikulinOn Windows expansion of regex file name patterns is...
2018-03-02 Dmitry MikulinImplementation of MRI "delete" command.
2017-12-13 Michael ZolotukhinRemove redundant includes from tools.
2017-11-03 Martin Storsjo[llvm-ar] Support an options string that start with...
2017-11-02 Shoaib Meenai[tools] Add option to install binutils symlinks
2017-09-21 Rafael EspindolaConvert the archive writer to use Error.
2017-09-07 Rafael EspindolaDon't call exit from cl::PrintHelpMessage.
2017-09-07 Rafael Espindolallvm-ar: exit with 1 if there is an error.
2017-08-30 Rui UeyamaSimplify writeArchive return type.
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.
next