aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/MC/MCSection.h
Commit message (Expand)AuthorAgeFilesLines
* Trailing whitespace.Mikhail Glushenkov2010-07-011-3/+3
* MC: Add dyn_cast support to MCSection.Daniel Dunbar2010-05-171-1/+16
* switch MCSectionCOFF from a syntactic to semantic representation,Chris Lattner2010-05-071-26/+0
* eliminate the magic AbsoluteDebugSectionOffsets MAI hook,Chris Lattner2010-04-041-0/+8
* Put MCSectionCOFF::Name into the MCContext instead of leaking it.Jeffrey Yasskin2010-03-221-4/+3
* fix MCSectionELF to not leak memory, just like I did for MCSymbol.Chris Lattner2010-03-151-0/+2
* Pass StringRef by value.Daniel Dunbar2009-11-061-3/+3
* rename TAI -> MAI, being careful not to make MAILJMP instructions :)Chris Lattner2009-08-221-2/+2
* Rename TargetAsmInfo (and its subclasses) to MCAsmInfo.Chris Lattner2009-08-221-3/+3
* Change MCSectionELF to represent a section semantically instead ofBruno Cardoso Lopes2009-08-131-27/+0
* sink uniquing of sections out of MCContext into the ELF and PECOFF TLOF imple...Chris Lattner2009-08-131-4/+6
* split MachO section handling stuff out to its out .h/.cpp file.Chris Lattner2009-08-101-153/+0
* Make the big switch: Change MCSectionMachO to represent a section *semantically*Chris Lattner2009-08-101-12/+141
* sink the 'name' and 'isdirective' state out of MCSection into its derived cla...Chris Lattner2009-08-081-17/+41
* 1. Make MCSection an abstract class.Chris Lattner2009-08-081-4/+14
* make target-specific TLOF impls (except PIC16) create target-specificChris Lattner2009-08-081-4/+4
* stub out PECOFF/MachO/ELF MCSection classesChris Lattner2009-08-081-1/+27
* it turns out that isWeak() was basically dead anyway. Kill off SectionInfo :-/Chris Lattner2009-08-011-2/+2
* fix a layering violation by moving SectionKind out to its own header.Chris Lattner2009-08-011-3/+1
* Change SectionKind to be a property that is true of a *section*, itChris Lattner2009-08-011-3/+14
* All MCSections are now required to have a SectionKind.Chris Lattner2009-08-011-19/+4
* switch off of 'Section' onto MCSection. We're not properly usingChris Lattner2009-07-311-3/+8
* split MCSection stuff out to its own .cpp file, add a newChris Lattner2009-07-311-4/+25
* create sections with MCSection::Create instead of Context->getOrCreateSection.Chris Lattner2009-07-311-3/+3
* Move MCContext and friends to StringRef based APIs.Daniel Dunbar2009-07-271-1/+2
* add comments, privatize interfaceChris Lattner2009-07-011-2/+13
* Start MCAsmStreamer implementation.Daniel Dunbar2009-06-241-0/+2
* Start flushing out MCContext.Daniel Dunbar2009-06-231-0/+26