summaryrefslogtreecommitdiff
path: root/include/llvm/Target/TargetLoweringObjectFile.h
Commit message (Expand)AuthorAge
* Rename TargetAsmInfo (and its subclasses) to MCAsmInfo.Chris Lattner2009-08-22
* Remove HasCrazyBSS and add a flag in TAI to indicate that '.section' Bruno Cardoso Lopes2009-08-13
* Add a method to return BSSSection from TargetLoweringObjectFileBruno Cardoso Lopes2009-08-13
* Change MCSectionELF to represent a section semantically instead ofBruno Cardoso Lopes2009-08-13
* sink uniquing of sections out of MCContext into the ELF and PECOFF TLOF imple...Chris Lattner2009-08-13
* reject invalid code like:Chris Lattner2009-08-13
* implement support for uniquing MachO sections.Chris Lattner2009-08-12
* reduce #includageChris Lattner2009-08-12
* Make the big switch: Change MCSectionMachO to represent a section *semantically*Chris Lattner2009-08-10
* 1. Make MCSection an abstract class.Chris Lattner2009-08-08
* eliminate TargetLoweringObjectFileSparc in favor of a TAI hook.Chris Lattner2009-08-08
* 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
* 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
* 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
* it turns out that isWeak() was basically dead anyway. Kill off SectionInfo :-/Chris Lattner2009-08-01
* fix a layering violation by moving SectionKind out to its own header.Chris Lattner2009-08-01
* with the previous refactoring, fixme fixed!Chris Lattner2009-08-01
* Change SectionKind to be a property that is true of a *section*, itChris 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
* move the sectionkind and section classes to TargetLoweringObjectFile.hChris Lattner2009-07-31
* pass the mangler down into the various SectionForGlobal methods.Chris Lattner2009-07-29
* the apple "ld_classic" linker doesn't support .literal16 in 32-bitChris Lattner2009-07-28
* Rip all of the global variable lowering logic out of TargetAsmInfo. SinceChris Lattner2009-07-28