aboutsummaryrefslogtreecommitdiff
path: root/lib/MC/MCSectionMachO.cpp
AgeCommit message (Expand)Author
2010-11-17make isVirtualSection a virtual method on MCSection. Chris' suggestion.Rafael Espindola
2010-10-21Trailing whitespace.Jim Grosbach
2010-10-04Add hook in MCSection to decide when to use "optimized nops", for eachJan Wen Voung
2010-05-21Fix section attribute name.Eric 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-04-08move elf section uniquing to MCContext. Along the wayChris Lattner
2009-11-06Pass StringRef by value.Daniel Dunbar
2009-10-07Fixed MCSectionMachO::ParseSectionSpecifier to allow an attribute of "none" soKevin Enderby
2009-09-20eliminate a use of strtoul.Chris Lattner
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-10split MachO section handling stuff out to its out .h/.cpp file.Chris Lattner