summaryrefslogtreecommitdiff
path: root/lib/Target/MBlaze/Disassembler
Commit message (Expand)AuthorAge
* Remove edis - the enhanced disassembler. Fixes PR14654.Roman Divacky2012-12-19
* Use the new script to sort the includes of every file under lib.Chandler Carruth2012-12-03
* Use uint16_t to store registers and opcode in static tables in the target spe...Craig Topper2012-03-11
* Make MemoryObject accessor members const againDerek Schuff2012-02-29
* Emacs-tag and some comment fix for all ARM, CellSPU, Hexagon, MBlaze, MSP430,...Jia Liu2012-02-18
* Make the EDis tables const.Benjamin Kramer2012-02-11
* Enable streaming of bitcodeDerek Schuff2012-02-06
* Remove mode specific disassembler classes and just call X86GenericDisassemble...Craig Topper2011-12-21
* LLVMBuild: Remove trailing newline, which irked me.Daniel Dunbar2011-12-12
* build/CMake: Finish removal of add_llvm_library_dependencies.Daniel Dunbar2011-11-29
* Add several new instructions supported by the latest MicroBlaze.Wesley Peck2011-11-27
* build: Attempt to rectify inconsistencies between CMake and LLVMBuild version...Daniel Dunbar2011-11-12
* Remove the unnecessary dependency on libMBlazeCodeGen from libMBlazeDisassemb...Benjamin Kramer2011-11-11
* build/MBlazeDisassembler: Some compilers may generate an MBlaze disassemblerDaniel Dunbar2011-11-10
* build: Add initial cut at LLVMBuild.txt files.Daniel Dunbar2011-11-03
* Move various generated tables into read-only memory, fixing up const correctn...Benjamin Kramer2011-10-22
* Don't attach annotations to MCInst's. Instead, have the disassembler return,...Owen Anderson2011-09-15
* Refactor instprinter and mcdisassembler to take a SubtargetInfo. Add -mattr= ...James Molloy2011-09-07
* Move TargetRegistry and TargetSelect from Target to Support where they belong.Evan Cheng2011-08-24
* Allow the MCDisassembler to return a "soft fail" status code, indicating an i...Owen Anderson2011-08-17
* Rewrite the CMake build to use explicit dependencies between libraries,Chandler Carruth2011-07-29
* Clean up a pile of hacks in our CMake build relating to TableGen.Chandler Carruth2011-07-26
* Refactoring fail.Evan Cheng2011-07-25
* More MC layering violations.Evan Cheng2011-07-25
* Eliminate "const" from extern const to fix breakeage since r135184 on msvc.NAKAMURA Takumi2011-07-15
* Next round of MC refactoring. This patch factor MC table instantiations, MCEvan Cheng2011-07-14
* Merge XXXGenRegisterNames.inc into XXXGenRegisterInfo.incEvan Cheng2011-06-28
* Don't crash on invalid instructions when disassembling MBlaze code.Wesley Peck2011-04-11
* Teach the MBlaze disassembler to disassemble special purpose registers.Wesley Peck2010-12-20
* Fixed error and re-enabled MBlaze MC disassembler tests.Wesley Peck2010-11-13
* 1. Adding test cases for MBlaze MC disassembler.Wesley Peck2010-11-13
* Adding working version of assembly parser for the MBlaze backendWesley Peck2010-11-08
* Adding disassembler to the MicroBlaze backend.Wesley Peck2010-10-27