summaryrefslogtreecommitdiffstats
path: root/llvm/tools/llvm-lipo/llvm-lipo.cpp
Commit message (Expand)AuthorAgeFilesLines
* [llvm-lipo] Add support for -extractAlexander Shaposhnikov2019-11-211-11/+55
* [llvm-lipo] Add missing castAlexander Shaposhnikov2019-10-151-1/+2
* [llvm-lipo] Pass ArrayRef by value.Alexander Shaposhnikov2019-10-121-5/+5
* [llvm-lipo] Relax the check of the specified input file architectureAlexander Shaposhnikov2019-10-071-6/+12
* [llvm-lipo] Add support for -arch Alexander Shaposhnikov2019-09-271-39/+42
* [llvm-lipo] Add support for archives Alexander Shaposhnikov2019-09-231-140/+204
* [Object] Extend MachOUniversalBinary::getObjectForArchAlexander Shaposhnikov2019-09-191-4/+3
* [llvm-lipo] Implement -segalignAnusha Basana2019-08-051-5/+76
* [llvm-lipo] Implement -replaceAnusha Basana2019-07-291-1/+110
* [llvm-lipo] Implement alignment function in -createShoaib Meenai2019-07-251-4/+36
* [llvm-lipo] Implement -infoShoaib Meenai2019-07-231-14/+45
* Fix MSVC "result of 32-bit shift implicitly converted to 64 bits" warning. NFCI.Simon Pilgrim2019-07-191-1/+1
* Reapply [llvm-lipo] Implement -create (with hardcoded alignments)Shoaib Meenai2019-07-181-18/+204
* Revert [llvm-lipo] Implement -create (with hardcoded alignments)Shoaib Meenai2019-07-151-204/+18
* [llvm-lipo] Implement -create (with hardcoded alignments)Shoaib Meenai2019-07-151-18/+204
* [MachO] Add valid architecture functionShoaib Meenai2019-07-041-2/+9
* [llvm-lipo] Implement -thinShoaib Meenai2019-06-211-4/+76
* [llvm-lipo] Drop unneeded braces. NFCShoaib Meenai2019-06-071-3/+2
* [llvm-lipo] Implement -archsShoaib Meenai2019-06-071-5/+77
* [tools] Introduce llvm-lipoAlexander Shaposhnikov2019-05-281-0/+185
OpenPOWER on IntegriCloud