aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/MC/MCSectionMachO.h
Commit message (Expand)AuthorAgeFilesLines
* Prune some includes and forward declarations.Craig Topper2012-03-261-0/+1
* Fix comments.Jim Grosbach2011-03-231-2/+2
* Reapply 127939 since Daniel fixed the breakage. <rdar://problem/9012638>Stuart Hastings2011-03-191-0/+2
* Revert 127939. <rdar://problem/9012638>Stuart Hastings2011-03-191-2/+0
* Revise r126127 to address Daniel's comments. <rdar://problem/9012638>Stuart Hastings2011-03-191-0/+2
* make isVirtualSection a virtual method on MCSection. Chris' suggestion.Rafael Espindola2010-11-171-0/+1
* Cleanup Whitespace.Michael J. Spencer2010-10-061-10/+10
* Add hook in MCSection to decide when to use "optimized nops", for eachJan Wen Voung2010-10-041-0/+1
* More data/parsing support for tls directives. Add a few more testcasesEric Christopher2010-05-171-1/+1
* MC: Add dyn_cast support to MCSection.Daniel Dunbar2010-05-171-0/+5
* Add some section and constant support for darwin TLS.Eric Christopher2010-05-171-1/+13
* MC/Mach-O/x86_64: Relocations in debug sections should use local relocationsDaniel Dunbar2010-05-051-0/+3
* move elf section uniquing to MCContext. Along the wayChris Lattner2010-04-081-23/+1
* move macho section uniquing from MCParser and TLOF to MCContext whereChris Lattner2010-04-081-1/+3
* MC/Mach-O: Add MCSectionMachO::getType()Daniel Dunbar2010-03-151-3/+5
* Pass StringRef by value.Daniel Dunbar2009-11-061-3/+3
* rename TAI -> MAI, being careful not to make MAILJMP instructions :)Chris Lattner2009-08-221-1/+1
* Rename TargetAsmInfo (and its subclasses) to MCAsmInfo.Chris Lattner2009-08-221-1/+1
* reject invalid code like:Chris Lattner2009-08-131-1/+1
* split MachO section handling stuff out to its out .h/.cpp file.Chris Lattner2009-08-101-0/+175