RegAllocGreedy comment.
[oota-llvm.git] / lib / Target / MBlaze / AsmParser / MBlazeAsmParser.cpp
2013-07-24 Craig TopperSplit generated asm mnemonic matching table into a...
2013-03-15 Eric ChristopherSilence anonymous type in anonymous union warnings.
2013-02-20 Jim GrosbachMCParser: Update method names per coding guidelines.
2013-01-09 Eric ChristopherLast in the series of removing unnecessary '0' argument...
2013-01-07 Jordan RoseChange SMRange to be half-open (exclusive end) instead...
2012-12-20 Roman DivackyRemove MCTargetAsmLexer and its derived classes now...
2012-12-03 Chandler CarruthUse the new script to sort the includes of every file...
2012-10-25 Chad Rosier[ms-inline asm] Add support for creating AsmRewrites...
2012-10-15 Chad Rosier[ms-inline asm] Use incoming argument rather than hard...
2012-10-13 Chad Rosier[ms-inline asm] Remove the MatchInstruction() function...
2012-10-12 Chad Rosier[ms-inline asm] Use the new API introduced in r165830...
2012-10-05 Chad Rosier[ms-inline asm] Add a few typedefs to simplify future...
2012-10-01 Chad Rosier[ms-inline asm] Add the convertToMapAndConstraints...
2012-09-24 Chad RosierRather then have a wrapper function, have tblgen instan...
2012-09-24 Chad RosierRather then have a wrapper function, have tblgen instan...
2012-09-21 Chad Rosier[ms-inline asm] Expose the mnemonicIsValid() function...
2012-09-05 Chad RosierFix function name per coding standard.
2012-09-03 Chad Rosier[ms-inline asm] Asm operands can map to one or more...
2012-09-03 Chad Rosier[ms-inline asm] Add an interface to the GetMCInstOperan...
2012-09-03 Chad RosierAdd braces to the case statement.
2012-09-03 Chad RosierRemoved unused argument.
2012-09-03 Chad Rosier[ms-inline asm] Expose the Kind and Opcode variables...
2012-09-03 Chad RosierMove ErrorLoc decl into the scope where it's actually...
2012-08-31 Chad RosierThe ConvertToMCInst() function can't fail, so remove...
2012-03-27 Craig TopperPrune some includes
2012-01-20 David BlaikieMore dead code removal (using -Wunreachable-code)
2011-09-21 Wesley PeckFix some simple copy-paste errors in MBlaze ASM Parser...
2011-08-24 Evan ChengMove TargetRegistry and TargetSelect from Target to...
2011-08-15 Jim GrosbachMCTargetAsmParser target match predicate support.
2011-07-26 Evan ChengRename TargetAsmParser to MCTargetAsmParser and TargetA...
2011-07-25 Evan ChengRefactor MBlaze target to separate MC routines from...
2011-07-23 Evan ChengMove TargetAsmParser.h TargetAsmBackend.h and TargetAsm...
2011-07-13 Jim GrosbachUpdate MCParsedAsmOperand debug methods.
2011-07-09 Evan ChengChange createAsmParser to take a MCSubtargetInfo instea...
2011-07-08 Evan ChengTargetAsmParser doesn't need reference to Target.
2011-07-08 Evan ChengEliminate asm parser's dependency on TargetMachine:
2011-02-04 Daniel DunbarMC/AsmParser: Add support for allowing the conversion...
2011-02-03 Bob WilsonFix 80-column violations and whitespace.
2011-01-27 Roman DivackyIntroduce virtual ParseRegister method in TargetAsmParser.
2010-12-17 Benjamin KramerPass StringRefs by value, for consistency.
2010-11-12 Wesley Peck1. Finishing MBlaze MC asm parser test cases
2010-11-11 Wesley PeckFixed some bugs in MBlaze asm parser that were introduc...
2010-11-08 Wesley PeckAdding working version of assembly parser for the MBlaz...
2010-10-27 Wesley PeckAdding disassembler to the MicroBlaze backend.
2010-10-21 Wesley PeckAdding initial AsmParser implementation for the MBlaze...