aboutsummaryrefslogtreecommitdiff
path: root/lib/Target/TargetLoweringObjectFile.cpp
AgeCommit message (Expand)Author
2009-08-01Remove "JumpTableDataSection" from TAI, instead, have AsmPrinterChris Lattner
2009-08-01fix a fixme by sinking various target-specific directives down into Chris Lattner
2009-08-01coff also doesn't have a ReadOnlySection yet, (!)Chris Lattner
2009-08-01coff doesn't set a .bss seciton, so this is dead.Chris Lattner
2009-08-01it turns out that isWeak() was basically dead anyway. Kill off SectionInfo :-/Chris Lattner
2009-08-01don't use isWeak anymore.Chris Lattner
2009-08-01Change SectionKind to be a property that is true of a *section*, itChris Lattner
2009-08-01All MCSections are now required to have a SectionKind.Chris Lattner
2009-07-31move emitUsedDirectiveFor to TargetLoweringObjectFile and rename it toChris Lattner
2009-07-31switch off of 'Section' onto MCSection. We're not properly usingChris Lattner
2009-07-31refactor section construction in TLOF to be through an explicitChris Lattner
2009-07-31fix PR4650: we only track sizes for certain objects, so only put somethingChris Lattner
2009-07-29mingw uses .data and .text, not _data and _text.Chris Lattner
2009-07-29fix PR4584 with a trivial patch now that the pieces are in place.Chris Lattner
2009-07-29pass the mangler down into the various SectionForGlobal methods.Chris Lattner
2009-07-29constant prop a utostr.Chris Lattner
2009-07-29remove some completely wrong code. 1 is never < 16. It turns out that GCC a...Chris Lattner
2009-07-28Fix PR4639, a ELF-TLS regression from some of my refactoring.Chris Lattner
2009-07-28the apple "ld_classic" linker doesn't support .literal16 in 32-bitChris Lattner
2009-07-28fix unused variable warningChris Lattner
2009-07-28Rip all of the global variable lowering logic out of TargetAsmInfo. SinceChris Lattner