aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/MC/MCSectionMachO.cpp
AgeCommit message (Expand)AuthorFilesLines
2015-09-10[ADT] Switch a bunch of places in LLVM that were doing single-characterChandler Carruth1-2/+2
2015-04-04Implement unique sections with an unique ID.Rafael Espindola1-1/+1
2015-03-27Close unique sections when switching away from them.Rafael Espindola1-1/+1
2015-03-10Create symbols marking the start of a section earlier.Rafael Espindola1-2/+4
2014-04-13[C++11] More 'nullptr' conversion or in some cases just using a boolean check...Craig Topper1-8/+8
2014-03-10MC: Appease the buildbotsDavid Majnemer1-2/+2
2014-03-10MC: Cleanup MCSectionMachO::ParseSectionSpecifierDavid Majnemer1-77/+43
2014-03-07MC: Use MachO::SectionType for MCSectionMachO::getType's return typeDavid Majnemer1-1/+1
2014-03-07MC: Remove superfluous section attribute flag definitionsDavid Majnemer1-14/+14
2013-12-05Correct word hyphenationsAlp Toker1-1/+1
2013-04-17Add support for subsections to the ELF assembler. Fixes PR8717.Peter Collingbourne1-1/+2
2013-02-12Add static cast to unsigned char whenever a character classification function...Guy Benyei1-2/+2
2011-03-19Reapply 127939 since Daniel fixed the breakage. <rdar://problem/9012638>Stuart Hastings1-0/+4
2011-03-19Revert 127939. <rdar://problem/9012638>Stuart Hastings1-4/+0
2011-03-19Revise r126127 to address Daniel's comments. <rdar://problem/9012638>Stuart Hastings1-0/+4
2011-02-21End the line if we return early. Radar 9012638.Stuart Hastings1-1/+3
2011-02-21Fix to correctly support attribute((section("__DATA, __common"))).Stuart Hastings1-7/+8
2010-12-19Add missing standard headers. Patch by Joerg Sonnenberger!Nick Lewycky1-0/+1
2010-11-17make isVirtualSection a virtual method on MCSection. Chris' suggestion.Rafael Espindola1-0/+6
2010-10-21Trailing whitespace.Jim Grosbach1-25/+25
2010-10-04Add hook in MCSection to decide when to use "optimized nops", for eachJan Wen Voung1-1/+4
2010-05-21Fix section attribute name.Eric Christopher1-1/+1
2010-05-17MC: Add dyn_cast support to MCSection.Daniel Dunbar1-1/+1
2010-05-17Add some section and constant support for darwin TLS.Eric Christopher1-1/+8
2010-04-08move elf section uniquing to MCContext. Along the wayChris Lattner1-8/+16
2009-11-06Pass StringRef by value.Daniel Dunbar1-1/+1
2009-10-07Fixed MCSectionMachO::ParseSectionSpecifier to allow an attribute of "none" soKevin Enderby1-4/+6
2009-09-20eliminate a use of strtoul.Chris Lattner1-12/+2
2009-08-22rename TAI -> MAI, being careful not to make MAILJMP instructions :)Chris Lattner1-1/+1
2009-08-22Rename TargetAsmInfo (and its subclasses) to MCAsmInfo.Chris Lattner1-1/+1
2009-08-10split MachO section handling stuff out to its out .h/.cpp file.Chris Lattner1-0/+279