summaryrefslogtreecommitdiff
path: root/llvm/tools/llvm-rc
AgeCommit message (Expand)Author
2025-11-09Remove unused <set> and <map> inclusion (#167175)serge-sans-paille
2025-11-08[llvm-rc] Don't interpret integer literals as octal numbers in rc.exe mode (#...Martin Storsjö
2025-11-02[llvm] Use "= default" (NFC) (#166088)Kazu Hirata
2025-07-29[LLVM][Cygwin] Enable conditions that are shared with MinGW (#149638)jeremyd2019
2025-06-10[llvm-rc] Add support for multiplication and division in expressions (#143373)Martin Storsjö
2025-06-10[llvm-rc] Allow ALT on non-virtkey accelerators (#143374)Martin Storsjö
2025-05-18[llvm] Remove unused local variables (NFC) (#140422)Kazu Hirata
2025-04-14[tools] Use llvm::append_range (NFC) (#135721)Kazu Hirata
2025-03-29[bugpoint] Avoid repeated hash lookups (NFC) (#133616)Kazu Hirata
2024-12-11Rework the `Option` library to reduce dynamic relocations (#119198)Chandler Carruth
2024-09-25[SystemZ][z/OS] Open text files in text mode (#109972)Abhina Sree
2024-08-04[llvm] Construct SmallVector with ArrayRef (NFC) (#101872)Kazu Hirata
2024-05-14[nfc] const-ify `IntOrString::equalsLower` (#92152)Mircea Trofin
2024-04-29llvm-rc: add support for MENU in DIALOG(EX) (#89409)oltolm
2024-03-10Add llvm::min/max_element and use it in llvm/ and mlir/ directories. (#84678)Justin Lebar
2024-01-31[llvm-rc] Support ARM64EC resource generation (#78908)Billy Laws
2024-01-19[tools] Use SmallString::operator std::string (NFC)Kazu Hirata
2024-01-11[llvm-driver] Fix usage of `InitLLVM` on Windows (#76306)Alexandre Ganea
2023-12-18[llvm-windres] Change the interpretation of --preprocessor to match Binutils ...Martin Storsjö
2023-12-15[llvm-windres] Resolve the --preprocessor executable in $PATH (#75390)Martin Storsjö
2023-12-15[llvm-windres] Pass user preprocessor arguments before the input filename (#7...Martin Storsjö
2023-12-11[llvm] Use StringRef::{starts,ends}_with (NFC) (#74956)Kazu Hirata
2023-12-03[llvm] Stop including string (NFC)Kazu Hirata
2023-12-02[llvm-rc] Include StringMap.h insteadof StringSet.h (NFC)Kazu Hirata
2023-10-16[llvm-rc] Accept filenames provided as multiple string literals (#68881)Martin Storsjö
2023-10-12Use llvm::endianness::{big,little,native} (NFC)Kazu Hirata
2023-10-06[llvm-rc] add support for MENUEX (#67464)oltolm
2023-09-01[llvm-windres] Implement the windres flag --use-temp-fileMartin Storsjö
2023-08-28[llvm-rc] Continue to use Argv[0] to resolve executable pathAmy Huang
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-08[llvm-rc] Resolve the executable path if not present in Argv[0]Martin Storsjö
2023-08-04[llvm] Extract common `OptTable` bits into macrosJan Svoboda
2023-07-07[llvm-rc] Improve help printoutsMartin Storsjö
2023-06-25[llvm] Add missing StringExtras.h includesElliot Goodrich
2023-05-12[llvm] Migrate {starts,ends}with_insensitive to {starts,ends}_with_insensitiv...Kazu Hirata
2023-03-28[lvm-windres] Try to match GNU windres regarding handling of unescaped quotesMartin Storsjö
2023-03-28[llvm-rc] Remove transitional preprocessing fallback logicMartin Storsjö
2023-03-28[llvm-rc] Fix the reference to the option for disabling preprocessing in a me...Martin Storsjö
2023-03-28[llvm-rc] Look for "clang-<major>" when locating a suitable preprocessorMartin Storsjö
2023-03-28[llvm-rc] Respect the executable specified in the --preprocessor commandMartin Storsjö
2023-02-10[llvm-driver] Pass extra arguments to toolsAlex Brachet
2023-02-10[NFC][TargetParser] Replace uses of llvm/Support/Host.hArchibald Elliott
2023-02-07[NFC][TargetParser] Remove llvm/ADT/Triple.hArchibald Elliott
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