OSDN Git Service

android: DebugInfo/PDB: update sources list
[android-x86/external-llvm.git] / tools / llvm-ar /
2020-03-24 Mauro RossiDO NOT MERGE: android: translate Android.mk build rules...
2020-03-24 Mauro RossiDO NOT MERGE: android: translate Android.mk build rules...
2020-03-24 Qiang YuLLVM_GEN_ to LLVM70_GEN_
2020-03-24 Qiang YuLLVM_HOST_BUILD_MK to LLVM70_HOST_BUILD_MK
2020-03-24 Qiang YuLLVM_ROOT_PATH to LLVM70_ROOT_PATH
2020-03-24 Qiang Yurename libLLVM to libLLVM70
2020-03-24 Qiang Yumove all mk file
2019-06-28 Sam Clegg[llvm-ar] Document response file support in --help
2019-06-06 Owen Reynolds[llvm-ar] Create thin archives with MRI scripts
2019-06-04 Owen Reynolds[llvm-ar] Reapply Fix relative thin archive path handling
2019-06-03 Dmitri GribenkoRevert "[llvm-ar] Fix relative thin archive path handling"
2019-06-03 Owen Reynolds[llvm-ar] Fix relative thin archive path handling
2019-05-23 Daniel SandersBreak false dependencies on target libraries
2019-03-19 Jordan Rupprecht[llvm-ar] Support N [count] modifier
2019-02-14 Jordan Rupprecht[llvm-ar] Implement the P modifier.
2019-02-13 Jordan Rupprecht[llvm-ar][libObject] Fix relative paths when nesting...
2019-02-08 Hans WennborgRevert r353424 "[llvm-ar][libObject] Fix relative paths...
2019-02-07 Jordan Rupprecht[llvm-ar][libObject] Fix relative paths when nesting...
2019-02-06 Jordan Rupprecht[llvm-ar] Remove leading slash when printing thin archi...
2019-01-19 Chandler CarruthUpdate the file headers across all of the LLVM projects...
2019-01-15 Jordan Rupprecht[llvm-ar] Resubmit recursive thin archive test with...
2019-01-14 Jordan Rupprecht[llvm-ar] Flatten thin archives.
2018-12-20 Jordan Rupprecht[binutils] NFC: fix clang-tidy warning: use empty(...
2018-12-19 Nico WeberRevert 349677, it contained a whole bunch of stuff...
2018-12-19 Nico Weber[gn build] Add build file for clang/lib/Basic and depen...
2018-10-26 Fangrui Song[llvm-ar] Strip trailing \r and format
2018-10-26 Fangrui Song[llvm-ar] Add a dependency to BinaryFormat after rL345383
2018-10-26 Owen Reynolds[llvm-ar] Access ADDLIB in llvm-ar via command line
2018-10-05 Jordan Rupprecht[llvm-ar] Use POSIX-specified timestamps for 'tv'.
2018-09-06 Martin Storsjo[llvm-ar] Move a variable declaration closer to where...
2018-09-06 Martin Storsjo[llvm-ar] Support * as comment char in MRI scripts
2018-08-13 Jordan Rupprecht[Support] NFC: Allow modifying access/modification...
2018-08-02 Ben Dunbobbin[llvm-ar] Correct help text
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...
next