aboutsummaryrefslogtreecommitdiff
path: root/llvm/tools/llvm-lipo
AgeCommit message (Expand)AuthorFilesLines
2024-01-11[llvm-driver] Fix usage of `InitLLVM` on Windows (#76306)Alexandre Ganea1-2/+0
2023-09-30[lipo] Support creating Universal 64 bit Mach-O files. (#67737)Daniel Rodríguez Troitiño2-6/+15
2023-08-15Reapply "[Option] Add "Visibility" field and clone the OptTable APIs to use it"Justin Bogner1-0/+1
2023-08-14Revert "[Option] Add "Visibility" field and clone the OptTable APIs to use it"Justin Bogner1-1/+0
2023-08-14[Option] Add "Visibility" field and clone the OptTable APIs to use itJustin Bogner1-0/+1
2023-08-04[llvm] Extract common `OptTable` bits into macrosJan Svoboda1-9/+2
2023-02-10[llvm-driver] Pass extra arguments to toolsAlex Brachet1-1/+2
2023-02-07[NFC][TargetParser] Remove llvm/ADT/Triple.hArchibald Elliott1-1/+1
2023-01-12[OptTable] Precompute OptTable prefixes union table through tablegenserge-sans-paille1-2/+2
2023-01-05Move from llvm::makeArrayRef to ArrayRef deduction guides - llvm/ partserge-sans-paille1-1/+1
2022-12-27[clang] Use a StringRef instead of a raw char pointer to store builtin and ca...serge-sans-paille1-8/+11
2022-12-25Revert "[clang] Use a StringRef instead of a raw char pointer to store builti...Vitaly Buka1-11/+8
2022-12-24[clang] Use a StringRef instead of a raw char pointer to store builtin and ca...serge-sans-paille1-8/+11
2022-12-23Revert "[clang] Use a StringRef instead of a raw char pointer to store builti...serge-sans-paille1-10/+9
2022-12-23[clang] Use a StringRef instead of a raw char pointer to store builtin and ca...serge-sans-paille1-9/+10
2022-12-23Revert "[clang] Use a StringRef instead of a raw char pointer to store builti...serge-sans-paille1-10/+9
2022-12-23[clang] Use a StringRef instead of a raw char pointer to store builtin and ca...serge-sans-paille1-9/+10
2022-12-20[Support] Move TargetParsers to new componentArchibald Elliott1-0/+1
2022-12-08Store OptTable::Info::Name as a StringRefserge-sans-paille1-2/+2
2022-12-02[tools] Use std::nullopt instead of None (NFC)Kazu Hirata1-1/+1
2022-11-26[llvm-lipo] Use std::optional in llvm-lipo.cpp (NFC)Kazu Hirata1-1/+2
2022-10-06[llvm-driver] Add various tools to the llvm-driverAlex Brachet2-1/+2
2022-09-12[llvm-lipo] Support object files with bitcode asmVincent Lee1-1/+6
2022-09-03[llvm] Qualify auto in range-based for loops (NFC)Kazu Hirata1-6/+6
2022-08-23[tools][llvm-lipo] Fix off-by-one error in command-line argument parsingAlexander Shaposhnikov1-8/+3
2022-03-21[llvm-lipo] Don't use a global LLVMContextArthur Eubanks1-35/+39
2022-02-10Cleanup LLVMObject headersserge-sans-paille1-0/+1
2021-10-18[tools] Delete redundant 'static' from namespace scope 'static const'. NFCFangrui Song1-1/+1
2021-07-28[llvm] Replace LLVM_ATTRIBUTE_NORETURN with C++11 [[noreturn]]Fangrui Song1-26/+25
2021-06-24[OptTable] Rename PrintHelp to printHelpFangrui Song1-4/+4
2021-04-05[TextAPI] move source code files out of subdirectory, NFCCyndy Ishida1-1/+1
2020-12-24[Target] Use llvm::any_of (NFC)Kazu Hirata1-3/+2
2020-11-13llvmbuildectomy - replace llvm-build by plain cmakeserge-sans-paille1-20/+0
2020-09-25[Object][MachO] Refine the interface of SliceAlexander Shaposhnikov1-17/+14
2020-08-25[llvm-lipo] Add support for bitcode filesAdrien Guinet3-27/+106
2020-07-31[llvm-libtool-darwin] Refactor Slice and writeUniversalBinarySameer Arora1-236/+38
2020-03-25Suppress a few -Wunreachable-code warnings.Nico Weber1-1/+0
2020-01-28Make llvm::StringRef to std::string conversions explicit.Benjamin Kramer1-3/+4
2019-11-21[llvm-lipo] Add support for -extractAlexander Shaposhnikov2-11/+60
2019-10-15[llvm-lipo] Add missing castAlexander Shaposhnikov1-1/+2
2019-10-12[llvm-lipo] Pass ArrayRef by value.Alexander Shaposhnikov1-5/+5
2019-10-07[llvm-lipo] Add TextAPI to LINK_COMPONENTSHeejin Ahn1-0/+1
2019-10-07[llvm-lipo] Relax the check of the specified input file architectureAlexander Shaposhnikov1-6/+12
2019-09-27[llvm-lipo] Add support for -arch Alexander Shaposhnikov2-39/+46
2019-09-23[llvm-lipo] Add support for archives Alexander Shaposhnikov1-140/+204
2019-09-19[Object] Extend MachOUniversalBinary::getObjectForArchAlexander Shaposhnikov1-4/+3
2019-08-05[llvm-lipo] Implement -segalignAnusha Basana2-5/+82
2019-07-31[build] Add the ability to create a symlink for lipoAnusha Basana1-0/+4
2019-07-29[llvm-lipo] Implement -replaceAnusha Basana2-1/+116
2019-07-25[llvm-lipo] Implement alignment function in -createShoaib Meenai1-4/+36