aboutsummaryrefslogtreecommitdiff
path: root/llvm/tools/llvm-ml/llvm-ml.cpp
AgeCommit message (Expand)AuthorFilesLines
2025-04-10MCAsmStreamer: Replace the MCInstPrinter * parameter with unique_ptrFangrui Song1-4/+3
2024-12-11Rework the `Option` library to reduce dynamic relocations (#119198)Chandler Carruth1-6/+9
2024-07-21[MC] Migrate to new createAsmStreamer that avoids unused bool parametersFangrui Song1-4/+3
2024-07-20[MC] MCAsmStreamer: use MCTargetOptionsFangrui Song1-0/+1
2024-07-20[MC] Remove unused bool arguments from createMCObjectStreamer callersFangrui Song1-3/+2
2024-06-12[MC] Move AllowTemporaryLabels setting to MCContext::MCContextFangrui Song1-3/+1
2024-05-19[MC] Make UseAssemblerInfoForParsing mostly trueFangrui Song1-3/+0
2024-05-16Revert "[MC] Remove UseAssemblerInfoForParsing"Nikita Popov1-0/+3
2024-05-15[MC] Remove UseAssemblerInfoForParsingFangrui Song1-3/+0
2024-01-11[llvm-driver] Fix usage of `InitLLVM` on Windows (#76306)Alexandre Ganea1-2/+0
2023-12-09[ADT] Rename SmallString::{starts,ends}with to {starts,ends}_with (#74916)Kazu Hirata1-1/+1
2023-08-17[llvm-{debuginfod,ml,objdump,symbolizer}, dsymutil] Enable multicall driverAndrés Villegas1-1/+2
2023-08-17Revert "[llvm-{debuginfod,ml,objdump,symbolizer}, dsymutil] Enable multicall ...Petr Hosek1-2/+1
2023-08-17[llvm-{debuginfod,ml,objdump,symbolizer}, dsymutil] Enable multicall driverAndrés Villegas1-1/+2
2023-08-04[llvm] Extract common `OptTable` bits into macrosJan Svoboda1-10/+2
2023-02-10[NFC][TargetParser] Replace uses of llvm/Support/Host.hArchibald Elliott1-1/+1
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-08Store OptTable::Info::Name as a StringRefserge-sans-paille1-1/+1
2022-12-06Process: convert Optional to std::optionalKrzysztof Parzyszek1-1/+2
2022-06-07[llvm-ml] Remove all file extension restrictionsAlan Zhao1-4/+5
2022-05-25[llvm-ml] Add support for the .S extensionAlan Zhao1-2/+4
2022-04-21[LLVM-ML] Add standard LLVM debug flagsEric Astor1-0/+7
2022-02-16[NFC][MC] remove unused argument `MCRegisterInfo` in `MCCodeEmitter`Shao-Ce SUN1-2/+2
2022-02-16Revert "[NFC][MC] remove unused argument `MCRegisterInfo` in `MCCodeEmitter`"Shao-Ce SUN1-2/+2
2022-02-16[NFC][MC] remove unused argument `MCRegisterInfo` in `MCCodeEmitter`Shao-Ce SUN1-2/+2
2022-02-09Cleanup LLVMMC headersserge-sans-paille1-0/+1
2021-10-18[tools] Delete redundant 'static' from namespace scope 'static const'. NFCFangrui Song1-1/+1
2021-10-08Move TargetRegistry.(h|cpp) from Support to MCReid Kleckner1-1/+1
2021-07-21[ms] [llvm-ml] Support built-in text macrosEric Astor1-1/+25
2021-06-24[OptTable] Rename PrintHelp to printHelpFangrui Song1-1/+1
2021-06-09[ms] [llvm-ml] Add support for INCLUDE environment variableEric Astor1-2/+16
2021-06-09Revert "[ms] [llvm-ml] Add support for INCLUDE environment variable"Eric Astor1-16/+2
2021-06-09[ms] [llvm-ml] Add support for INCLUDE environment variableEric Astor1-2/+16
2021-05-23[MC] Refactor MCObjectFileInfo initialization and allow targets to create MCO...Philipp Krones1-4/+4
2021-05-05[MC] Untangle MCContext and MCObjectFileInfoPhilipp Krones1-6/+6
2021-04-30Support: Stop using F_{None,Text,Append} compatibility synonyms, NFCDuncan P. N. Exon Smith1-1/+1
2021-04-02[ms] [llvm-ml] Accept /WX to signal that warnings should be fatal.Eric Astor1-0/+1
2020-12-01[ms] [llvm-ml] Support command-line definesEric Astor1-0/+11
2020-12-01[ms] [llvm-ml] Introduce command-line compatibility for ml.exe and ml64.exeEric Astor1-184/+154
2020-11-21[llvm][clang][mlir] Add checks for the return values from Target::createXXX t...Ella Ma1-0/+3
2020-11-04[ms] [llvm-ml] Lex MASM strings, including escapingEric Astor1-0/+2
2020-09-29[ms] [llvm-ml] Create the @feat.00 symbol, and populate it appropriatelyEric Astor1-1/+30