this is (unfortunately) several changes mixed together:
[oota-llvm.git] / include / llvm / Target / DarwinTargetAsmInfo.h
2009-07-25 Chris Lattnerthis is (unfortunately) several changes mixed together:
2009-07-24 Chris Lattnerwe already know the sectionkind when invoking SelectSec...
2009-07-24 Chris LattnerImplement getSectionPrefixForUniqueGlobal to return...
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 Lattnermake some stuff private.
2009-06-19 Chris Lattnermerge the common darwin settings from the X86/PPC/ARM...
2009-01-05 Dan GohmanTidy up #includes, deleting a bunch of unnecessary...
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-25 Anton KorobeynikovReapply 56585:56589 with proper fix for some gcc versions
2008-09-25 Evan ChengTemporarily backing out 56585:56589 to unbreak the...
2008-09-24 Anton KorobeynikovFinally get rid of virtual inheritance in TAI
2008-09-24 Anton KorobeynikovGet rid of now unused {Four,Eight,Sixteen}ByteConstantS...
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 KorobeynikovUse generic ELFTargetAsmInfo and DarwinTargetAsmInfo...
2008-07-19 Anton KorobeynikovAdd TargetAsmInfo stuff for all darwin-based targets