summaryrefslogtreecommitdiff
path: root/lib/Target/Mips/MipsAsmPrinter.cpp
Commit message (Expand)AuthorAge
...
* Move all of the header files which are involved in modelling the LLVM IRChandler Carruth2013-01-02
* [mips] Set HWEncoding field of registers. Use delete functionAkira Hatanaka2012-12-10
* Use the new script to sort the includes of every file under lib.Chandler Carruth2012-12-03
* [mips] Delete MipsFunctionInfo::EmitNOAT. Unconditionally print directiveAkira Hatanaka2012-11-02
* Move TargetData to DataLayout.Micah Villmow2012-10-08
* The mips 64bit instructions DSLL, DSRA, DSRL, DEXT and DINS get transformed b...Jack Carter2012-10-02
* MIPS DSP: add code necessary for pseudo instruction lowering.Akira Hatanaka2012-09-27
* Remove redundant semicolons which are null statements.Dmitri Gribenko2012-09-10
* There are some Mips instructions that are lowered by the Jack Carter2012-09-06
* The instruction DINS may be transformed into DINSU or DEXTM dependingJack Carter2012-08-31
* The instruction DEXT may be transformed into DEXTU or DEXTM dependingJack Carter2012-08-28
* Some instructions are passed to the assembler to beJack Carter2012-08-28
* Mips specific inline asm operand modifier 'M':Jack Carter2012-07-18
* Doubleword Shift Left Logical Plus 32Jack Carter2012-07-16
* This change removes an "initialization" warning.Jack Carter2012-07-11
* Mips specific inline asm operand modifier 'L'.Jack Carter2012-07-10
* Changes per review of commit 159787Jack Carter2012-07-06
* Mips specific inline asm operand modifier D.Jack Carter2012-07-05
* Changed the formatting sequence of a curly brace to Jack Carter2012-06-28
* The Mips specific inline asm operand modifier 'z' has theJack Carter2012-06-28
* Move lib/Analysis/DebugInfo.cpp to lib/VMCore/DebugInfo.cpp andBill Wendling2012-06-28
* The inline asm operand modifier 'c' is suppose Jack Carter2012-06-21
* Fix coding style violations. Remove white spaces and tabs.Akira Hatanaka2012-06-14
* Remove code in MipsAsmPrinter and MipsMCInstLower.Akira Hatanaka2012-06-14
* Bundle jump/branch instructions with the instructions in the delay slot inAkira Hatanaka2012-06-13
* disable use of directive .set nomicromipsAkira Hatanaka2012-06-13
* Remove code which is no longer needed in MipsAsmPrinter and MipsMCInstLower.Akira Hatanaka2012-06-02
* Add support for the mips inline asm 'm' output modifier.Eric Christopher2012-05-30
* Remove the code that emits MIPS' .cprestore directive.Akira Hatanaka2012-05-25
* Turn on mips16 pseudo op when compiling for mips16.Akira Hatanaka2012-05-24
* Add support for the 'd' mips inline asm output modifier.Eric Christopher2012-05-19
* Add support for the mips 'x' inline asm modifier.Eric Christopher2012-05-18
* Make the following changes in MipsAsmPrinter.cpp:Akira Hatanaka2012-05-12
* Add support for the 'X' inline asm operand modifier.Eric Christopher2012-05-10
* Convert more uses of XXXRegisterClass to &XXXRegClass. No functional change s...Craig Topper2012-04-20
* Emit all directives except for ".cprestore" during asm printing rather than emitAkira Hatanaka2012-03-28
* Reorder includes in Target backends to following coding standards. Remove som...Craig Topper2012-03-17
* Remove unused header files.Akira Hatanaka2012-03-09
* remove blanks, and some code formatJia Liu2012-02-28
* Add an option to use a virtual register as the global base register instead ofAkira Hatanaka2012-02-24
* Remove dead code. Improve llvm_unreachable text. Simplify some control flow.Ahmed Charles2012-02-19
* remove Emacs-tag form .cpp files in Mips Backend, and fix some typo.Jia Liu2012-02-17
* add Emacs tag and fix some comment error in file headersJia Liu2012-02-17
* Cleanup Mips code and rename some variables. Patch by Jack CarterBruno Cardoso Lopes2011-12-30
* Detect unaligned loads/stores that have been added for Mips64 support.Akira Hatanaka2011-12-24
* Tidy up. Simplify logic. No functional change intended.Akira Hatanaka2011-12-19
* Expand .cprestore directive to multiple instructions if the offset does not fit Akira Hatanaka2011-12-13
* Add bundle aware API for querying instruction properties and switch the codeEvan Cheng2011-12-07
* This patch makes the following changes necessary for MIPS' direct code emission.Akira Hatanaka2011-11-23
* Remove MipsMCSymbolRefExpr.Akira Hatanaka2011-11-15