Whitespace cleanup. Remove trailing whitespace.
[oota-llvm.git] / lib / Target / DarwinTargetAsmInfo.cpp
2009-08-02 Chris Lattnermove dwarf debug info section selection stuff from...
2009-08-02 Chris LattnerI need Triple information, 10.6 shouldn't set this...
2009-08-02 Chris Lattnerremove TargetAsmInfo::TM, which is now dead. The basic...
2009-08-02 Chris Lattnerconvert ctors/dtors section to be in TLOF instead of
2009-08-01 Chris LattnerRemove "JumpTableDataSection" from TAI, instead, have...
2009-08-01 Chris LattnerREmove dead fields of TAI.
2009-07-31 Chris Lattnermove emitUsedDirectiveFor to TargetLoweringObjectFile...
2009-07-28 Chris LattnerRip all of the global variable lowering logic out of...
2009-07-27 Chris Lattnersink text/data section creation down into the target...
2009-07-27 Chris Lattner32-bit darwin targets support .literal16 too.
2009-07-27 Chris LattnerEliminate getNamed/getUnnamedSection, adding a new...
2009-07-27 Chris LattnerEliminate SectionFlags, just embed a SectionKind into...
2009-07-26 Chris Lattnersimplify this code now that SectionKind knows if a...
2009-07-26 Chris Lattnerrename Mergable -> Mergeable and Writable -> Writeable
2009-07-26 Chris Lattnersimplify getSectionForMergableConstant to take a Sectio...
2009-07-26 Chris Lattnerintroduce specialized mergable const sectionkinds for...
2009-07-26 Chris LattnerRearrange all the SectionKinds and structure them into...
2009-07-26 Chris Lattnerfinish simplifying DarwinTargetAsmInfo::SelectSectionFo...
2009-07-26 Chris Lattnersimplify DarwinTargetAsmInfo::SelectSectionForGlobal...
2009-07-25 Chris Lattnermake SectionKind be a first-class pod struct instead...
2009-07-25 Chris Lattnerthis is (unfortunately) several changes mixed together:
2009-07-24 Chris Lattnermake SectionKindForGlobal target independent, and there...
2009-07-24 Chris Lattnerwe already know the sectionkind when invoking SelectSec...
2009-07-24 Chris Lattnerhoist section name uniquing logic up to the top-level...
2009-07-24 Chris LattnerReplace UniqueSectionForGlobal with getSectionPrefixFor...
2009-07-22 Chris Lattnerinline the two MergeableConstSection implementations...
2009-07-22 Chris Lattnerremove the SelectSectionForMachineConst hook, replacing...
2009-07-21 Chris Lattnersimplify based on the fact that darwin always uses...
2009-07-21 Chris Lattnermake some stuff private.
2009-07-21 Chris LattnerRename LessPrivateGlobalPrefix -> LinkerPrivateGlobalPr...
2009-07-20 Bill WendlingSimplify the code in DarwinTargetAsmInfo::emitUsedDirec...
2009-07-17 Chris LattnerUntangle a snarl that I discovered when updating the...
2009-07-15 Duncan SandsRemove StringConstantPrefix now that the only user
2009-07-14 Chris LattnerReapply my previous asmprinter changes now with more...
2009-07-14 Torok Edwinllvm_unreachable->llvm_unreachable(0), LLVM_UNREACHABLE...
2009-07-14 Daniel DunbarRevert r7561{9,8,7,6}, which depend on r75610.
2009-07-14 Chris Lattnerrename getValueName -> getMangledName. These two files...
2009-07-11 Torok Edwinassert(0) -> LLVM_UNREACHABLE.
2009-06-19 Chris Lattnermerge the common darwin settings from the X86/PPC/ARM...
2009-05-09 Duncan SandsRename PaddedSize to AllocSize, in the hope that this
2009-03-30 Anton KorobeynikovDo not propagate ELF-specific stuff (data.rel) into...
2009-03-30 Anton KorobeynikovAdd data.rel stuff
2009-03-07 Duncan SandsIntroduce new linkage types linkonce_odr, weak_odr...
2009-01-27 Anton KorobeynikovTreat [1 x i8] zeroinitializer as a C string, placing...
2009-01-15 Rafael EspindolaAdd the private linkage.
2009-01-12 Duncan SandsRename getABITypeSize to getTypePaddedSize, as
2009-01-05 Devang Patelsquash warnings.
2008-11-03 Dan GohmanRefactor various TargetAsmInfo subclasses' TargetMachin...
2008-10-08 Dale Johannesen(re)Put const weak strings in appropriate section on...
2008-09-29 Duncan SandsRename isWeakForLinker to mayBeOverridden. Use it
2008-09-24 Anton KorobeynikovGet rid of ReadOnlySection duplicate
2008-09-24 Anton KorobeynikovUse named sections, where they should be
2008-09-24 Anton KorobeynikovGet rid of now unused {Four,Eight,Sixteen}ByteConstantS...
2008-09-24 Anton KorobeynikovCleanup
2008-09-24 Anton KorobeynikovCleanup, no functionality change
2008-09-24 Anton KorobeynikovGet rid of duplicate char*/Section* DataSection
2008-09-24 Anton KorobeynikovGet rid of duplicate char*/Section* TextSection
2008-09-09 Dale JohannesenMove the uglier parts of deciding not to emit a
2008-08-08 Evan ChengUndo most of r54519.
2008-08-08 Evan ChengIt's not legal to output a GV in a coalesced section...
2008-08-07 Anton KorobeynikovAdd hook for constant pool section selection for darwin.
2008-07-19 Anton KorobeynikovSwitch MIPS to new ELFTargetAsmInfo. Add few FIXMEs.
2008-07-19 Anton KorobeynikovFix a FIXME :)
2008-07-19 Anton KorobeynikovUse generic ELFTargetAsmInfo and DarwinTargetAsmInfo...
2008-07-19 Anton KorobeynikovAdd TargetAsmInfo stuff for all darwin-based targets