Fix bad indentation in r178276
[oota-llvm.git] / lib / Target / MBlaze / MBlazeInstrInfo.td
2013-02-05 Jakob Stoklund OlesenMove MRI liveouts to MBlaze return instructions.
2012-07-13 Jakob Stoklund OlesenRemove variable_ops from call instructions in most...
2012-02-18 Jia LiuEmacs-tag and some comment fix for all ARM, CellSPU...
2011-11-27 Wesley PeckAdd several new instructions supported by the latest...
2011-11-27 Wesley PeckOptimize comparison against 0 in conditional instructions.
2011-10-14 Jakob Stoklund OlesenBan rematerializable instructions with side effects.
2011-07-27 Eli FriedmanCode generation for 'fence' instruction.
2011-05-18 Cameron ZwarichAdd missing mayLoad / mayStore flags to instruction...
2011-04-11 Wesley PeckAdd scheduling information for the MBlaze backend.
2010-12-23 Chris LattnerFlag -> Glue, the ongoing saga
2010-12-22 Wesley PeckDon't generate carry bit when loading immediate values...
2010-12-22 Wesley PeckAdd support for some of the LLVM atomic operations...
2010-12-22 Wesley PeckModeling the carry bit in the MSR register of the Micro...
2010-12-20 Wesley PeckTeach the MBlaze disassembler to disassemble special...
2010-12-20 Wesley PeckTeach the MBlaze asm parser how to parse special purpos...
2010-12-16 Wesley PeckFix MBlaze backend call instructions so that arguments...
2010-12-15 Wesley PeckLower the MBlaze target specific calling conventions...
2010-12-12 Wesley PeckMissed some ADDI <-> ADDIK conversions in 121649.
2010-12-12 Wesley PeckThe ADD and ADDK (and all variants) instructions where...
2010-12-12 Wesley Peck1. Change MBlaze indirect branches to use absolute...
2010-12-06 Wesley PeckFixed reversed operands for IDIV and CMP instructions...
2010-11-21 Wesley PeckImplement ELF object file writing support for the MBlaz...
2010-11-13 Wesley Peck1. Adding test cases for MBlaze MC disassembler.
2010-11-13 Wesley Peck1. Adding missing immediate mode asm parser test cases.
2010-11-12 Wesley PeckFixing improperly encoded reverse subtract instructions...
2010-11-12 Wesley Peck1. Finishing MBlaze MC asm parser test cases
2010-11-11 Wesley PeckThe BRK instruction in the MicroBlaze is a branch-and...
2010-11-11 Wesley PeckFix tblgen instruction errors exposed by MC asm parser...
2010-11-08 Wesley PeckAdding working version of assembly parser for the MBlaz...
2010-11-02 Chris Lattnerper a suggestion by Frits van Bommel, mark all MBlaze...
2010-11-02 Chris Lattnermark a few codegenonly instructions.
2010-10-31 Chris Lattnerreapply r117858 with apparent editor malfunction fixed...
2010-10-31 Chris Lattnerrevert r117858 while I check out a failure I missed.
2010-10-31 Chris Lattnerthe asm matcher can't handle operands with modifiers...
2010-10-27 Wesley PeckAdding disassembler to the MicroBlaze backend.
2010-10-21 Wesley PeckAdding initial AsmParser implementation for the MBlaze...
2010-10-21 Wesley PeckRecommit 116986 with capitalization typo fixed.
2010-10-21 Wesley PeckReverting the commit 116986. It was breaking the build...
2010-10-21 Wesley PeckMajor update of the MicroBlaze backend. The new feature...
2010-08-17 Chris Lattnerfix emacs language spec's, patch by Edmund Grimley...
2010-02-23 Wesley PeckAdding the MicroBlaze backend.