summaryrefslogtreecommitdiff
path: root/llvm/docs/CommandGuide/llvm-ar.rst
AgeCommit message (Expand)Author
2024-03-13[llvm-ar] Use COFF archive format for COFF targets. (#82898)Jacek Caban
2024-02-27[llvm-ar][Archive] Use getDefaultTargetTriple instead of host triple for the ...Jacek Caban
2022-07-22[AIX][NFC] modify the llvm-ar help information for big archive.zhijian
2022-07-22[llvm-ar] Add object mode option -X for AIXzhijian
2022-06-29[llvm-ar] Add --output to specify output directoryFangrui Song
2022-02-01[llvm-ar] Add --thin for creating a thin archiveFangrui Song
2021-11-15[NFC] Trim trailing whitespace in *.rstShao-Ce SUN
2021-06-10[docs][llvm-ar] Add rsp-quoting option to the llvm-ar command guide.gbreynoo
2019-10-21[docs][llvm-ar] Update llvm-ar command guideOwen Reynolds
2019-10-17[docs][llvm-ar] Fix option:: O after r375106Fangrui Song
2019-10-17[llvm-ar] Implement the O modifier: display member offsets inside the archiveFangrui Song
2019-10-16[llvm-ar] Make paths case insensitive when on windowsOwen Reynolds
2019-07-04[docs] [NFC] Removed excess spacingAlex Brachet
2019-06-27[docs][tools] Add missing "program" tags to rst filesJames Henderson
2019-05-30[Docs] Modernize references to macOSJ. Ryan Stinnett
2013-07-30Remove more dead documentation.Rafael Espindola
2013-07-29Delete documentation for deleted options.Rafael Espindola
2013-07-24llvm-ar is far closer to being a regular ar implementation now. Update the docs.Rafael Espindola
2013-06-14Remove the LLVM specific archive index.Rafael Espindola
2012-08-10Remove references to compression in llvm-ar. It has been a long time since weRafael Espindola
2012-07-23Fix a typo (the the => the)Sylvestre Ledru
2012-05-08[docs] Add ReST version of all the man pages.Daniel Dunbar