aboutsummaryrefslogtreecommitdiff
path: root/llvm/tools/llvm-mc/Disassembler.h
AgeCommit message (Expand)AuthorFilesLines
2023-08-31[llvm-mc] Remove unused argument (NFC)Jonas Devlieghere1-1/+1
2019-10-23[Mips] Use appropriate private label prefix based on Mips ABIMirko Brkusanin1-1/+2
2019-10-15[WebAssembly] Allow multivalue types in block signature operandsThomas Lively1-6/+4
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth1-4/+3
2014-08-13Canonicalize header guards into a common format.Benjamin Kramer1-2/+2
2012-12-19Remove edis - the enhanced disassembler. Fixes PR14654.Roman Divacky1-5/+0
2012-04-16Add -disassemble support for -show-inst and -show-encode capability llvm-mc. ...Richard Barton1-5/+10
2011-09-07Refactor instprinter and mcdisassembler to take a SubtargetInfo. Add -mattr= ...James Molloy1-0/+2
2011-07-06createMCInstPrinter doesn't need TargetMachine anymore.Evan Cheng1-2/+0
2011-05-09Tidy up. 80-column and whitespace.Jim Grosbach1-2/+2
2011-03-21We need to pass the TargetMachine object to the InstPrinter if we are printingBill Wendling1-2/+4
2010-08-20Use the new tool_output_file in several tools. This fixes a varietyDan Gohman1-2/+5
2010-04-12Second try at integrating the edis tester. ThisSean Callanan1-0/+3
2010-04-09revert r100842 which broke several of the build bots.Chris Lattner1-3/+0
2010-04-09Added a tester for the enhanced disassembler,Sean Callanan1-0/+3
2009-12-22rename HexDisassembler -> Disassembler, it works on any inputChris Lattner1-0/+34