aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/Mips/MipsAsmPrinter.cpp
Commit message (Expand)AuthorAgeFilesLines
* Add new shorter predicates for testing machine operands for various types: Chris Lattner2007-12-301-3/+3
* Use MachineOperand::getImm instead of MachineOperand::getImmedValue. Likewis...Chris Lattner2007-12-301-2/+2
* Remove attribution from file headers, per discussion on llvmdev.Chris Lattner2007-12-291-2/+2
* Added JumpTable supportBruno Cardoso Lopes2007-11-121-25/+57
* Added support for PIC code with "explicit relocations" *only*.Bruno Cardoso Lopes2007-11-051-7/+37
* Eliminate the remaining uses of getTypeSize. ThisDuncan Sands2007-11-051-2/+2
* Revert 42908 for now.Evan Cheng2007-10-141-1/+1
* Change the names used for internal labels to use the currentDan Gohman2007-10-121-1/+1
* Position Independent Code (PIC) support [2]Bruno Cardoso Lopes2007-10-091-9/+19
* Added "LoadEffective" pattern to handle stack locations.Bruno Cardoso Lopes2007-09-241-4/+11
* Mask directive completed with CalleeSave infoBruno Cardoso Lopes2007-08-281-71/+110
* Couple of small changes. Delay Slot handle header declared. Bruno Cardoso Lopes2007-08-181-1/+1
* Don't ignore the return value of AsmPrinter::doInitialization andDan Gohman2007-07-251-2/+1
* Added support for Mips specific GAS directivesBruno Cardoso Lopes2007-07-111-19/+158
* Initial Mips support, here we go! =)Bruno Cardoso Lopes2007-06-061-0/+294