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