aboutsummaryrefslogtreecommitdiff
path: root/llvm/tools/llvm-rc/llvm-rc.cpp
AgeCommit message (Expand)AuthorFilesLines
2025-04-14[tools] Use llvm::append_range (NFC) (#135721)Kazu Hirata1-3/+2
2025-03-29[bugpoint] Avoid repeated hash lookups (NFC) (#133616)Kazu Hirata1-2/+1
2024-12-11Rework the `Option` library to reduce dynamic relocations (#119198)Chandler Carruth1-12/+20
2024-09-25[SystemZ][z/OS] Open text files in text mode (#109972)Abhina Sree1-2/+2
2024-01-31[llvm-rc] Support ARM64EC resource generation (#78908)Billy Laws1-1/+4
2024-01-19[tools] Use SmallString::operator std::string (NFC)Kazu Hirata1-1/+1
2024-01-11[llvm-driver] Fix usage of `InitLLVM` on Windows (#76306)Alexandre Ganea1-2/+0
2023-12-18[llvm-windres] Change the interpretation of --preprocessor to match Binutils ...Martin Storsjö1-39/+5
2023-12-15[llvm-windres] Resolve the --preprocessor executable in $PATH (#75390)Martin Storsjö1-2/+15
2023-12-15[llvm-windres] Pass user preprocessor arguments before the input filename (#7...Martin Storsjö1-2/+2
2023-09-01[llvm-windres] Implement the windres flag --use-temp-fileMartin Storsjö1-4/+13
2023-08-28[llvm-rc] Continue to use Argv[0] to resolve executable pathAmy Huang1-6/+10
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-08[llvm-rc] Resolve the executable path if not present in Argv[0]Martin Storsjö1-1/+7
2023-08-04[llvm] Extract common `OptTable` bits into macrosJan Svoboda1-19/+6
2023-07-07[llvm-rc] Improve help printoutsMartin Storsjö1-1/+2
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-08Store OptTable::Info::Name as a StringRefserge-sans-paille1-2/+2
2022-10-06[llvm-driver] Add various tools to the llvm-driverAlex Brachet1-3/+3
2022-07-07Remove unnecessary includes of ManagedStatic.hNicolai Hähnle1-1/+0
2022-02-09[llvm-rc]: Find <target>-clang over just clangTobias Hieta1-3/+4
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-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ö1-3/+3
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ö1-101/+507
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ö1-1/+116
2021-04-20[llvm-rc] Fix handling of the /X option to match its documentation and rc.exeMartin Storsjö1-1/+1