Mips assembler: Improve set register alias handling
[oota-llvm.git] / lib / Target / Mips / AsmParser / MipsAsmParser.cpp
2013-05-28 Jack CarterMips assembler: Improve set register alias handling
2013-04-25 Jack CarterMips assembler: .set reorder support
2013-04-18 Jack CarterMips assembler: formatting and comment changes.
2013-04-17 Evgeniy StepanovFix -Werror build.
2013-04-17 Jack CarterMips assembler: Enable handling of nested expressions
2013-04-15 Jack CarterMips assembler: Explicit floating point condition regis...
2013-03-22 Jack CarterThis patch that enables the Mips assembler to use symbo...
2013-03-21 Jack CarterThis patch enables the Mips .set directive to define...
2013-03-15 Eric ChristopherSilence anonymous type in anonymous union warnings.
2013-02-21 Jack CarterMips specific standalone assembler addressing mode...
2013-02-20 Jack CarterELF symbol table field st_other support,
2013-02-20 Jim GrosbachMCParser: Update method names per coding guidelines.
2013-01-25 Jack CarterThis patch implements parsing the .word
2013-01-17 Jack CarterThis is a resubmittal. For some reason it broke the...
2013-01-16 Jack Carterreverting 172579
2013-01-16 Jack CarterAkira,
2013-01-12 NAKAMURA TakumiMipsAsmParser: Try to unbreak tests to add extra check.
2013-01-12 Jack CarterThis patch tackles the problem of parsing Mips
2013-01-07 Jordan RoseChange SMRange to be half-open (exclusive end) instead...
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-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-09 Jack CarterInitial assembler implementation of Mips load address...
2012-10-09 David ChisnallImprovements to MIPS64 assembler:
2012-10-06 Jack CarterMinor changes based on post commit review:
2012-10-05 Jack CarterMinor changes based on post commit review:
2012-10-05 Chad Rosier[ms-inline asm] Add a few typedefs to simplify future...
2012-10-04 Jack CarterImplement methods that enable expansion of load immediate
2012-10-04 Jack CarterThis patch is a partial implementation of mips .set...
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-10 Benjamin KramerMake helper function static.
2012-09-07 Benjamin KramerMipsAsmParser: Fix a couple of string use-after-frees...
2012-09-07 Jack CarterThe Mips standalone assembler intial directive support.
2012-09-07 Jack CarterThe Mips standalone assembler fpu instruction support.
2012-09-06 David BlaikieRemove unused variable introduced by r163346.
2012-09-06 Jack CarterThe Mips standalone assembler memory instruction support.
2012-09-05 Jack CarterMips specific llvm assembler support for ALU instructio...
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 a comment.
2012-09-03 Chad Rosier[ms-inline asm] Add an interface to the GetMCInstOperan...
2012-08-17 Akira HatanakaAdd stub methods for mips assembly matcher.
2012-02-17 Jia Liuremove Emacs-tag form .cpp files in Mips Backend, and...
2012-02-17 Jia Liuadd Emacs tag and fix some comment error in file headers
2012-01-11 Rafael EspindolaAdd the skeleton of an asm parser for mips.