aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/Mips/MipsAsmPrinter.cpp
Commit message (Expand)AuthorAgeFilesLines
* Added floating point lowering for setcc and brcond.Bruno Cardoso Lopes2008-07-281-11/+7
* Added initial support for small sections on Mips.Bruno Cardoso Lopes2008-07-211-3/+8
* Use chars, where possibleasl2008-07-191-25/+25
* Switch MIPS to new ELFTargetAsmInfo. Add few FIXMEs.asl2008-07-191-135/+108
* Fixed call stack alignment. Improved AsmPrinter alignment issues.Bruno Cardoso Lopes2008-07-151-10/+36
* Added Subtarget support into RegisterInfoBruno Cardoso Lopes2008-07-141-53/+79
* Fixe typos and 80 column size problemsBruno Cardoso Lopes2008-07-091-3/+3
* Several changes to Mips backend, experimental fp support being the mostBruno Cardoso Lopes2008-07-051-0/+9
* Unneeded include's.Evan Cheng2008-06-191-1/+0
* Some Mips minor fixesBruno Cardoso Lopes2008-06-041-0/+2
* Add CommonLinkage; currently tentative definitionsDale Johannesen2008-05-141-2/+4
* Add a quick and dirty "loop aligner pass". x86 uses it to align its loops to ...Evan Cheng2008-02-281-1/+1
* Final de-tabification.Bill Wendling2008-02-271-5/+5
* Change "Name" to "AsmName" in the target register info. Gee, a refactoring toolBill Wendling2008-02-261-3/+3
* Rename MRegisterInfo to TargetRegisterInfo.Dan Gohman2008-02-101-4/+4
* Get rid of the annoying blank lines before labels.Evan Cheng2008-02-021-1/+0
* 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
* It's not necessary to do rounding for alloca operations when the requestedDan Gohman2007-07-181-0/+433