aboutsummaryrefslogtreecommitdiff
path: root/lib/Target/Mips/MipsAsmPrinter.cpp
AgeCommit message (Expand)Author
2008-02-28Add a quick and dirty "loop aligner pass". x86 uses it to align its loops to ...Evan Cheng
2008-02-27Final de-tabification.Bill Wendling
2008-02-26Change "Name" to "AsmName" in the target register info. Gee, a refactoring toolBill Wendling
2008-02-10Rename MRegisterInfo to TargetRegisterInfo.Dan Gohman
2008-02-02Get rid of the annoying blank lines before labels.Evan Cheng
2007-12-30Add new shorter predicates for testing machine operands for various types: Chris Lattner
2007-12-30Use MachineOperand::getImm instead of MachineOperand::getImmedValue. Likewis...Chris Lattner
2007-12-29Remove attribution from file headers, per discussion on llvmdev.Chris Lattner
2007-11-12Added JumpTable supportBruno Cardoso Lopes
2007-11-05Added support for PIC code with "explicit relocations" *only*.Bruno Cardoso Lopes
2007-11-05Eliminate the remaining uses of getTypeSize. ThisDuncan Sands
2007-10-14Revert 42908 for now.Evan Cheng
2007-10-12Change the names used for internal labels to use the currentDan Gohman
2007-10-09Position Independent Code (PIC) support [2]Bruno Cardoso Lopes
2007-09-24Added "LoadEffective" pattern to handle stack locations.Bruno Cardoso Lopes
2007-08-28Mask directive completed with CalleeSave infoBruno Cardoso Lopes
2007-08-18Couple of small changes. Delay Slot handle header declared. Bruno Cardoso Lopes
2007-07-25Don't ignore the return value of AsmPrinter::doInitialization andDan Gohman
2007-07-11Added support for Mips specific GAS directivesBruno Cardoso Lopes
2007-06-06Initial Mips support, here we go! =)Bruno Cardoso Lopes