aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/MBlaze/Disassembler
Commit message (Expand)AuthorAgeFilesLines
* Remove edis - the enhanced disassembler. Fixes PR14654.Roman Divacky2012-12-192-11/+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-292-2/+2
* Emacs-tag and some comment fix for all ARM, CellSPU, Hexagon, MBlaze, MSP430,...Jia Liu2012-02-182-2/+2
* Make the EDis tables const.Benjamin Kramer2012-02-112-2/+2
* Enable streaming of bitcodeDerek Schuff2012-02-062-2/+2
* Remove mode specific disassembler classes and just call X86GenericDisassemble...Craig Topper2011-12-211-2/+0
* LLVMBuild: Remove trailing newline, which irked me.Daniel Dunbar2011-12-121-1/+0
* build/CMake: Finish removal of add_llvm_library_dependencies.Daniel Dunbar2011-11-291-7/+0
* Add several new instructions supported by the latest MicroBlaze.Wesley Peck2011-11-271-0/+18
* build: Attempt to rectify inconsistencies between CMake and LLVMBuild version...Daniel Dunbar2011-11-121-1/+0
* Remove the unnecessary dependency on libMBlazeCodeGen from libMBlazeDisassemb...Benjamin Kramer2011-11-112-9/+2
* build/MBlazeDisassembler: Some compilers may generate an MBlaze disassemblerDaniel Dunbar2011-11-101-1/+7
* build: Add initial cut at LLVMBuild.txt files.Daniel Dunbar2011-11-031-0/+24
* 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-152-2/+4
* Refactor instprinter and mcdisassembler to take a SubtargetInfo. Add -mattr= ...James Molloy2011-09-072-4/+5
* 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-172-26/+26
* Rewrite the CMake build to use explicit dependencies between libraries,Chandler Carruth2011-07-291-0/+8
* Clean up a pile of hacks in our CMake build relating to TableGen.Chandler Carruth2011-07-261-1/+1
* 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-274-0/+665