[llvm-commits] [LLVM] [MC Disassembler] Addding support for dissassembler for MIPS

Medic, Vladimir vmedic at mips.com
Fri Mar 30 05:27:29 PDT 2012


Hi everyone,
here is an updated patch that adds support for MIPS Disassembler. Comments are welcome.
________________________________________
From: Rafael EspĂ­ndola [rafael.espindola at gmail.com]
Sent: Wednesday, March 21, 2012 4:57 PM
To: Medic, Vladimir
Cc: llvm-commits at cs.uiuc.edu; Jovanovic, Petar; Jim Grosbach
Subject: Re: [llvm-commits] [LLVM] [MC Disassembler] Addding support for dissassembler for MIPS

On 16 March 2012 11:45, Medic, Vladimir <vmedic at mips.com> wrote:
> Hi everyone,
> here is a patch that adds support for MIPS Disassembler. Comments are
> welcome.

First of all, thanks for doing this and for all the tests!

Nits:

> +
 > // Mips Pseudo Instructions Format

Do you want the extra line?


+  std::string TheTriple;

This can be a StringRef, no?

Given https://groups.google.com/group/llvm-dev/msg/d5c2be88fb5d0f1e ,
can you use isPseudo instead of isCodeGenOnly?

Cheers,
Rafael
-------------- next part --------------
A non-text attachment was scrubbed...
Name: MipsDisassembler.patch
Type: application/octet-stream
Size: 95804 bytes
Desc: MipsDisassembler.patch
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20120330/50d54ad6/attachment.obj>


More information about the llvm-commits mailing list