summaryrefslogtreecommitdiff
path: root/llvm/tools/llvm-mt/llvm-mt.cpp
AgeCommit message (Expand)Author
2024-12-11Rework the `Option` library to reduce dynamic relocations (#119198)Chandler Carruth
2024-08-30[NFC] Add explicit #include llvm-config.h where its macros are used. (#106621)Daniil Fukalov
2024-01-11[llvm-driver] Fix usage of `InitLLVM` on Windows (#76306)Alexandre Ganea
2023-08-15Reapply "[Option] Add "Visibility" field and clone the OptTable APIs to use it"Justin Bogner
2023-08-14Revert "[Option] Add "Visibility" field and clone the OptTable APIs to use it"Justin Bogner
2023-08-14[Option] Add "Visibility" field and clone the OptTable APIs to use itJustin Bogner
2023-08-04[llvm] Extract common `OptTable` bits into macrosJan Svoboda
2023-02-10[llvm-driver] Pass extra arguments to toolsAlex Brachet
2023-01-12[OptTable] Precompute OptTable prefixes union table through tablegenserge-sans-paille
2023-01-05Move from llvm::makeArrayRef to ArrayRef deduction guides - llvm/ partserge-sans-paille
2022-12-27[clang] Use a StringRef instead of a raw char pointer to store builtin and ca...serge-sans-paille
2022-12-25Revert "[clang] Use a StringRef instead of a raw char pointer to store builti...Vitaly Buka
2022-12-24[clang] Use a StringRef instead of a raw char pointer to store builtin and ca...serge-sans-paille
2022-12-23Revert "[clang] Use a StringRef instead of a raw char pointer to store builti...serge-sans-paille
2022-12-23[clang] Use a StringRef instead of a raw char pointer to store builtin and ca...serge-sans-paille
2022-12-23Revert "[clang] Use a StringRef instead of a raw char pointer to store builti...serge-sans-paille
2022-12-23[clang] Use a StringRef instead of a raw char pointer to store builtin and ca...serge-sans-paille
2022-12-08Store OptTable::Info::Name as a StringRefserge-sans-paille
2022-12-06Fix buffer-overflow in llvm-mt's notify_update feature.Mitch Phillips
2022-10-06[llvm-driver] Add various tools to the llvm-driverAlex Brachet
2022-07-07Remove unnecessary includes of ManagedStatic.hNicolai Hähnle
2022-03-11[llvm-mt] Add support /notify_updateAlex Brachet
2021-10-18[tools] Delete redundant 'static' from namespace scope 'static const'. NFCFangrui Song
2021-08-24Make WindowsManifestMerger::merge() take a MemoryBufferRefNico Weber
2021-07-28[llvm] Replace LLVM_ATTRIBUTE_NORETURN with C++11 [[noreturn]]Fangrui Song
2021-06-24[OptTable] Rename PrintHelp to printHelpFangrui Song
2020-09-26Internalize functions from various tools. NFCFangrui Song
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2018-10-10[opt] Change the parameter of OptTable::PrintHelp from Name to Usage and don'...Fangrui Song
2018-06-23[llvm-mt] Use WithColor for printing errors.Jonas Devlieghere
2018-04-13Define InitLLVM to do common initialization all at once.Rui Ueyama
2018-01-05[Option] Add 'findNearest' method to catch typosBrian Gesiak
2017-11-17Don't #include MemoryBuffer.h from Host.h.Zachary Turner
2017-11-08Convert FileOutputBuffer to Expected. NFC.Rafael Espindola
2017-08-19llvm-mt: Merge manifest namespaces.Eric Beckmann
2017-07-26Move manifest utils into separate lib, to reduce libxml2 deps.Eric Beckmann
2017-07-26Reapply "llvm-mt: implement simple merging of manifests, not factoring namesp...Eric Beckmann
2017-07-25Revert "llvm-mt: implement simple merging of manifests, not factoring namespa...Eric Beckmann
2017-07-25llvm-mt: implement simple merging of manifests, not factoring namespaces.Eric Beckmann
2017-07-20Implement parsing and writing of a single xml manifest file.Eric Beckmann
2017-07-18Revert "Adding temporary debugging info to llvm-mt to solve fedora failure."Eric Beckmann
2017-07-18Revert "Adding yet more debug info to fix fedora issue."Eric Beckmann
2017-07-18Revert "Adding extra test info for llvm-mt."Eric Beckmann
2017-07-18Adding extra test info for llvm-mt.Eric Beckmann
2017-07-17Adding yet more debug info to fix fedora issue.Eric Beckmann
2017-07-17Adding temporary debugging info to llvm-mt to solve fedora failure.Eric Beckmann
2017-07-17Create empty shell of llvm-mt.Eric Beckmann