aboutsummaryrefslogtreecommitdiff
path: root/lib/Target/Mips/MipsAsmPrinter.cpp
AgeCommit message (Expand)Author
2013-02-19ELF symbol table field st_other support, Jack Carter
2013-02-15Remove a final dependency on the form field in tablegen; which is a remnantReed Kotler
2013-02-15Fix minor mips16 issues in directives for function prologue. Probably this doesReed Kotler
2013-02-06[mips] Make NOP a pseudo instruction and expand it to "sll $zero, $zero, 0".Akira Hatanaka
2013-02-05This patch changes a static_cast to dyn_castJack Carter
2013-01-30This patch implements runtime Mips specificJack Carter
2013-01-18This is a resubmittal. For some reason it broke the bots yesterdayJack Carter
2013-01-02Move all of the header files which are involved in modelling the LLVM IRChandler Carruth
2012-12-10[mips] Set HWEncoding field of registers. Use delete functionAkira Hatanaka
2012-12-03Use the new script to sort the includes of every file under lib.Chandler Carruth
2012-11-02[mips] Delete MipsFunctionInfo::EmitNOAT. Unconditionally print directiveAkira Hatanaka
2012-10-08Move TargetData to DataLayout.Micah Villmow
2012-10-02The mips 64bit instructions DSLL, DSRA, DSRL, DEXT and DINS get transformed b...Jack Carter
2012-09-27MIPS DSP: add code necessary for pseudo instruction lowering.Akira Hatanaka
2012-09-10Remove redundant semicolons which are null statements.Dmitri Gribenko
2012-09-06There are some Mips instructions that are lowered by the Jack Carter
2012-08-31The instruction DINS may be transformed into DINSU or DEXTM dependingJack Carter
2012-08-28The instruction DEXT may be transformed into DEXTU or DEXTM dependingJack Carter
2012-08-28Some instructions are passed to the assembler to beJack Carter
2012-07-18Mips specific inline asm operand modifier 'M':Jack Carter
2012-07-16Doubleword Shift Left Logical Plus 32Jack Carter
2012-07-11This change removes an "initialization" warning.Jack Carter
2012-07-10 Mips specific inline asm operand modifier 'L'.Jack Carter
2012-07-06 Changes per review of commit 159787Jack Carter
2012-07-05 Mips specific inline asm operand modifier D.Jack Carter
2012-06-28Changed the formatting sequence of a curly brace to Jack Carter
2012-06-28The Mips specific inline asm operand modifier 'z' has theJack Carter
2012-06-28Move lib/Analysis/DebugInfo.cpp to lib/VMCore/DebugInfo.cpp andBill Wendling
2012-06-21The inline asm operand modifier 'c' is suppose Jack Carter
2012-06-14Fix coding style violations. Remove white spaces and tabs.Akira Hatanaka
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