aboutsummaryrefslogtreecommitdiff
path: root/llvm/tools/llvm-rc
AgeCommit message (Expand)AuthorFilesLines
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-12-11[llvm] Use StringRef::{starts,ends}_with (NFC) (#74956)Kazu Hirata2-4/+4
2023-12-03[llvm] Stop including string (NFC)Kazu Hirata1-1/+0
2023-12-02[llvm-rc] Include StringMap.h insteadof StringSet.h (NFC)Kazu Hirata1-1/+1
2023-10-16[llvm-rc] Accept filenames provided as multiple string literals (#68881)Martin Storsjö2-4/+26
2023-10-12Use llvm::endianness::{big,little,native} (NFC)Kazu Hirata2-3/+3
2023-10-06[llvm-rc] add support for MENUEX (#67464)oltolm7-11/+254
2023-09-01[llvm-windres] Implement the windres flag --use-temp-fileMartin Storsjö2-7/+17
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-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