[llvm-commits] [llvm] r117420 - in /llvm/trunk: cmake/modules/ lib/Target/MBlaze/ lib/Target/MBlaze/AsmParser/ lib/Target/MBlaze/Disassembler/

Chris Lattner clattner at apple.com
Thu Nov 11 16:07:11 PST 2010


On Oct 26, 2010, at 5:23 PM, Wesley Peck wrote:

> Author: peckw
> Date: Tue Oct 26 19:23:01 2010
> New Revision: 117420
> 
> URL: http://llvm.org/viewvc/llvm-project?rev=117420&view=rev
> Log:
> Adding disassembler to the MicroBlaze backend.

Ok, cool.  Please add some simple testcases for these as well.  Our ultimate goal is to have the disassembler be autogenerated from the encoding info in the .td files (for targets with 16 or 32-bit encodings) so that you don't have to write so much rote code, but in the meantime this is the right way to go.

-Chris



More information about the llvm-commits mailing list