RegAllocGreedy comment.
[oota-llvm.git] / lib / Target / MBlaze / Disassembler / MBlazeDisassembler.cpp
2013-05-24 Benjamin KramerRemove the Copied parameter from MemoryObject::readBytes.
2012-12-19 Roman DivackyRemove edis - the enhanced disassembler. Fixes PR14654.
2012-12-03 Chandler CarruthUse the new script to sort the includes of every file...
2012-03-11 Craig TopperUse uint16_t to store registers and opcode in static...
2012-02-29 Derek SchuffMake MemoryObject accessor members const again
2012-02-18 Jia LiuEmacs-tag and some comment fix for all ARM, CellSPU...
2012-02-11 Benjamin KramerMake the EDis tables const.
2012-02-06 Derek SchuffEnable streaming of bitcode
2011-11-27 Wesley PeckAdd several new instructions supported by the latest...
2011-11-11 Benjamin KramerRemove the unnecessary dependency on libMBlazeCodeGen...
2011-10-22 Benjamin KramerMove various generated tables into read-only memory...
2011-09-15 Owen AndersonDon't attach annotations to MCInst's. Instead, have...
2011-09-07 James MolloyRefactor instprinter and mcdisassembler to take a Subta...
2011-08-24 Evan ChengMove TargetRegistry and TargetSelect from Target to...
2011-08-17 Owen AndersonAllow the MCDisassembler to return a "soft fail" status...
2011-07-25 Evan ChengRefactoring fail.
2011-07-25 Evan ChengMore MC layering violations.
2011-07-15 NAKAMURA TakumiEliminate "const" from extern const to fix breakeage...
2011-07-14 Evan ChengNext round of MC refactoring. This patch factor MC...
2011-06-28 Evan ChengMerge XXXGenRegisterNames.inc into XXXGenRegisterInfo.inc
2011-04-11 Wesley PeckDon't crash on invalid instructions when disassembling...
2010-12-20 Wesley PeckTeach the MBlaze disassembler to disassemble special...
2010-11-13 Wesley PeckFixed error and re-enabled MBlaze MC disassembler tests.
2010-11-13 Wesley Peck1. Adding test cases for MBlaze MC disassembler.
2010-11-08 Wesley PeckAdding working version of assembly parser for the MBlaz...
2010-10-27 Wesley PeckAdding disassembler to the MicroBlaze backend.