summaryrefslogtreecommitdiff
path: root/lib/Target/TargetLoweringObjectFile.cpp
Commit message (Expand)AuthorAge
...
* now that getOrCreateSection is all object-file specific,Chris Lattner2009-08-08
* sink getOrCreateSection down into all the object file implementations,Chris Lattner2009-08-08
* Fix several fixmes and clean up code by sinking *all* sectionChris Lattner2009-08-06
* expose SectionKindForGlobal to curious clients, named asChris Lattner2009-08-05
* enhance codegen to put 16-bit character strings into the Chris Lattner2009-08-04
* fix a fixme: don't create an explicit "CStringSection" for ELF,Chris Lattner2009-08-04
* Add support emiting for 2/4 byte mergable strings to the ".rodata.str*"Chris Lattner2009-08-04
* make MergeableCString be a SectionKind "abstract class", andChris Lattner2009-08-04
* Eliminate textual section switching from the x86 backend, oneChris Lattner2009-08-03
* move dwarf debug info section selection stuff from TAI toChris Lattner2009-08-02
* convert EHFrameSection to be managed by TLOF instead of TAI.Chris Lattner2009-08-02
* move getDwarfExceptionSection from TAI to TLOF and rename it to Chris Lattner2009-08-02
* convert ctors/dtors section to be in TLOF instead ofChris Lattner2009-08-02
* (re)introduce new simpler apis for creation sectionkinds.Chris Lattner2009-08-01
* Remove "JumpTableDataSection" from TAI, instead, have AsmPrinterChris Lattner2009-08-01
* fix a fixme by sinking various target-specific directives down into Chris Lattner2009-08-01
* coff also doesn't have a ReadOnlySection yet, (!)Chris Lattner2009-08-01
* coff doesn't set a .bss seciton, so this is dead.Chris Lattner2009-08-01
* it turns out that isWeak() was basically dead anyway. Kill off SectionInfo :-/Chris Lattner2009-08-01
* don't use isWeak anymore.Chris Lattner2009-08-01
* Change SectionKind to be a property that is true of a *section*, itChris Lattner2009-08-01
* All MCSections are now required to have a SectionKind.Chris Lattner2009-08-01
* move emitUsedDirectiveFor to TargetLoweringObjectFile and rename it toChris Lattner2009-07-31
* switch off of 'Section' onto MCSection. We're not properly usingChris Lattner2009-07-31
* refactor section construction in TLOF to be through an explicitChris Lattner2009-07-31
* fix PR4650: we only track sizes for certain objects, so only put somethingChris Lattner2009-07-31
* mingw uses .data and .text, not _data and _text.Chris Lattner2009-07-29
* fix PR4584 with a trivial patch now that the pieces are in place.Chris Lattner2009-07-29
* pass the mangler down into the various SectionForGlobal methods.Chris Lattner2009-07-29
* constant prop a utostr.Chris Lattner2009-07-29
* remove some completely wrong code. 1 is never < 16. It turns out that GCC a...Chris Lattner2009-07-29
* Fix PR4639, a ELF-TLS regression from some of my refactoring.Chris Lattner2009-07-28
* the apple "ld_classic" linker doesn't support .literal16 in 32-bitChris Lattner2009-07-28
* fix unused variable warningChris Lattner2009-07-28
* Rip all of the global variable lowering logic out of TargetAsmInfo. SinceChris Lattner2009-07-28