summaryrefslogtreecommitdiff
path: root/lib/Target/Mips/MipsMCInstLower.h
Commit message (Expand)AuthorAge
* [mips] Optimize long branch for MIPS64 by removing %higher and %highest.Sasa Stankovic2014-05-27
* [mips] Fix MipsLongBranch pass to work when the offset from the branch to theSasa Stankovic2014-04-30
* The asm printer has a mangler. Use it.Rafael Espindola2013-10-29
* MIPS DSP: add code necessary for pseudo instruction lowering.Akira Hatanaka2012-09-27
* 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
* Doubleword Shift Left Logical Plus 32Jack Carter2012-07-16
* Fix coding style violations. Remove white spaces and tabs.Akira Hatanaka2012-06-14
* Remove code in MipsAsmPrinter and MipsMCInstLower.Akira Hatanaka2012-06-14
* Remove code which is no longer needed in MipsAsmPrinter and MipsMCInstLower.Akira Hatanaka2012-06-02
* Remove the code that expands MIPS' .cpload directive.Akira Hatanaka2012-05-25
* Remove the code that emits MIPS' .cprestore directive.Akira Hatanaka2012-05-25
* Make the following changes in MipsAsmPrinter.cpp:Akira Hatanaka2012-05-12
* 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 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
* add Emacs tag and fix some comment error in file headersJia Liu2012-02-17
* Expand .cprestore directive to multiple instructions if the offset does not fit Akira Hatanaka2011-12-13
* This patch makes the following changes necessary for MIPS' direct code emission.Akira Hatanaka2011-11-23
* Properly handle Mips MC relocations and lower cpload and cprestore macros to ...Bruno Cardoso Lopes2011-11-08
* Drop support for Mips1 and Mips2.Akira Hatanaka2011-09-09
* 80 columns.Akira Hatanaka2011-09-09
* Fix handling of double precision loads and stores when Mips1 is targeted. Akira Hatanaka2011-08-16
* Define function MipsMCInstLower::LowerOperand. Akira Hatanaka2011-08-16
* Add parameter Offset to MipsMCInstLower::LowerSymbolOperand. Akira Hatanaka2011-08-16
* Define class MipsMCInstLower.Akira Hatanaka2011-07-07