aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/Mips/MipsMCInstLower.h
Commit message (Expand)AuthorAgeFilesLines
* Emit all directives except for ".cprestore" during asm printing rather than emitAkira Hatanaka2012-03-281-5/+5
* Reorder includes in Target backends to following coding standards. Remove som...Craig Topper2012-03-171-3/+1
* remove blanks, and some code formatJia Liu2012-02-281-3/+3
* Add an option to use a virtual register as the global base register instead ofAkira Hatanaka2012-02-241-0/+1
* add Emacs tag and fix some comment error in file headersJia Liu2012-02-171-1/+1
* Expand .cprestore directive to multiple instructions if the offset does not fit Akira Hatanaka2011-12-131-1/+1
* This patch makes the following changes necessary for MIPS' direct code emission.Akira Hatanaka2011-11-231-1/+3
* Properly handle Mips MC relocations and lower cpload and cprestore macros to ...Bruno Cardoso Lopes2011-11-081-0/+3
* Drop support for Mips1 and Mips2.Akira Hatanaka2011-09-091-4/+0
* 80 columns.Akira Hatanaka2011-09-091-1/+1
* Fix handling of double precision loads and stores when Mips1 is targeted. Akira Hatanaka2011-08-161-0/+4
* Define function MipsMCInstLower::LowerOperand. Akira Hatanaka2011-08-161-0/+1
* Add parameter Offset to MipsMCInstLower::LowerSymbolOperand. Akira Hatanaka2011-08-161-1/+1
* Define class MipsMCInstLower.Akira Hatanaka2011-07-071-0/+43