expose SectionKindForGlobal to curious clients, named as
[oota-llvm.git] / lib / Target / TargetLoweringObjectFile.cpp
2009-08-05 Chris Lattnerexpose SectionKindForGlobal to curious clients, named as
2009-08-04 Chris Lattnerenhance codegen to put 16-bit character strings into the
2009-08-04 Chris Lattnerfix a fixme: don't create an explicit "CStringSection...
2009-08-04 Chris LattnerAdd support emiting for 2/4 byte mergable strings to...
2009-08-04 Chris Lattnermake MergeableCString be a SectionKind "abstract class...
2009-08-03 Chris LattnerEliminate textual section switching from the x86 backen...
2009-08-02 Chris Lattnermove dwarf debug info section selection stuff from...
2009-08-02 Chris Lattnerconvert EHFrameSection to be managed by TLOF instead...
2009-08-02 Chris Lattnermove getDwarfExceptionSection from TAI to TLOF and...
2009-08-02 Chris Lattnerconvert ctors/dtors section to be in TLOF instead of
2009-08-01 Chris Lattner(re)introduce new simpler apis for creation sectionkinds.
2009-08-01 Chris LattnerRemove "JumpTableDataSection" from TAI, instead, have...
2009-08-01 Chris Lattnerfix a fixme by sinking various target-specific directiv...
2009-08-01 Chris Lattnercoff also doesn't have a ReadOnlySection yet, (!)
2009-08-01 Chris Lattnercoff doesn't set a .bss seciton, so this is dead.
2009-08-01 Chris Lattnerit turns out that isWeak() was basically dead anyway...
2009-08-01 Chris Lattnerdon't use isWeak anymore.
2009-08-01 Chris LattnerChange SectionKind to be a property that is true of...
2009-08-01 Chris LattnerAll MCSections are now required to have a SectionKind.
2009-07-31 Chris Lattnermove emitUsedDirectiveFor to TargetLoweringObjectFile...
2009-07-31 Chris Lattnerswitch off of 'Section' onto MCSection. We're not...
2009-07-31 Chris Lattnerrefactor section construction in TLOF to be through...
2009-07-31 Chris Lattnerfix PR4650: we only track sizes for certain objects...
2009-07-29 Chris Lattnermingw uses .data and .text, not _data and _text.
2009-07-29 Chris Lattnerfix PR4584 with a trivial patch now that the pieces...
2009-07-29 Chris Lattnerpass the mangler down into the various SectionForGlobal...
2009-07-29 Chris Lattnerconstant prop a utostr.
2009-07-29 Chris Lattnerremove some completely wrong code. 1 is never < 16...
2009-07-28 Chris LattnerFix PR4639, a ELF-TLS regression from some of my refact...
2009-07-28 Chris Lattnerthe apple "ld_classic" linker doesn't support .literal1...
2009-07-28 Chris Lattnerfix unused variable warning
2009-07-28 Chris LattnerRip all of the global variable lowering logic out of...