summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/Mips/MipsTargetAsmInfo.cpp
Commit message (Expand)AuthorAgeFilesLines
* Rename TargetAsmInfo (and its subclasses) to MCAsmInfo.Chris Lattner2009-08-221-27/+0
* Change TargetAsmInfo to be constructed via TargetRegistry from a Target+TripleChris Lattner2009-08-121-1/+1
* now that JumpTableDirective can differentate picness itself, MIPS TAI Chris Lattner2009-08-111-2/+1
* split "JumpTableDirective" (an existing hack) into a PIC and nonPICChris Lattner2009-08-111-3/+1
* Remove -disable-mips-abicall and -enable-mips-absolute-call command-line Eli Friedman2009-08-031-3/+1
* remove TargetAsmInfo::TM, which is now dead. The basic TAI class now Chris Lattner2009-08-021-3/+1
* .rdata == .rodata on mips.Chris Lattner2009-08-011-1/+0
* REmove dead fields of TAI.Chris Lattner2009-08-011-2/+0
* Rip all of the global variable lowering logic out of TargetAsmInfo. SinceChris Lattner2009-07-281-2/+0
* Eliminate getNamed/getUnnamedSection, adding a new and unified getOrCreateSec...Chris Lattner2009-07-271-1/+1
* Eliminate SectionFlags, just embed a SectionKind into SectionChris Lattner2009-07-271-2/+1
* untangle a TargetAsmInfo hack where ELFTargetAsmInfo would create aChris Lattner2009-07-261-2/+3
* remove more bits of small section support.Chris Lattner2009-07-241-9/+4
* Remove SectionKind::Small*. This was only used on mips, and is apparentlyChris Lattner2009-07-241-48/+2
* remove SectionFlags::Small: it is only used on Xcore, and we'll findChris Lattner2009-07-221-8/+0
* 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.Anton Korobeynikov2008-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
* Initial Mips support, here we go! =)Bruno Cardoso Lopes2007-06-061-0/+22
OpenPOWER on IntegriCloud