aboutsummaryrefslogtreecommitdiffstats
path: root/lib/MC/MCSectionMachO.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix section attribute name.Eric Christopher2010-05-211-1/+1
* MC: Add dyn_cast support to MCSection.Daniel Dunbar2010-05-171-1/+1
* Add some section and constant support for darwin TLS.Eric Christopher2010-05-171-1/+8
* move elf section uniquing to MCContext. Along the wayChris Lattner2010-04-081-8/+16
* Pass StringRef by value.Daniel Dunbar2009-11-061-1/+1
* Fixed MCSectionMachO::ParseSectionSpecifier to allow an attribute of "none" soKevin Enderby2009-10-071-4/+6
* eliminate a use of strtoul.Chris Lattner2009-09-201-12/+2
* 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
* split MachO section handling stuff out to its out .h/.cpp file.Chris Lattner2009-08-101-0/+279