aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/Mips/Mips16InstrInfo.cpp
Commit message (Expand)AuthorAgeFilesLines
* fix most of remaining issues with large frames.Reed Kotler2012-12-201-8/+131
* Use the new script to sort the includes of every file under lib.Chandler Carruth2012-12-031-4/+4
* Implement ADJCALLSTACKUP and ADJCALLSTACKDOWNReed Kotler2012-10-311-1/+17
* Change mips16 delay slot jumps to non delay slot forms by default.Reed Kotler2012-10-301-1/+1
* Add conditional branch instructions and their patterns.Reed Kotler2012-10-171-2/+29
* Div, Rem int/unsigned int Reed Kotler2012-10-121-8/+15
* 1. Add load/store words from the stackReed Kotler2012-09-281-2/+19
* mips16 fixes.Akira Hatanaka2012-09-141-1/+1
* Remove unused private field to silence build warning.Craig Topper2012-08-231-1/+1
* Move the code that creates instances of MipsInstrInfo and MipsFrameLowering outAkira Hatanaka2012-08-021-0/+4
* Add definitions of two subclasses of MipsRegisterInfo, Mips16RegisterInfo andAkira Hatanaka2012-07-311-1/+6
* Add definitions of two subclasses of MipsInstrInfo, MipsInstrInfo (for mips16),Akira Hatanaka2012-07-311-0/+123