aboutsummaryrefslogtreecommitdiff
path: root/include/llvm/MC/MCSection.h
AgeCommit message (Expand)Author
2013-04-17Add support for subsections to the ELF assembler. Fixes PR8717.Peter Collingbourne
2012-12-13Add a way of printing out an arbitrary label name for a sectionEric Christopher
2012-10-11Remove unnecessary classof()'sSean Silva
2012-08-29Make use of the LLVM_DELETED_FUNCTION macro.Craig Topper
2012-03-26Prune some includes and forward declarations.Craig Topper
2011-04-23Remove unused STL header includes.Jay Foad
2011-03-12Speculatively revert commit 127478 (jsjodin) in an attempt to fix theDuncan Sands
2011-03-11Remove optimization emitting a reference insted of label difference, since it...Jan Sjödin
2010-11-17make isVirtualSection a virtual method on MCSection. Chris' suggestion.Rafael Espindola
2010-10-11Per discussion with Sanjiv, remove the PIC16 target from mainline. When/ifChris Lattner
2010-10-04Add hook in MCSection to decide when to use "optimized nops", for eachJan Wen Voung
2010-07-01Trailing whitespace.Mikhail Glushenkov
2010-05-17MC: Add dyn_cast support to MCSection.Daniel Dunbar
2010-05-07switch MCSectionCOFF from a syntactic to semantic representation,Chris Lattner
2010-04-04eliminate the magic AbsoluteDebugSectionOffsets MAI hook,Chris Lattner
2010-03-22Put MCSectionCOFF::Name into the MCContext instead of leaking it.Jeffrey Yasskin
2010-03-15fix MCSectionELF to not leak memory, just like I did for MCSymbol.Chris Lattner
2009-11-06Pass StringRef by value.Daniel Dunbar
2009-08-22rename TAI -> MAI, being careful not to make MAILJMP instructions :)Chris Lattner
2009-08-22Rename TargetAsmInfo (and its subclasses) to MCAsmInfo.Chris Lattner
2009-08-13Change MCSectionELF to represent a section semantically instead ofBruno Cardoso Lopes
2009-08-13sink uniquing of sections out of MCContext into the ELF and PECOFF TLOF imple...Chris Lattner
2009-08-10split MachO section handling stuff out to its out .h/.cpp file.Chris Lattner
2009-08-10Make the big switch: Change MCSectionMachO to represent a section *semantically*Chris Lattner
2009-08-08sink the 'name' and 'isdirective' state out of MCSection into its derived cla...Chris Lattner
2009-08-081. Make MCSection an abstract class.Chris Lattner
2009-08-08make target-specific TLOF impls (except PIC16) create target-specificChris Lattner
2009-08-08stub out PECOFF/MachO/ELF MCSection classesChris Lattner
2009-08-01it turns out that isWeak() was basically dead anyway. Kill off SectionInfo :-/Chris Lattner
2009-08-01fix a layering violation by moving SectionKind out to its own header.Chris Lattner
2009-08-01Change SectionKind to be a property that is true of a *section*, itChris Lattner
2009-08-01All MCSections are now required to have a SectionKind.Chris Lattner
2009-07-31switch off of 'Section' onto MCSection. We're not properly usingChris Lattner
2009-07-31split MCSection stuff out to its own .cpp file, add a newChris Lattner
2009-07-31create sections with MCSection::Create instead of Context->getOrCreateSection.Chris Lattner
2009-07-27Move MCContext and friends to StringRef based APIs.Daniel Dunbar
2009-07-01add comments, privatize interfaceChris Lattner
2009-06-24Start MCAsmStreamer implementation.Daniel Dunbar
2009-06-23Start flushing out MCContext.Daniel Dunbar