aboutsummaryrefslogtreecommitdiff
path: root/lib/Target/Mips/MipsTargetAsmInfo.cpp
AgeCommit message (Expand)Author
2009-01-12Rename getABITypeSize to getTypePaddedSize, asDuncan Sands
2008-11-03Refactor various TargetAsmInfo subclasses' TargetMachine members awayDan Gohman
2008-09-29Rename isWeakForLinker to mayBeOverridden. Use itDuncan Sands
2008-09-24Get rid of ReadOnlySection duplicateAnton Korobeynikov
2008-09-24Get rid of now unused {Four,Eight,Sixteen}ByteConstantSectionAnton Korobeynikov
2008-08-08Undo most of r54519.Evan Cheng
2008-08-08It's not legal to output a GV in a coalesced section if it's used in an ARM P...Evan Cheng
2008-08-07Provide convenient helpersAnton Korobeynikov
2008-08-05Trim #includes.Dan Gohman
2008-07-30Removed small section flag for mips, the assembler doesnt support this flagBruno Cardoso Lopes
2008-07-28Added floating point lowering for setcc and brcond.Bruno Cardoso Lopes
2008-07-23Minor fixes.Bruno Cardoso Lopes
2008-07-22simplified small section logic Bruno Cardoso Lopes
2008-07-22Added small section asm emition logic for mips.Bruno Cardoso Lopes
2008-07-21Added initial support for small sections on Mips.Bruno Cardoso Lopes
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
2007-12-29Remove attribution from file headers, per discussion on llvmdev.Chris Lattner
2007-12-23Setting GlobalDirective in TargetAsmInfo by default rather thanGordon Henriksen
2007-11-12Added JumpTable supportBruno Cardoso Lopes
2007-06-06Initial Mips support, here we go! =)Bruno Cardoso Lopes