aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/Mips/MipsTargetAsmInfo.cpp
Commit message (Expand)AuthorAgeFilesLines
* Rename PaddedSize to AllocSize, in the hope that thisDuncan Sands2009-05-091-1/+1
* Introduce new linkage types linkonce_odr, weak_odr, common_odrDuncan Sands2009-03-071-1/+1
* Rename getABITypeSize to getTypePaddedSize, asDuncan Sands2009-01-121-1/+1
* Refactor various TargetAsmInfo subclasses' TargetMachine members awayDan Gohman2008-11-031-1/+1
* Rename isWeakForLinker to mayBeOverridden. Use itDuncan Sands2008-09-291-1/+1
* Get rid of ReadOnlySection duplicateAnton Korobeynikov2008-09-241-3/+3
* Get rid of now unused {Four,Eight,Sixteen}ByteConstantSectionAnton Korobeynikov2008-09-241-1/+0
* Undo most of r54519.Evan Cheng2008-08-081-1/+1
* It's not legal to output a GV in a coalesced section if it's used in an ARM P...Evan Cheng2008-08-081-1/+1
* Provide convenient helpersAnton Korobeynikov2008-08-071-2/+2
* Trim #includes.Dan Gohman2008-08-051-0/+1
* Removed small section flag for mips, the assembler doesnt support this flagBruno Cardoso Lopes2008-07-301-4/+12
* Added floating point lowering for setcc and brcond.Bruno Cardoso Lopes2008-07-281-2/+1
* Minor fixes.Bruno Cardoso Lopes2008-07-231-9/+12
* simplified small section logic Bruno Cardoso Lopes2008-07-221-35/+19
* Added small section asm emition logic for mips.Bruno Cardoso Lopes2008-07-221-0/+63
* Added initial support for small sections on Mips.Bruno Cardoso Lopes2008-07-211-0/+1
* Switch MIPS to new ELFTargetAsmInfo. Add few FIXMEs.asl2008-07-191-2/+3
* Fixed call stack alignment. Improved AsmPrinter alignment issues.Bruno Cardoso Lopes2008-07-151-1/+1
* Added Subtarget support into RegisterInfoBruno Cardoso Lopes2008-07-141-11/+13
* Remove attribution from file headers, per discussion on llvmdev.Chris Lattner2007-12-291-2/+2
* Setting GlobalDirective in TargetAsmInfo by default rather thanGordon Henriksen2007-12-231-1/+0
* Added JumpTable supportBruno Cardoso Lopes2007-11-121-3/+19
* It's not necessary to do rounding for alloca operations when the requestedDan Gohman2007-07-181-0/+22