summaryrefslogtreecommitdiff
path: root/llvm/tools/llvm-libtool-darwin/llvm-libtool-darwin.cpp
AgeCommit message (Expand)Author
2024-12-11Rework the `Option` library to reduce dynamic relocations (#119198)Chandler Carruth
2024-09-13[llvm][tools] Strip unneeded uses of raw_string_ostream::str() (NFC)JOE1994
2024-01-11[llvm-driver] Fix usage of `InitLLVM` on Windows (#76306)Alexandre Ganea
2023-12-11[llvm] Use StringRef::{starts,ends}_with (NFC) (#74956)Kazu Hirata
2023-08-22[AIX] supporting -X options for llvm-ranlib in AIX OSzhijian
2023-08-04[llvm] Extract common `OptTable` bits into macrosJan Svoboda
2023-08-01[dwp][libtool-darwin][sancov] Enable llvm-driverAndrés Villegas
2023-07-19[llvm-libtool-darwin] Use MapVector to avoid relying on StringMap iteration o...Fangrui Song
2023-06-26[llvm-libtool-darwin] Switch to OptTableSummaryAndres Villegas
2022-12-14[tools] llvm::Optional => std::optionalFangrui Song
2022-12-02[tools] Use std::nullopt instead of None (NFC)Kazu Hirata
2022-11-08Reland "[llvm][NFC] Use c++17 style variable type traits"Nathan James
2022-11-08Revert "[llvm][NFC] Use c++17 style variable type traits"Nathan James
2022-11-08[llvm][NFC] Use c++17 style variable type traitsNathan James
2022-10-03[llvm-libtool-darwin] Add support for -dependency_infoKeith Smiley
2022-10-03[llvm-libtool-darwin] Parse and ignore -syslibrootKeith Smiley
2022-06-05Remove unneeded cl::ZeroOrMore for cl::opt/cl::list optionsFangrui Song
2022-06-05Remove unneeded cl::ZeroOrMore for cl::opt/cl::list optionsFangrui Song
2022-06-04Remove unneeded cl::ZeroOrMore for cl::opt optionsFangrui Song
2022-03-21[llvm-libtools-darwin] Don't use global LLVMContextArthur Eubanks
2022-02-10[llvm-libtool-darwin] Use cast<> instead of dyn_cast<> to avoid dereference o...Simon Pilgrim
2022-02-07[llvm-libtool-darwin] Add -warnings_as_errorsKeith Smiley
2022-02-04[llvm-libtool-darwin] Fix crash with bitcode asm moduleKeith Smiley
2022-02-03[llvm-libtool-darwin] Remove var to fix useKeith Smiley
2022-02-03[llvm-libtool-darwin] Improve warning message for no symbolsKeith Smiley
2022-01-28Reapply "[llvm-libtool-darwin] Print a warning if object file names are repea...Shoaib Meenai
2022-01-11Revert "[llvm-libtool-darwin] Print a warning if object file names are repeated"Shoaib Meenai
2022-01-11[llvm-libtool-darwin] Print a warning if object file names are repeatedRoger Kim
2022-01-11[NFC][llvm-libtool-darwin] Encapsulate the process of adding a new member in ...Roger Kim
2021-11-08[NFC][llvm-libtool-darwin] Clean up namesRoger Kim
2021-11-08[NFC][llvm-libtool-darwin] Remove unnecessary conditionals around errorsRoger Kim
2021-07-16Use ManagedStatic and lazy initialization of cl::opt in libSupport to make it...Mehdi Amini
2021-07-16Revert "Use ManagedStatic and lazy initialization of cl::opt in libSupport to...Mehdi Amini
2021-07-16Use ManagedStatic and lazy initialization of cl::opt in libSupport to make it...Mehdi Amini
2021-07-16Revert "Use ManagedStatic and lazy initialization of cl::opt in libSupport to...Mehdi Amini
2021-07-16Use ManagedStatic and lazy initialization of cl::opt in libSupport to make it...Mehdi Amini
2021-04-21[Support] Don't include VirtualFileSystem.h in CommandLine.hNico Weber
2021-04-05[TextAPI] move source code files out of subdirectory, NFCCyndy Ishida
2021-03-25[NFC] Reordering parameters in getFile and getFileOrSTDINAbhina Sreeskantharajan
2021-02-16[llvm-libtool] Emit warnings for files without symbolsAlexander Shaposhnikov
2020-10-29[llvm-libtool-darwin] Add support for LLVM bitcode filesPaul-Antoine Arras
2020-09-25[Object][MachO] Refine the interface of SliceAlexander Shaposhnikov
2020-08-24[llvm-libtool-darwin] Add support for -V optionShoaib Meenai
2020-08-15[llvm-libtool-darwin] Use Optional operator overloads. NFCShoaib Meenai
2020-08-14[llvm-libtool-darwin] Add support for -l and -LSameer Arora
2020-08-14[llvm-libtool-darwin] Support universal outputsSameer Arora
2020-08-13[llvm-libtool-darwin] Add support for -arch_onlySameer Arora
2020-08-07[llvm-libtool-darwin] Add support for -D and -U optionsSameer Arora
2020-08-07[llvm-libtool-darwin] Add support for -filelist optionSameer Arora
2020-07-21[llvm-libtool-darwin] Allow flattening archivesSameer Arora