aboutsummaryrefslogtreecommitdiff
path: root/llvm/tools/llvm-ar
AgeCommit message (Expand)AuthorFilesLines
2024-01-11[llvm-driver] Fix usage of `InitLLVM` on Windows (#76306)Alexandre Ganea1-2/+0
2023-12-25[llvm] Use StringRef::consume_front (NFC)Kazu Hirata1-2/+1
2023-12-11[llvm] Use StringRef::{starts,ends}_with (NFC) (#74956)Kazu Hirata1-2/+2
2023-08-22[AIX] supporting -X options for llvm-ranlib in AIX OSzhijian1-6/+80
2023-04-20[CMake] Reduce depsNAKAMURA Takumi1-1/+0
2023-02-10[llvm-driver] Pass extra arguments to toolsAlex Brachet1-1/+2
2023-02-10[NFC][TargetParser] Replace uses of llvm/Support/Host.hArchibald Elliott1-1/+1
2023-02-07[NFC][TargetParser] Remove llvm/ADT/Triple.hArchibald Elliott1-1/+1
2023-02-06[NFC] add new function is64Bit for SymbolicFile classzhijian1-28/+1
2023-01-05Move from llvm::makeArrayRef to ArrayRef deduction guides - llvm/ partserge-sans-paille1-3/+3
2022-12-20[Support] Move TargetParsers to new componentArchibald Elliott1-0/+1
2022-11-18[llvm-ar] Fix when llvm-ar fails to replace existing members when updating a ...gbreynoo1-2/+10
2022-08-08[llvm] LLVM_FALLTHROUGH => [[fallthrough]]. NFCFangrui Song1-1/+1
2022-08-08[llvm-ranlib] Support more than one input fileFangrui Song1-11/+12
2022-08-07[llvm-ar] Remove unused parameter. NFCFangrui Song1-7/+5
2022-07-22[AIX][NFC] modify the llvm-ar help information for big archive.zhijian1-1/+1
2022-07-22[NFC] Fixed build fail of https://lab.llvm.org/buildbot/#/builders/207/builds...zhijian1-0/+1
2022-07-22[llvm-ar] Add object mode option -X for AIXzhijian1-9/+151
2022-06-29[llvm-ar] Add --output to specify output directoryFangrui Song1-1/+31
2022-06-27[llvm-ar] Fix MRI ADDLIB command when used with thin archivesgbreynoo1-0/+2
2022-06-27[llvm-ar] Improve MRI script CREATE command handlinggbreynoo1-0/+6
2022-06-06LLVM Driver Multicall toolChris Bieneman2-1/+2
2022-05-19[Object] Fix updating darwin archivesKeith Smiley1-48/+15
2022-05-17[llvm-ar][NFC] Address post-commit comments on D125439.Ben Dunbobbin1-1/+1
2022-05-13[llvm-ar][mri] Ensure CREATE commands overwrite the output fileBen Dunbobbin1-1/+2
2022-05-13[AIX] support write operation of big archive.zhijian1-3/+8
2022-05-03[llvm-ar] Modify usage printouts to use the correct toolnameChris Jackson1-20/+25
2022-04-21[llvm-ar] Fix thin archive being wrongly converted to a full archivegbreynoo1-7/+8
2022-04-01Addressed post-commit comment https://reviews.llvm.org/D122746#inline-1175831zhijian1-1/+1
2022-04-01[AIX][XCOFF] print unsupported message for llvm-ar big archive write operationzhijian1-3/+10
2022-02-03[llvm-ar] Prevent automatic conversion from thin to full archivegbreynoo1-0/+5
2022-02-01[llvm-ar] -s: don't convert a thin archive to a regular oneFangrui Song1-0/+2
2022-02-01[llvm-ar] Add --thin for creating a thin archiveFangrui Song1-3/+11
2022-01-18[AIX] Support of Big archive (read)zhijian1-5/+10
2022-01-18Revert "[AIX] Support of Big archive (read)"Florian Hahn1-10/+5
2022-01-17[AIX] Support of Big archive (read)zhijian1-5/+10
2022-01-17Revert "[AIX] Support of Big archive (read)"zhijian1-10/+5
2022-01-17[AIX] Support of Big archive (read)zhijian1-5/+10
2022-01-12[llvm-ar] Enforce one-dash form for long optionsFangrui Song1-4/+2
2021-08-31[llvm-ar][nfc] Reword help message to be less ambiguous on what p and t do.Vy Nguyen1-2/+2
2021-07-28[llvm] Replace LLVM_ATTRIBUTE_NORETURN with C++11 [[noreturn]]Fangrui Song1-2/+2
2021-06-25[llvm] Rename StringRef _lower() method calls to _insensitive()Martin Storsjö1-3/+3
2021-03-25[NFC] Reordering parameters in getFile and getFileOrSTDINAbhina Sreeskantharajan1-3/+4
2020-11-13llvmbuildectomy - replace llvm-build by plain cmakeserge-sans-paille1-20/+0
2020-09-26Internalize functions from various tools. NFCFangrui Song1-1/+1
2020-06-05[llvm-ar] Update error messages and tests as per latest preferred styleSameer Arora1-5/+5
2020-03-20[llvm-ar] Use target triple to deduce archive kind for bitcode inputsPirama Arumuga Nainar1-1/+22
2020-03-11Remove unused Endian.h includes, NFCReid Kleckner1-0/+1
2020-03-03[llvm-ar] Remove unused variable. NFC.Benjamin Kramer1-2/+0
2020-03-03[llvm-ar] Fix llvm-ar response file reading on Windowsgbreynoo1-47/+94