aboutsummaryrefslogtreecommitdiff
path: root/llvm/tools/llvm-mt
AgeCommit message (Expand)AuthorFilesLines
2025-04-08[llvm-mt] Do not build llvm-mt if not functional (#134631)Michael Kruse1-0/+5
2024-12-11Rework the `Option` library to reduce dynamic relocations (#119198)Chandler Carruth1-6/+9
2024-08-30[NFC] Add explicit #include llvm-config.h where its macros are used. (#106621)Daniil Fukalov1-0/+1
2024-01-11[llvm-driver] Fix usage of `InitLLVM` on Windows (#76306)Alexandre Ganea1-3/+0
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-10/+2
2023-02-10[llvm-driver] Pass extra arguments to toolsAlex Brachet1-1/+2
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-1/+4
2022-12-25Revert "[clang] Use a StringRef instead of a raw char pointer to store builti...Vitaly Buka1-4/+1
2022-12-24[clang] Use a StringRef instead of a raw char pointer to store builtin and ca...serge-sans-paille1-1/+4
2022-12-23Revert "[clang] Use a StringRef instead of a raw char pointer to store builti...serge-sans-paille1-3/+2
2022-12-23[clang] Use a StringRef instead of a raw char pointer to store builtin and ca...serge-sans-paille1-2/+3
2022-12-23Revert "[clang] Use a StringRef instead of a raw char pointer to store builti...serge-sans-paille1-3/+2
2022-12-23[clang] Use a StringRef instead of a raw char pointer to store builtin and ca...serge-sans-paille1-2/+3
2022-12-13[CMake] Add missing tablegen depsAlex Brachet1-0/+2
2022-12-08Store OptTable::Info::Name as a StringRefserge-sans-paille1-1/+1
2022-12-06Fix buffer-overflow in llvm-mt's notify_update feature.Mitch Phillips1-3/+3
2022-10-06[llvm-driver] Add various tools to the llvm-driverAlex Brachet2-1/+2
2022-07-07Remove unnecessary includes of ManagedStatic.hNicolai Hähnle1-1/+0
2022-03-11[llvm-mt] Add support /notify_updateAlex Brachet2-2/+25
2021-10-18[tools] Delete redundant 'static' from namespace scope 'static const'. NFCFangrui Song1-1/+1
2021-08-24Make WindowsManifestMerger::merge() take a MemoryBufferRefNico Weber1-2/+1
2021-07-28[llvm] Replace LLVM_ATTRIBUTE_NORETURN with C++11 [[noreturn]]Fangrui Song1-1/+1
2021-06-24[OptTable] Rename PrintHelp to printHelpFangrui Song1-1/+1
2020-11-13llvmbuildectomy - replace llvm-build by plain cmakeserge-sans-paille1-21/+0
2020-09-26Internalize functions from various tools. NFCFangrui Song1-7/+2
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2-8/+6
2018-11-07[llvm-mt] Accept and ignore notify_update flagPetr Hosek1-0/+1
2018-10-10[opt] Change the parameter of OptTable::PrintHelp from Name to Usage and don'...Fangrui Song1-1/+1
2018-06-23[llvm-mt] Use WithColor for printing errors.Jonas Devlieghere1-1/+2
2018-04-13Define InitLLVM to do common initialization all at once.Rui Ueyama1-14/+4
2018-01-05[Option] Add 'findNearest' method to catch typosBrian Gesiak1-2/+12
2017-11-17Don't #include MemoryBuffer.h from Host.h.Zachary Turner1-0/+1
2017-11-08Convert FileOutputBuffer to Expected. NFC.Rafael Espindola1-2/+2
2017-08-19llvm-mt: Merge manifest namespaces.Eric Beckmann1-1/+4
2017-07-26Move manifest utils into separate lib, to reduce libxml2 deps.Eric Beckmann3-2/+3
2017-07-26Reapply "llvm-mt: implement simple merging of manifests, not factoring namesp...Eric Beckmann1-1/+0
2017-07-25Revert "llvm-mt: implement simple merging of manifests, not factoring namespa...Eric Beckmann1-0/+1
2017-07-25llvm-mt: implement simple merging of manifests, not factoring namespaces.Eric Beckmann1-1/+0
2017-07-20Implement parsing and writing of a single xml manifest file.Eric Beckmann1-1/+40
2017-07-18Revert "Adding temporary debugging info to llvm-mt to solve fedora failure."Eric Beckmann1-8/+1
2017-07-18Revert "Adding yet more debug info to fix fedora issue."Eric Beckmann1-6/+0
2017-07-18Revert "Adding extra test info for llvm-mt."Eric Beckmann1-2/+14
2017-07-18Adding extra test info for llvm-mt.Eric Beckmann1-14/+2
2017-07-17Adding yet more debug info to fix fedora issue.Eric Beckmann1-0/+6
2017-07-17Adding temporary debugging info to llvm-mt to solve fedora failure.Eric Beckmann1-1/+8