aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/MBlaze/Disassembler/MBlazeDisassembler.h
Commit message (Expand)AuthorAgeFilesLines
* Remove the mblaze backend from llvm.Rafael Espindola2013-07-251-49/+0
* Remove edis - the enhanced disassembler. Fixes PR14654.Roman Divacky2012-12-191-5/+0
* Make MemoryObject accessor members const againDerek Schuff2012-02-291-1/+1
* Emacs-tag and some comment fix for all ARM, CellSPU, Hexagon, MBlaze, MSP430,...Jia Liu2012-02-181-1/+1
* Make the EDis tables const.Benjamin Kramer2012-02-111-1/+1
* Enable streaming of bitcodeDerek Schuff2012-02-061-1/+1
* Remove mode specific disassembler classes and just call X86GenericDisassemble...Craig Topper2011-12-211-2/+0
* Don't attach annotations to MCInst's. Instead, have the disassembler return,...Owen Anderson2011-09-151-1/+2
* Refactor instprinter and mcdisassembler to take a SubtargetInfo. Add -mattr= ...James Molloy2011-09-071-2/+2
* Allow the MCDisassembler to return a "soft fail" status code, indicating an i...Owen Anderson2011-08-171-1/+1
* Adding disassembler to the MicroBlaze backend.Wesley Peck2010-10-271-0/+55