aboutsummaryrefslogtreecommitdiff
path: root/llvm/tools/llvm-ml/Disassembler.cpp
AgeCommit message (Collapse)AuthorFilesLines
2020-02-13[AsmPrinter][MCStreamer] De-capitalize EmitInstruction and EmitCFI*Fangrui Song1-1/+1
2020-01-20[ms] [llvm-ml] Add placeholder for llvm-ml, based on llvm-mcEric Astor1-0/+203
As discussed on the mailing list, I plan to introduce an ml-compatible MASM assembler as part of providing more of the Windows build tools. This will be similar to llvm-mc, but with different command-line parameters. This placeholder is purely a stripped-down version of llvm-mc; we'll eventually add support for the Microsoft-style command-line flags, and back it with a MASM parser. Relanding this revision after fixing ARM-compatibility issues. Reviewers: rnk, thakis, RKSimon Reviewed By: thakis, RKSimon Differential Revision: https://reviews.llvm.org/D72679
2020-01-18Revert "[ms] [llvm-ml] Add placeholder for llvm-ml, based on llvm-mc"Eric Astor1-203/+0
This reverts commit 22af2cbefc86dbef6e11ddaa96a08956e0baf22b, due to breakages on ARM platforms.
2020-01-17[ms] [llvm-ml] Add placeholder for llvm-ml, based on llvm-mcEric Astor1-0/+203
Summary: As discussed on the mailing list, I plan to introduce an ml-compatible MASM assembler as part of providing more of the Windows build tools. This will be similar to llvm-mc, but with different command-line parameters. This placeholder is purely a stripped-down version of llvm-mc; we'll eventually add support for the Microsoft-style command-line flags, and back it with a MASM parser. Reviewers: rnk, thakis Reviewed By: thakis Subscribers: merge_guards_bot, mgorny, jfb, llvm-commits Tags: #llvm Differential Revision: https://reviews.llvm.org/D72679