[ADT] Switch a bunch of places in LLVM that were doing single-character
[oota-llvm.git] / lib / MC / MCSectionMachO.cpp
2015-09-10 Chandler Carruth[ADT] Switch a bunch of places in LLVM that were doing...
2015-04-04 Rafael EspindolaImplement unique sections with an unique ID.
2015-03-27 Rafael EspindolaClose unique sections when switching away from them.
2015-03-10 Rafael EspindolaCreate symbols marking the start of a section earlier.
2014-04-13 Craig Topper[C++11] More 'nullptr' conversion or in some cases...
2014-03-10 David MajnemerMC: Appease the buildbots
2014-03-10 David MajnemerMC: Cleanup MCSectionMachO::ParseSectionSpecifier
2014-03-07 David MajnemerMC: Use MachO::SectionType for MCSectionMachO::getType...
2014-03-07 David MajnemerMC: Remove superfluous section attribute flag definitions
2013-12-05 Alp TokerCorrect word hyphenations
2013-04-17 Peter CollingbourneAdd support for subsections to the ELF assembler. Fixes...
2013-02-12 Guy BenyeiAdd static cast to unsigned char whenever a character...
2011-03-19 Stuart HastingsReapply 127939 since Daniel fixed the breakage. <rdar...
2011-03-19 Stuart HastingsRevert 127939. <rdar://problem/9012638>
2011-03-19 Stuart HastingsRevise r126127 to address Daniel's comments. <rdar...
2011-02-21 Stuart HastingsEnd the line if we return early. Radar 9012638.
2011-02-21 Stuart HastingsFix to correctly support attribute((section("__DATA...
2010-12-19 Nick LewyckyAdd missing standard headers. Patch by Joerg Sonnenberger!
2010-11-17 Rafael Espindolamake isVirtualSection a virtual method on MCSection...
2010-10-21 Jim GrosbachTrailing whitespace.
2010-10-04 Jan Wen VoungAdd hook in MCSection to decide when to use "optimized...
2010-05-21 Eric ChristopherFix section attribute name.
2010-05-17 Daniel DunbarMC: Add dyn_cast support to MCSection.
2010-05-17 Eric ChristopherAdd some section and constant support for darwin TLS.
2010-04-08 Chris Lattnermove elf section uniquing to MCContext. Along the way
2009-11-06 Daniel DunbarPass StringRef by value.
2009-10-07 Kevin EnderbyFixed MCSectionMachO::ParseSectionSpecifier to allow...
2009-09-20 Chris Lattnereliminate a use of strtoul.
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-10 Chris Lattnersplit MachO section handling stuff out to its out ...