aboutsummaryrefslogtreecommitdiff
path: root/lib/Target/Mips/MipsAsmPrinter.cpp
AgeCommit message (Expand)Author
2012-06-14Remove code in MipsAsmPrinter and MipsMCInstLower.Akira Hatanaka
2012-06-13Bundle jump/branch instructions with the instructions in the delay slot inAkira Hatanaka
2012-06-13disable use of directive .set nomicromipsAkira Hatanaka
2012-06-02Remove code which is no longer needed in MipsAsmPrinter and MipsMCInstLower.Akira Hatanaka
2012-05-30Add support for the mips inline asm 'm' output modifier.Eric Christopher
2012-05-25Remove the code that emits MIPS' .cprestore directive.Akira Hatanaka
2012-05-24Turn on mips16 pseudo op when compiling for mips16.Akira Hatanaka
2012-05-19Add support for the 'd' mips inline asm output modifier.Eric Christopher
2012-05-18Add support for the mips 'x' inline asm modifier.Eric Christopher
2012-05-12Make the following changes in MipsAsmPrinter.cpp:Akira Hatanaka
2012-05-10Add support for the 'X' inline asm operand modifier.Eric Christopher
2012-04-20Convert more uses of XXXRegisterClass to &XXXRegClass. No functional change s...Craig Topper
2012-03-28Emit all directives except for ".cprestore" during asm printing rather than emitAkira Hatanaka
2012-03-17Reorder includes in Target backends to following coding standards. Remove som...Craig Topper
2012-03-09Remove unused header files.Akira Hatanaka
2012-02-28remove blanks, and some code formatJia Liu
2012-02-24Add an option to use a virtual register as the global base register instead ofAkira Hatanaka
2012-02-19Remove dead code. Improve llvm_unreachable text. Simplify some control flow.Ahmed Charles
2012-02-17remove Emacs-tag form .cpp files in Mips Backend, and fix some typo.Jia Liu
2012-02-17add Emacs tag and fix some comment error in file headersJia Liu
2011-12-30Cleanup Mips code and rename some variables. Patch by Jack CarterBruno Cardoso Lopes
2011-12-24Detect unaligned loads/stores that have been added for Mips64 support.Akira Hatanaka
2011-12-19Tidy up. Simplify logic. No functional change intended.Akira Hatanaka
2011-12-13Expand .cprestore directive to multiple instructions if the offset does not fit Akira Hatanaka
2011-12-07Add bundle aware API for querying instruction properties and switch the codeEvan Cheng
2011-11-23This patch makes the following changes necessary for MIPS' direct code emission.Akira Hatanaka
2011-11-15Remove MipsMCSymbolRefExpr.Akira Hatanaka
2011-11-11Mips MC object code emission improvements:Bruno Cardoso Lopes
2011-11-08Properly handle Mips MC relocations and lower cpload and cprestore macros to ...Bruno Cardoso Lopes
2011-11-06Replace (Lower|Upper)caseString in favor of StringRef's newest methods.Benjamin Kramer
2011-10-11Fix function isUnalignedLoadStore.Akira Hatanaka
2011-10-08Add patterns for unaligned load and store instructions and enable theAkira Hatanaka
2011-09-22Add enums and functions for symbols Mips64 uses.Akira Hatanaka
2011-09-21Add a base class for Mips TargetMachines and add Mips64 TargetMachines. Akira Hatanaka
2011-09-09O64 will not be supported.Akira Hatanaka
2011-09-09Drop support for Mips1 and Mips2.Akira Hatanaka
2011-08-24Move TargetRegistry and TargetSelect from Target to Support where they belong.Evan Cheng
2011-08-17Add support for half-word unaligned loads and stores.Akira Hatanaka
2011-08-16Fix handling of double precision loads and stores when Mips1 is targeted. Akira Hatanaka
2011-08-12Define unaligned load and store. Akira Hatanaka
2011-07-25Separate MCInstPrinter registration from AsmPrinter registration.Evan Cheng
2011-07-07Lower MachineInstr to MC Inst and print to .s files. Akira Hatanaka
2011-07-07Rather than having printMemOperand change the way memory operands are printedAkira Hatanaka
2011-07-07Change visibility of MipsAsmPrinter.Akira Hatanaka
2011-07-07Reverse order of operands of address operand mem so that the base operand comesAkira Hatanaka
2011-07-07Add missing return statement.Akira Hatanaka
2011-07-01Improve Mips back-end's handling of DBG_VALUE. Akira Hatanaka
2011-06-21Re-apply 132758 and 132768 which were speculatively reverted in 132777. Akira Hatanaka
2011-06-09Speculatively revert 132758 and 132768 to try to fix the Windows buildbots.Eric Christopher
2011-06-09Initial support for inline asm memory operand constraints.Akira Hatanaka