| Commit message (Expand) | Author | Age | Files | Lines |
* | the latest assembler that runs on powerpc 10.4 machines doesn't | Chris Lattner | 2010-09-27 | 1 | -0/+9 |
* | Add a new section and accessor for TLS data. | Eric Christopher | 2010-05-22 | 1 | -0/+7 |
* | fix a fixme in TargetLoweringObjectFile::getExprForDwarfReference | Chris Lattner | 2010-03-11 | 1 | -2/+2 |
* | rename getSymbolForDwarf* to getExprForDwarf* since it returns | Chris Lattner | 2010-03-11 | 1 | -8/+12 |
* | move three lowering hooks from MAI to TLOF and make one of them | Chris Lattner | 2010-03-10 | 1 | -1/+22 |
* | Move TLOF implementations to libCodegen to resolve layering violation. | Anton Korobeynikov | 2010-02-15 | 1 | -168/+0 |
* | Preliminary patch to improve dwarf EH generation - Hooks to return Personalit... | Anton Korobeynikov | 2010-02-15 | 1 | -17/+25 |
* | stop using the .lcomm pseudoop on darwin, instead, directly use the | Chris Lattner | 2010-01-19 | 1 | -0/+1 |
* | use BSSLocal classifier to identify 'lcomm' data instead of | Chris Lattner | 2010-01-19 | 1 | -6/+0 |
* | change an accessor to a predicate. | Chris Lattner | 2010-01-19 | 1 | -2/+2 |
* | Cleanup handling of .zerofill on darwin: | Chris Lattner | 2010-01-19 | 1 | -0/+7 |
* | change Mangler::makeNameProper to return its result in a SmallVector | Chris Lattner | 2010-01-13 | 1 | -1/+1 |
* | Pass StringRef by value. | Daniel Dunbar | 2009-11-06 | 1 | -5/+5 |
* | Use OutStreamer.SwitchSection instead of writing out textual section directives. | Bob Wilson | 2009-09-30 | 1 | -1/+7 |
* | pass machinemoduleinfo down into getSymbolForDwarfGlobalReference, | Chris Lattner | 2009-09-17 | 1 | -2/+5 |
* | Big change #1 for personality function references: | Chris Lattner | 2009-09-16 | 1 | -0/+23 |
* | Rename TargetAsmInfo (and its subclasses) to MCAsmInfo. | Chris Lattner | 2009-08-22 | 1 | -1/+1 |
* | Remove HasCrazyBSS and add a flag in TAI to indicate that '.section' | Bruno Cardoso Lopes | 2009-08-13 | 1 | -6/+1 |
* | Add a method to return BSSSection from TargetLoweringObjectFile | Bruno Cardoso Lopes | 2009-08-13 | 1 | -0/+1 |
* | Change MCSectionELF to represent a section semantically instead of | Bruno Cardoso Lopes | 2009-08-13 | 1 | -2/+3 |
* | sink uniquing of sections out of MCContext into the ELF and PECOFF TLOF imple... | Chris Lattner | 2009-08-13 | 1 | -1/+9 |
* | reject invalid code like: | Chris Lattner | 2009-08-13 | 1 | -3/+9 |
* | implement support for uniquing MachO sections. | Chris Lattner | 2009-08-12 | 1 | -8/+17 |
* | reduce #includage | Chris Lattner | 2009-08-12 | 1 | -5/+6 |
* | Make the big switch: Change MCSectionMachO to represent a section *semantically* | Chris Lattner | 2009-08-10 | 1 | -3/+24 |
* | 1. Make MCSection an abstract class. | Chris Lattner | 2009-08-08 | 1 | -22/+2 |
* | eliminate TargetLoweringObjectFileSparc in favor of a TAI hook. | Chris Lattner | 2009-08-08 | 1 | -3/+7 |
* | now that getOrCreateSection is all object-file specific, | Chris Lattner | 2009-08-08 | 1 | -13/+4 |
* | sink getOrCreateSection down into all the object file implementations, | Chris Lattner | 2009-08-08 | 1 | -6/+17 |
* | Fix several fixmes and clean up code by sinking *all* section | Chris Lattner | 2009-08-06 | 1 | -15/+23 |
* | expose SectionKindForGlobal to curious clients, named as | Chris Lattner | 2009-08-05 | 1 | -1/+15 |
* | enhance codegen to put 16-bit character strings into the | Chris Lattner | 2009-08-04 | 1 | -0/+1 |
* | fix a fixme: don't create an explicit "CStringSection" for ELF, | Chris Lattner | 2009-08-04 | 1 | -2/+0 |
* | Eliminate textual section switching from the x86 backend, one | Chris Lattner | 2009-08-03 | 1 | -1/+10 |
* | move dwarf debug info section selection stuff from TAI to | Chris Lattner | 2009-08-02 | 1 | -1/+31 |
* | convert EHFrameSection to be managed by TLOF instead of TAI. | Chris Lattner | 2009-08-02 | 1 | -1/+7 |
* | move getDwarfExceptionSection from TAI to TLOF and rename it to | Chris Lattner | 2009-08-02 | 1 | -2/+6 |
* | convert ctors/dtors section to be in TLOF instead of | Chris Lattner | 2009-08-02 | 1 | -1/+12 |
* | Remove "JumpTableDataSection" from TAI, instead, have AsmPrinter | Chris Lattner | 2009-08-01 | 1 | -13/+10 |
* | fix a fixme by sinking various target-specific directives down into | Chris Lattner | 2009-08-01 | 1 | -31/+29 |
* | it turns out that isWeak() was basically dead anyway. Kill off SectionInfo :-/ | Chris Lattner | 2009-08-01 | 1 | -34/+6 |
* | fix a layering violation by moving SectionKind out to its own header. | Chris Lattner | 2009-08-01 | 1 | -161/+1 |
* | with the previous refactoring, fixme fixed! | Chris Lattner | 2009-08-01 | 1 | -3/+0 |
* | Change SectionKind to be a property that is true of a *section*, it | Chris Lattner | 2009-08-01 | 1 | -27/+41 |
* | move emitUsedDirectiveFor to TargetLoweringObjectFile and rename it to | Chris Lattner | 2009-07-31 | 1 | -0/+13 |
* | switch off of 'Section' onto MCSection. We're not properly using | Chris Lattner | 2009-07-31 | 1 | -57/+50 |
* | refactor section construction in TLOF to be through an explicit | Chris Lattner | 2009-07-31 | 1 | -4/+21 |
* | move the sectionkind and section classes to TargetLoweringObjectFile.h | Chris Lattner | 2009-07-31 | 1 | -0/+191 |
* | pass the mangler down into the various SectionForGlobal methods. | Chris Lattner | 2009-07-29 | 1 | -11/+12 |
* | the apple "ld_classic" linker doesn't support .literal16 in 32-bit | Chris Lattner | 2009-07-28 | 1 | -1/+1 |