aboutsummaryrefslogtreecommitdiff
path: root/llvm/tools/llvm-rc
AgeCommit message (Expand)AuthorFilesLines
2023-07-07[llvm-rc] Improve help printoutsMartin Storsjö1-1/+2
2023-06-25[llvm] Add missing StringExtras.h includesElliot Goodrich1-0/+1
2023-05-12[llvm] Migrate {starts,ends}with_insensitive to {starts,ends}_with_insensitiv...Kazu Hirata1-1/+1
2023-03-28[lvm-windres] Try to match GNU windres regarding handling of unescaped quotesMartin Storsjö1-0/+3
2023-03-28[llvm-rc] Remove transitional preprocessing fallback logicMartin Storsjö1-10/+6
2023-03-28[llvm-rc] Fix the reference to the option for disabling preprocessing in a me...Martin Storsjö1-3/+9
2023-03-28[llvm-rc] Look for "clang-<major>" when locating a suitable preprocessorMartin Storsjö1-1/+4
2023-03-28[llvm-rc] Respect the executable specified in the --preprocessor commandMartin Storsjö1-2/+2
2023-02-10[llvm-driver] Pass extra arguments to toolsAlex Brachet1-1/+2
2023-02-10[NFC][TargetParser] Replace uses of llvm/Support/Host.hArchibald Elliott1-1/+1
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-4/+4
2023-01-05Move from llvm::makeArrayRef to ArrayRef deduction guides - llvm/ partserge-sans-paille1-2/+2
2022-12-27[clang] Use a StringRef instead of a raw char pointer to store builtin and ca...serge-sans-paille1-10/+20
2022-12-25Revert "[clang] Use a StringRef instead of a raw char pointer to store builti...Vitaly Buka1-20/+10
2022-12-24[clang] Use a StringRef instead of a raw char pointer to store builtin and ca...serge-sans-paille1-10/+20
2022-12-23Revert "[clang] Use a StringRef instead of a raw char pointer to store builti...serge-sans-paille1-17/+11
2022-12-23[clang] Use a StringRef instead of a raw char pointer to store builtin and ca...serge-sans-paille1-11/+17
2022-12-23Revert "[clang] Use a StringRef instead of a raw char pointer to store builti...serge-sans-paille1-17/+11
2022-12-23[clang] Use a StringRef instead of a raw char pointer to store builtin and ca...serge-sans-paille1-11/+17
2022-12-20[Support] Move TargetParsers to new componentArchibald Elliott1-0/+1
2022-12-14[tools] llvm::Optional => std::optionalFangrui Song3-11/+12
2022-12-13[CMake] Add missing tablegen depsAlex Brachet1-0/+2
2022-12-08Store OptTable::Info::Name as a StringRefserge-sans-paille1-2/+2
2022-10-06[llvm-driver] Add various tools to the llvm-driverAlex Brachet2-3/+4
2022-07-07Remove unnecessary includes of ManagedStatic.hNicolai Hähnle1-1/+0
2022-06-18[llvm] Use value_or instead of getValueOr (NFC)Kazu Hirata1-5/+5
2022-02-09[llvm-rc]: Find <target>-clang over just clangTobias Hieta1-3/+4
2022-02-02[llvm-rc] Use cast<> instead of dyn_cast<> to avoid dereference of nullptrSimon Pilgrim1-1/+1
2022-01-18[llvm] Remove uses of `std::vector<bool>`Jan Svoboda2-3/+4
2022-01-07[llvm] Remove unused forward declarations (NFC)Kazu Hirata1-3/+0
2022-01-07[llvm] Use true/false instead of 1/0 (NFC)Kazu Hirata1-3/+3
2021-10-18[tools] Delete redundant 'static' from namespace scope 'static const'. NFCFangrui Song1-2/+2
2021-08-05[llvm-rc] Allow specifying language with a leading 0x prefixMartin Storsjö1-4/+7
2021-07-28[llvm] Replace LLVM_ATTRIBUTE_NORETURN with C++11 [[noreturn]]Fangrui Song1-1/+1
2021-07-23[llvm-rc] Allow dashes as part of resource name stringsMartin Storsjö1-1/+1
2021-07-09[llvm-rc] Make commas in user data structs optionalMartin Storsjö1-6/+5
2021-06-25[llvm-rc] Don't rewrite the arch in the default triple unless necessaryMartin Storsjö1-6/+13
2021-06-24[OptTable] Rename PrintHelp to printHelpFangrui Song1-2/+2
2021-06-25[llvm] Rename StringRef _lower() method calls to _insensitive()Martin Storsjö6-32/+32
2021-06-22[ADT] Add StringRef consume_front_lower and consume_back_lowerMartin Storsjö1-10/+3
2021-04-26[llvm-rc] Add a GNU windres-like frontend to llvm-rcMartin Storsjö3-103/+581
2021-04-21[llvm-rc] Try to fix the Preprocessor/llvm-rc.rc test on non arm/x86 architec...Martin Storsjö1-4/+19
2021-04-21[llvm-rc] Run clang to preprocess input filesMartin Storsjö2-5/+127
2021-04-20[llvm-rc] Fix handling of the /X option to match its documentation and rc.exeMartin Storsjö3-6/+7
2021-04-20[llvm-rc] Simplify Opts.td to avoid repetition. NFC.Martin Storsjö1-35/+35
2021-03-25[NFC] Reordering parameters in getFile and getFileOrSTDINAbhina Sreeskantharajan1-5/+10
2020-12-10[llvm-rc] Handle driveless absolute windows paths when loading external filesMartin Storsjö1-2/+10
2020-11-13llvmbuildectomy - replace llvm-build by plain cmakeserge-sans-paille1-21/+0
2020-09-16[llvm-rc] Lowercase the option definitions. NFC.Martin Storsjö2-38/+38