summaryrefslogtreecommitdiff
path: root/include/llvm/MC/MCSectionMachO.h
Commit message (Expand)AuthorAge
* 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