Removing LLVM_DELETED_FUNCTION, as MSVC 2012 was the last reason for requiring the...
[oota-llvm.git] / include / llvm / MC / MCSection.h
2015-02-15 Aaron BallmanRemoving LLVM_DELETED_FUNCTION, as MSVC 2012 was the...
2013-04-17 Peter CollingbourneAdd support for subsections to the ELF assembler. Fixes...
2012-12-13 Eric ChristopherAdd a way of printing out an arbitrary label name for...
2012-10-11 Sean SilvaRemove unnecessary classof()'s
2012-08-29 Craig TopperMake use of the LLVM_DELETED_FUNCTION macro.
2012-03-26 Craig TopperPrune some includes and forward declarations.
2011-04-23 Jay FoadRemove unused STL header includes.
2011-03-12 Duncan SandsSpeculatively revert commit 127478 (jsjodin) in an...
2011-03-11 Jan SjödinRemove optimization emitting a reference insted of...
2010-11-17 Rafael Espindolamake isVirtualSection a virtual method on MCSection...
2010-10-11 Chris LattnerPer discussion with Sanjiv, remove the PIC16 target...
2010-10-04 Jan Wen VoungAdd hook in MCSection to decide when to use "optimized...
2010-07-01 Mikhail GlushenkovTrailing whitespace.
2010-05-17 Daniel DunbarMC: Add dyn_cast support to MCSection.
2010-05-07 Chris Lattnerswitch MCSectionCOFF from a syntactic to semantic repre...
2010-04-04 Chris Lattnereliminate the magic AbsoluteDebugSectionOffsets MAI...
2010-03-22 Jeffrey YasskinPut MCSectionCOFF::Name into the MCContext instead...
2010-03-15 Chris Lattnerfix MCSectionELF to not leak memory, just like I did...
2009-11-06 Daniel DunbarPass StringRef by value.
2009-08-22 Chris Lattnerrename TAI -> MAI, being careful not to make MAILJMP...
2009-08-22 Chris LattnerRename TargetAsmInfo (and its subclasses) to MCAsmInfo.
2009-08-13 Bruno Cardoso LopesChange MCSectionELF to represent a section semantically...
2009-08-13 Chris Lattnersink uniquing of sections out of MCContext into the...
2009-08-10 Chris Lattnersplit MachO section handling stuff out to its out ...
2009-08-10 Chris LattnerMake the big switch: Change MCSectionMachO to represent...
2009-08-08 Chris Lattnersink the 'name' and 'isdirective' state out of MCSectio...
2009-08-08 Chris Lattner1. Make MCSection an abstract class.
2009-08-08 Chris Lattnermake target-specific TLOF impls (except PIC16) create...
2009-08-08 Chris Lattnerstub out PECOFF/MachO/ELF MCSection classes
2009-08-01 Chris Lattnerit turns out that isWeak() was basically dead anyway...
2009-08-01 Chris Lattnerfix a layering violation by moving SectionKind out...
2009-08-01 Chris LattnerChange SectionKind to be a property that is true of...
2009-08-01 Chris LattnerAll MCSections are now required to have a SectionKind.
2009-07-31 Chris Lattnerswitch off of 'Section' onto MCSection. We're not...
2009-07-31 Chris Lattnersplit MCSection stuff out to its own .cpp file, add...
2009-07-31 Chris Lattnercreate sections with MCSection::Create instead of Conte...
2009-07-27 Daniel DunbarMove MCContext and friends to StringRef based APIs.
2009-07-01 Chris Lattneradd comments, privatize interface
2009-06-24 Daniel DunbarStart MCAsmStreamer implementation.
2009-06-23 Daniel DunbarStart flushing out MCContext.