summaryrefslogtreecommitdiff
path: root/lib/Target/Mips/MipsMCInstLower.cpp
Commit message (Expand)AuthorAge
* Tidy up. Simplify logic. No functional change intended.Akira Hatanaka2011-12-19
* Add support for local dynamic TLS model in LowerGlobalTLSAddress. Direct objectAkira Hatanaka2011-12-14
* Expand .cprestore directive to multiple instructions if the offset does not fit Akira Hatanaka2011-12-13
* Add a few moreLocal/Global R_MIPS_GOT related fixups andBruno Cardoso Lopes2011-12-07
* This patch makes the following changes necessary for MIPS' direct code emission.Akira Hatanaka2011-11-23
* Mips MC object code emission improvements:Bruno Cardoso Lopes2011-11-11
* Properly handle Mips MC relocations and lower cpload and cprestore macros to ...Bruno Cardoso Lopes2011-11-08
* Add enums and functions for symbols Mips64 uses.Akira Hatanaka2011-09-22
* Drop support for Mips1 and Mips2.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
* Raise assertion when MachineOperand has unexpected target flag.Akira Hatanaka2011-07-08
* Make sure variable Kind is assigned a value to suppress warning.Akira Hatanaka2011-07-08
* Define class MipsMCInstLower.Akira Hatanaka2011-07-07