aboutsummaryrefslogtreecommitdiff
path: root/lib/Target/MBlaze/Disassembler/MBlazeDisassembler.cpp
AgeCommit message (Expand)Author
2012-12-19Remove edis - the enhanced disassembler. Fixes PR14654.Roman Divacky
2012-12-03Use the new script to sort the includes of every file under lib.Chandler Carruth
2012-03-11Use uint16_t to store registers and opcode in static tables in the target spe...Craig Topper
2012-02-29Make MemoryObject accessor members const againDerek Schuff
2012-02-18Emacs-tag and some comment fix for all ARM, CellSPU, Hexagon, MBlaze, MSP430,...Jia Liu
2012-02-11Make the EDis tables const.Benjamin Kramer
2012-02-06Enable streaming of bitcodeDerek Schuff
2011-11-27Add several new instructions supported by the latest MicroBlaze.Wesley Peck
2011-11-11Remove the unnecessary dependency on libMBlazeCodeGen from libMBlazeDisassemb...Benjamin Kramer
2011-10-22Move various generated tables into read-only memory, fixing up const correctn...Benjamin Kramer
2011-09-15Don't attach annotations to MCInst's. Instead, have the disassembler return,...Owen Anderson
2011-09-07Refactor instprinter and mcdisassembler to take a SubtargetInfo. Add -mattr= ...James Molloy
2011-08-24Move TargetRegistry and TargetSelect from Target to Support where they belong.Evan Cheng
2011-08-17Allow the MCDisassembler to return a "soft fail" status code, indicating an i...Owen Anderson
2011-07-25Refactoring fail.Evan Cheng
2011-07-25More MC layering violations.Evan Cheng
2011-07-15Eliminate "const" from extern const to fix breakeage since r135184 on msvc.NAKAMURA Takumi
2011-07-14Next round of MC refactoring. This patch factor MC table instantiations, MCEvan Cheng
2011-06-28Merge XXXGenRegisterNames.inc into XXXGenRegisterInfo.incEvan Cheng
2011-04-11Don't crash on invalid instructions when disassembling MBlaze code.Wesley Peck
2010-12-20Teach the MBlaze disassembler to disassemble special purpose registers.Wesley Peck
2010-11-13Fixed error and re-enabled MBlaze MC disassembler tests.Wesley Peck
2010-11-131. Adding test cases for MBlaze MC disassembler.Wesley Peck
2010-11-08Adding working version of assembly parser for the MBlaze backendWesley Peck
2010-10-27Adding disassembler to the MicroBlaze backend.Wesley Peck