aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/Mips/MipsAsmPrinter.cpp
Commit message (Expand)AuthorAgeFilesLines
* [mips] Delete MipsFunctionInfo::EmitNOAT. Unconditionally print directiveAkira Hatanaka2012-11-021-5/+2
* Move TargetData to DataLayout.Micah Villmow2012-10-081-1/+1
* The mips 64bit instructions DSLL, DSRA, DSRL, DEXT and DINS get transformed b...Jack Carter2012-10-021-17/+0
* MIPS DSP: add code necessary for pseudo instruction lowering.Akira Hatanaka2012-09-271-0/+11
* Remove redundant semicolons which are null statements.Dmitri Gribenko2012-09-101-1/+1
* There are some Mips instructions that are lowered by the Jack Carter2012-09-061-25/+9
* The instruction DINS may be transformed into DINSU or DEXTM dependingJack Carter2012-08-311-3/+3
* The instruction DEXT may be transformed into DEXTU or DEXTM dependingJack Carter2012-08-281-0/+11
* Some instructions are passed to the assembler to beJack Carter2012-08-281-20/+24
* Mips specific inline asm operand modifier 'M':Jack Carter2012-07-181-3/+8
* Doubleword Shift Left Logical Plus 32Jack Carter2012-07-161-1/+21
* This change removes an "initialization" warning.Jack Carter2012-07-111-4/+3
* Mips specific inline asm operand modifier 'L'.Jack Carter2012-07-101-14/+22
* Changes per review of commit 159787Jack Carter2012-07-061-6/+5
* Mips specific inline asm operand modifier D.Jack Carter2012-07-051-7/+41
* Changed the formatting sequence of a curly brace to Jack Carter2012-06-281-2/+2
* The Mips specific inline asm operand modifier 'z' has theJack Carter2012-06-281-1/+13
* Move lib/Analysis/DebugInfo.cpp to lib/VMCore/DebugInfo.cpp andBill Wendling2012-06-281-3/+3
* The inline asm operand modifier 'c' is suppose Jack Carter2012-06-211-1/+2
* Fix coding style violations. Remove white spaces and tabs.Akira Hatanaka2012-06-141-2/+2
* Remove code in MipsAsmPrinter and MipsMCInstLower.Akira Hatanaka2012-06-141-9/+0
* Bundle jump/branch instructions with the instructions in the delay slot inAkira Hatanaka2012-06-131-3/+8
* disable use of directive .set nomicromipsAkira Hatanaka2012-06-131-1/+2
* Remove code which is no longer needed in MipsAsmPrinter and MipsMCInstLower.Akira Hatanaka2012-06-021-57/+0
* Add support for the mips inline asm 'm' output modifier.Eric Christopher2012-05-301-0/+5
* Remove the code that emits MIPS' .cprestore directive.Akira Hatanaka2012-05-251-22/+0
* Turn on mips16 pseudo op when compiling for mips16.Akira Hatanaka2012-05-241-1/+7
* Add support for the 'd' mips inline asm output modifier.Eric Christopher2012-05-191-12/+17
* Add support for the mips 'x' inline asm modifier.Eric Christopher2012-05-181-0/+5
* Make the following changes in MipsAsmPrinter.cpp:Akira Hatanaka2012-05-121-20/+5
* Add support for the 'X' inline asm operand modifier.Eric Christopher2012-05-101-4/+16
* Convert more uses of XXXRegisterClass to &XXXRegClass. No functional change s...Craig Topper2012-04-201-5/+5
* Emit all directives except for ".cprestore" during asm printing rather than emitAkira Hatanaka2012-03-281-45/+92
* Reorder includes in Target backends to following coding standards. Remove som...Craig Topper2012-03-171-1/+1
* Remove unused header files.Akira Hatanaka2012-03-091-2/+0
* remove blanks, and some code formatJia Liu2012-02-281-9/+9
* Add an option to use a virtual register as the global base register instead ofAkira Hatanaka2012-02-241-0/+12
* Remove dead code. Improve llvm_unreachable text. Simplify some control flow.Ahmed Charles2012-02-191-4/+1
* remove Emacs-tag form .cpp files in Mips Backend, and fix some typo.Jia Liu2012-02-171-1/+1
* add Emacs tag and fix some comment error in file headersJia Liu2012-02-171-1/+1
* Cleanup Mips code and rename some variables. Patch by Jack CarterBruno Cardoso Lopes2011-12-301-5/+5
* Detect unaligned loads/stores that have been added for Mips64 support.Akira Hatanaka2011-12-241-1/+8
* Tidy up. Simplify logic. No functional change intended.Akira Hatanaka2011-12-191-1/+2
* Expand .cprestore directive to multiple instructions if the offset does not fit Akira Hatanaka2011-12-131-9/+7
* Add bundle aware API for querying instruction properties and switch the codeEvan Cheng2011-12-071-2/+2
* This patch makes the following changes necessary for MIPS' direct code emission.Akira Hatanaka2011-11-231-9/+16
* Remove MipsMCSymbolRefExpr.Akira Hatanaka2011-11-151-1/+0
* Mips MC object code emission improvements:Bruno Cardoso Lopes2011-11-111-0/+1
* Properly handle Mips MC relocations and lower cpload and cprestore macros to ...Bruno Cardoso Lopes2011-11-081-24/+62
* Replace (Lower|Upper)caseString in favor of StringRef's newest methods.Benjamin Kramer2011-11-061-5/+4