aboutsummaryrefslogtreecommitdiff
path: root/lib/Target/Mips/MipsAsmPrinter.cpp
AgeCommit message (Expand)Author
2009-03-11It makes no sense to have a ODR version of commonDuncan Sands
2009-03-07Introduce new linkage types linkonce_odr, weak_odr, common_odrDuncan Sands
2009-02-24Overhaul my earlier submission due to feedback. It's a large patch, but most ofBill Wendling
2009-02-18Put code that generates debug labels into TableGen so that it can be used byBill Wendling
2009-01-15Add the private linkage.Rafael Espindola
2009-01-12Rename getABITypeSize to getTypePaddedSize, asDuncan Sands
2008-10-03Switch the MachineOperand accessors back to the short names likeDan Gohman
2008-09-29Rename isWeakForLinker to mayBeOverridden. Use itDuncan Sands
2008-09-24Move actual section printing stuff to AsmPrinter from TAI reducing heap traffic.Anton Korobeynikov
2008-09-24Drop obsolete hook and change all usage to new interfaceAnton Korobeynikov
2008-08-21Use raw_ostream throughout the AsmPrinter.Owen Anderson
2008-08-13Removed SELECT_CC custom lowering. This is not needed anymore, the SELECT nodeBruno Cardoso Lopes
2008-08-08Handle visibility printing with all generality. Remove bunch of duplicate code.Anton Korobeynikov
2008-08-07Use EmitAlignment consistentlyAnton Korobeynikov
2008-08-06Added support for fp callee saved registers.Bruno Cardoso Lopes
2008-08-02Improved asm inline for hi,lo resultsBruno Cardoso Lopes
2008-07-28Added floating point lowering for setcc and brcond.Bruno Cardoso Lopes
2008-07-21Added initial support for small sections on Mips.Bruno Cardoso Lopes
2008-07-19Use chars, where possibleAnton Korobeynikov
2008-07-19Switch MIPS to new ELFTargetAsmInfo. Add few FIXMEs.Anton Korobeynikov
2008-07-15Fixed call stack alignment. Improved AsmPrinter alignment issues.Bruno Cardoso Lopes
2008-07-14Added Subtarget support into RegisterInfoBruno Cardoso Lopes
2008-07-09Fixe typos and 80 column size problemsBruno Cardoso Lopes
2008-07-05Several changes to Mips backend, experimental fp support being the mostBruno Cardoso Lopes
2008-06-19Unneeded include's.Evan Cheng
2008-06-04Some Mips minor fixesBruno Cardoso Lopes
2008-05-14Add CommonLinkage; currently tentative definitionsDale Johannesen
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