aboutsummaryrefslogtreecommitdiff
path: root/lib/Target/Mips/MipsMCInstLower.cpp
AgeCommit message (Expand)Author
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-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-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
2012-02-07Convert assert(0) to llvm_unreachableCraig Topper
2012-01-18Ignore register mask operands when lowering instructions to MC.Jakob Stoklund Olesen
2011-12-30Cleanup Mips code and rename some variables. Patch by Jack CarterBruno Cardoso Lopes
2011-12-19Tidy up. Simplify logic. No functional change intended.Akira Hatanaka
2011-12-14Add support for local dynamic TLS model in LowerGlobalTLSAddress. Direct objectAkira Hatanaka
2011-12-13Expand .cprestore directive to multiple instructions if the offset does not fit Akira Hatanaka
2011-12-07Add a few moreLocal/Global R_MIPS_GOT related fixups andBruno Cardoso Lopes
2011-11-23This patch makes the following changes necessary for MIPS' direct code emission.Akira Hatanaka
2011-11-11Mips MC object code emission improvements:Bruno Cardoso Lopes
2011-11-08Properly handle Mips MC relocations and lower cpload and cprestore macros to ...Bruno Cardoso Lopes
2011-09-22Add enums and functions for symbols Mips64 uses.Akira Hatanaka
2011-09-09Drop support for Mips1 and Mips2.Akira Hatanaka
2011-08-16Fix handling of double precision loads and stores when Mips1 is targeted. Akira Hatanaka
2011-08-16Define function MipsMCInstLower::LowerOperand. Akira Hatanaka
2011-08-16Add parameter Offset to MipsMCInstLower::LowerSymbolOperand. Akira Hatanaka
2011-07-08Raise assertion when MachineOperand has unexpected target flag.Akira Hatanaka
2011-07-08Make sure variable Kind is assigned a value to suppress warning.Akira Hatanaka
2011-07-07Define class MipsMCInstLower.Akira Hatanaka