Age | Commit message (Expand) | Author |
2009-09-10 | Merge 81322 from mainline. | Tanya Lattner |
2009-08-18 | fix COFF targets (mingw/cygwin) to provide ehframe and LSDA sections | Chris Lattner |
2009-08-18 | Text sections should have 'exec' flag set. This seems to unbreak libstdc++ on... | Anton Korobeynikov |
2009-08-17 | Clear the uniquing table when initializing TLOF to avoid a crash when the TLO... | Benjamin Kramer |
2009-08-17 | Update getSectionForConstant() to to allow mergable sections to be nulled out | Richard Osborne |
2009-08-15 | the .eh_frame sections we generate need to be writable (which | Chris Lattner |
2009-08-15 | If ELF subtargets don't want to support 4/8/16-byte mergable sections, allow | Chris Lattner |
2009-08-14 | Make these matching rules more strict so that they don't | Dan Gohman |
2009-08-13 | Remove HasCrazyBSS and add a flag in TAI to indicate that '.section' | Bruno Cardoso Lopes |
2009-08-13 | Change MCSectionELF to represent a section semantically instead of | Bruno Cardoso Lopes |
2009-08-13 | sink uniquing of sections out of MCContext into the ELF and PECOFF TLOF imple... | Chris Lattner |
2009-08-13 | add some comments: MCContext owns the MCSections, but it bump pointer allocates | Chris Lattner |
2009-08-13 | reject invalid code like: | Chris Lattner |
2009-08-12 | implement support for uniquing MachO sections. | Chris Lattner |
2009-08-12 | reduce #includage | Chris Lattner |
2009-08-11 | Tidy #includes. | Dan Gohman |
2009-08-10 | split MachO section handling stuff out to its out .h/.cpp file. | Chris Lattner |
2009-08-10 | Make the big switch: Change MCSectionMachO to represent a section *semantically* | Chris Lattner |
2009-08-08 | 1. Make MCSection an abstract class. | Chris Lattner |
2009-08-08 | make target-specific TLOF impls (except PIC16) create target-specific | Chris Lattner |
2009-08-08 | eliminate TargetLoweringObjectFileSparc in favor of a TAI hook. | Chris Lattner |
2009-08-08 | now that getOrCreateSection is all object-file specific, | Chris Lattner |
2009-08-08 | sink getOrCreateSection down into all the object file implementations, | Chris Lattner |
2009-08-06 | Fix several fixmes and clean up code by sinking *all* section | Chris Lattner |
2009-08-05 | expose SectionKindForGlobal to curious clients, named as | Chris Lattner |
2009-08-04 | enhance codegen to put 16-bit character strings into the | Chris Lattner |
2009-08-04 | fix a fixme: don't create an explicit "CStringSection" for ELF, | Chris Lattner |
2009-08-04 | Add support emiting for 2/4 byte mergable strings to the ".rodata.str*" | Chris Lattner |
2009-08-04 | make MergeableCString be a SectionKind "abstract class", and | Chris Lattner |
2009-08-03 | Eliminate textual section switching from the x86 backend, one | Chris Lattner |
2009-08-02 | move dwarf debug info section selection stuff from TAI to | Chris Lattner |
2009-08-02 | convert EHFrameSection to be managed by TLOF instead of TAI. | Chris Lattner |
2009-08-02 | move getDwarfExceptionSection from TAI to TLOF and rename it to | Chris Lattner |
2009-08-02 | convert ctors/dtors section to be in TLOF instead of | Chris Lattner |
2009-08-01 | (re)introduce new simpler apis for creation sectionkinds. | Chris Lattner |
2009-08-01 | Remove "JumpTableDataSection" from TAI, instead, have AsmPrinter | Chris Lattner |
2009-08-01 | fix a fixme by sinking various target-specific directives down into | Chris Lattner |
2009-08-01 | coff also doesn't have a ReadOnlySection yet, (!) | Chris Lattner |
2009-08-01 | coff doesn't set a .bss seciton, so this is dead. | Chris Lattner |
2009-08-01 | it turns out that isWeak() was basically dead anyway. Kill off SectionInfo :-/ | Chris Lattner |
2009-08-01 | don't use isWeak anymore. | Chris Lattner |
2009-08-01 | Change SectionKind to be a property that is true of a *section*, it | Chris Lattner |
2009-08-01 | All MCSections are now required to have a SectionKind. | Chris Lattner |
2009-07-31 | move emitUsedDirectiveFor to TargetLoweringObjectFile and rename it to | Chris Lattner |
2009-07-31 | switch off of 'Section' onto MCSection. We're not properly using | Chris Lattner |
2009-07-31 | refactor section construction in TLOF to be through an explicit | Chris Lattner |
2009-07-31 | fix PR4650: we only track sizes for certain objects, so only put something | Chris Lattner |
2009-07-29 | mingw uses .data and .text, not _data and _text. | Chris Lattner |
2009-07-29 | fix PR4584 with a trivial patch now that the pieces are in place. | Chris Lattner |
2009-07-29 | pass the mangler down into the various SectionForGlobal methods. | Chris Lattner |