aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/MBlaze/Disassembler/MBlazeDisassembler.cpp
Commit message (Expand)AuthorAgeFilesLines
* Remove the mblaze backend from llvm.Rafael Espindola2013-07-251-718/+0
* Remove the Copied parameter from MemoryObject::readBytes.Benjamin Kramer2013-05-241-2/+1
* Remove edis - the enhanced disassembler. Fixes PR14654.Roman Divacky2012-12-191-6/+0
* Use the new script to sort the includes of every file under lib.Chandler Carruth2012-12-031-2/+1
* Use uint16_t to store registers and opcode in static tables in the target spe...Craig Topper2012-03-111-2/+2
* 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
* Add several new instructions supported by the latest MicroBlaze.Wesley Peck2011-11-271-0/+18
* Remove the unnecessary dependency on libMBlazeCodeGen from libMBlazeDisassemb...Benjamin Kramer2011-11-111-2/+1
* Move various generated tables into read-only memory, fixing up const correctn...Benjamin Kramer2011-10-221-2/+2
* 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/+3
* Move TargetRegistry and TargetSelect from Target to Support where they belong.Evan Cheng2011-08-241-1/+1
* Allow the MCDisassembler to return a "soft fail" status code, indicating an i...Owen Anderson2011-08-171-25/+25
* Refactoring fail.Evan Cheng2011-07-251-5/+5
* More MC layering violations.Evan Cheng2011-07-251-8/+8
* Eliminate "const" from extern const to fix breakeage since r135184 on msvc.NAKAMURA Takumi2011-07-151-1/+1
* Next round of MC refactoring. This patch factor MC table instantiations, MCEvan Cheng2011-07-141-2/+4
* Merge XXXGenRegisterNames.inc into XXXGenRegisterInfo.incEvan Cheng2011-06-281-0/+1
* Don't crash on invalid instructions when disassembling MBlaze code.Wesley Peck2011-04-111-36/+93
* Teach the MBlaze disassembler to disassemble special purpose registers.Wesley Peck2010-12-201-4/+3
* Fixed error and re-enabled MBlaze MC disassembler tests.Wesley Peck2010-11-131-0/+3
* 1. Adding test cases for MBlaze MC disassembler.Wesley Peck2010-11-131-12/+82
* Adding working version of assembly parser for the MBlaze backendWesley Peck2010-11-081-53/+50
* Adding disassembler to the MicroBlaze backend.Wesley Peck2010-10-271-0/+578