aboutsummaryrefslogtreecommitdiff
path: root/lib/Target/DarwinTargetAsmInfo.cpp
AgeCommit message (Expand)Author
2009-05-09Rename PaddedSize to AllocSize, in the hope that thisDuncan Sands
2009-03-30Do not propagate ELF-specific stuff (data.rel) into other targets. This simpl...Anton Korobeynikov
2009-03-30Add data.rel stuffAnton Korobeynikov
2009-03-07Introduce new linkage types linkonce_odr, weak_odr, common_odrDuncan Sands
2009-01-27Treat [1 x i8] zeroinitializer as a C string, placing such stuff intoAnton Korobeynikov
2009-01-15Add the private linkage.Rafael Espindola
2009-01-12Rename getABITypeSize to getTypePaddedSize, asDuncan Sands
2009-01-05squash warnings.Devang Patel
2008-11-03Refactor various TargetAsmInfo subclasses' TargetMachine members awayDan Gohman
2008-10-08(re)Put const weak strings in appropriate section on Darwin.Dale Johannesen
2008-09-29Rename isWeakForLinker to mayBeOverridden. Use itDuncan Sands
2008-09-24Get rid of ReadOnlySection duplicateAnton Korobeynikov
2008-09-24Use named sections, where they should beAnton Korobeynikov
2008-09-24Get rid of now unused {Four,Eight,Sixteen}ByteConstantSectionAnton Korobeynikov
2008-09-24CleanupAnton Korobeynikov
2008-09-24Cleanup, no functionality changeAnton Korobeynikov
2008-09-24Get rid of duplicate char*/Section* DataSectionAnton Korobeynikov
2008-09-24Get rid of duplicate char*/Section* TextSectionAnton Korobeynikov
2008-09-09Move the uglier parts of deciding not to emit aDale Johannesen
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-07Add hook for constant pool section selection for darwin.Anton Korobeynikov
2008-07-19Switch MIPS to new ELFTargetAsmInfo. Add few FIXMEs.Anton Korobeynikov
2008-07-19Fix a FIXME :)Anton Korobeynikov
2008-07-19Use generic ELFTargetAsmInfo and DarwinTargetAsmInfo for X86 codeAnton Korobeynikov
2008-07-19Add TargetAsmInfo stuff for all darwin-based targetsAnton Korobeynikov