summaryrefslogtreecommitdiff
path: root/include/llvm/MC/MCSection.h
Commit message (Expand)AuthorAge
* Add support for subsections to the ELF assembler. Fixes PR8717.Peter Collingbourne2013-04-17
* Add a way of printing out an arbitrary label name for a sectionEric Christopher2012-12-13
* Remove unnecessary classof()'sSean Silva2012-10-11
* Make use of the LLVM_DELETED_FUNCTION macro.Craig Topper2012-08-29
* Prune some includes and forward declarations.Craig Topper2012-03-26
* Remove unused STL header includes.Jay Foad2011-04-23
* Speculatively revert commit 127478 (jsjodin) in an attempt to fix theDuncan Sands2011-03-12
* Remove optimization emitting a reference insted of label difference, since it...Jan Sjödin2011-03-11
* make isVirtualSection a virtual method on MCSection. Chris' suggestion.Rafael Espindola2010-11-17
* Per discussion with Sanjiv, remove the PIC16 target from mainline. When/ifChris Lattner2010-10-11
* Add hook in MCSection to decide when to use "optimized nops", for eachJan Wen Voung2010-10-04
* Trailing whitespace.Mikhail Glushenkov2010-07-01
* MC: Add dyn_cast support to MCSection.Daniel Dunbar2010-05-17
* switch MCSectionCOFF from a syntactic to semantic representation,Chris Lattner2010-05-07
* eliminate the magic AbsoluteDebugSectionOffsets MAI hook,Chris Lattner2010-04-04
* Put MCSectionCOFF::Name into the MCContext instead of leaking it.Jeffrey Yasskin2010-03-22
* fix MCSectionELF to not leak memory, just like I did for MCSymbol.Chris Lattner2010-03-15
* Pass StringRef by value.Daniel Dunbar2009-11-06
* rename TAI -> MAI, being careful not to make MAILJMP instructions :)Chris Lattner2009-08-22
* Rename TargetAsmInfo (and its subclasses) to MCAsmInfo.Chris Lattner2009-08-22
* 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
* split MachO section handling stuff out to its out .h/.cpp file.Chris Lattner2009-08-10
* Make the big switch: Change MCSectionMachO to represent a section *semantically*Chris Lattner2009-08-10
* sink the 'name' and 'isdirective' state out of MCSection into its derived cla...Chris Lattner2009-08-08
* 1. Make MCSection an abstract class.Chris Lattner2009-08-08
* make target-specific TLOF impls (except PIC16) create target-specificChris Lattner2009-08-08
* stub out PECOFF/MachO/ELF MCSection classesChris Lattner2009-08-08
* 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
* Change SectionKind to be a property that is true of a *section*, itChris Lattner2009-08-01
* All MCSections are now required to have a SectionKind.Chris Lattner2009-08-01
* switch off of 'Section' onto MCSection. We're not properly usingChris Lattner2009-07-31
* split MCSection stuff out to its own .cpp file, add a newChris Lattner2009-07-31
* create sections with MCSection::Create instead of Context->getOrCreateSection.Chris Lattner2009-07-31
* Move MCContext and friends to StringRef based APIs.Daniel Dunbar2009-07-27
* add comments, privatize interfaceChris Lattner2009-07-01
* Start MCAsmStreamer implementation.Daniel Dunbar2009-06-24
* Start flushing out MCContext.Daniel Dunbar2009-06-23