aboutsummaryrefslogtreecommitdiff
path: root/lib/Target/MBlaze/Disassembler
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-12-21Remove mode specific disassembler classes and just call X86GenericDisassemble...Craig Topper
2011-12-12LLVMBuild: Remove trailing newline, which irked me.Daniel Dunbar
2011-11-29build/CMake: Finish removal of add_llvm_library_dependencies.Daniel Dunbar
2011-11-27Add several new instructions supported by the latest MicroBlaze.Wesley Peck
2011-11-12build: Attempt to rectify inconsistencies between CMake and LLVMBuild version...Daniel Dunbar
2011-11-11Remove the unnecessary dependency on libMBlazeCodeGen from libMBlazeDisassemb...Benjamin Kramer
2011-11-10build/MBlazeDisassembler: Some compilers may generate an MBlaze disassemblerDaniel Dunbar
2011-11-03build: Add initial cut at LLVMBuild.txt files.Daniel Dunbar
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-29Rewrite the CMake build to use explicit dependencies between libraries,Chandler Carruth
2011-07-26Clean up a pile of hacks in our CMake build relating to TableGen.Chandler Carruth
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