aboutsummaryrefslogtreecommitdiff
path: root/include/llvm/MC/MCSectionMachO.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-12-03Sort the #include lines for the include/... tree with the script.Chandler Carruth
2012-10-11Remove unnecessary classof()'sSean Silva
2012-03-26Prune some includes and forward declarations.Craig Topper
2011-03-23Fix comments.Jim Grosbach
2011-03-19Reapply 127939 since Daniel fixed the breakage. <rdar://problem/9012638>Stuart Hastings
2011-03-19Revert 127939. <rdar://problem/9012638>Stuart Hastings
2011-03-19Revise r126127 to address Daniel's comments. <rdar://problem/9012638>Stuart Hastings
2010-11-17make isVirtualSection a virtual method on MCSection. Chris' suggestion.Rafael Espindola
2010-10-06Cleanup Whitespace.Michael J. Spencer
2010-10-04Add hook in MCSection to decide when to use "optimized nops", for eachJan Wen Voung
2010-05-17More data/parsing support for tls directives. Add a few more testcasesEric Christopher
2010-05-17MC: Add dyn_cast support to MCSection.Daniel Dunbar
2010-05-17Add some section and constant support for darwin TLS.Eric Christopher
2010-05-05MC/Mach-O/x86_64: Relocations in debug sections should use local relocationsDaniel Dunbar
2010-04-08move elf section uniquing to MCContext. Along the wayChris Lattner
2010-04-08move macho section uniquing from MCParser and TLOF to MCContext whereChris Lattner
2010-03-15MC/Mach-O: Add MCSectionMachO::getType()Daniel Dunbar
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-13reject invalid code like:Chris Lattner
2009-08-10split MachO section handling stuff out to its out .h/.cpp file.Chris Lattner