summaryrefslogtreecommitdiff
path: root/lib/MC/MCSectionMachO.cpp
Commit message (Expand)AuthorAge
* Correct word hyphenationsAlp Toker2013-12-05
* Add support for subsections to the ELF assembler. Fixes PR8717.Peter Collingbourne2013-04-17
* Add static cast to unsigned char whenever a character classification function...Guy Benyei2013-02-12
* 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
* End the line if we return early. Radar 9012638.Stuart Hastings2011-02-21
* Fix to correctly support attribute((section("__DATA, __common"))).Stuart Hastings2011-02-21
* Add missing standard headers. Patch by Joerg Sonnenberger!Nick Lewycky2010-12-19
* make isVirtualSection a virtual method on MCSection. Chris' suggestion.Rafael Espindola2010-11-17
* Trailing whitespace.Jim Grosbach2010-10-21
* Add hook in MCSection to decide when to use "optimized nops", for eachJan Wen Voung2010-10-04
* Fix section attribute name.Eric Christopher2010-05-21
* MC: Add dyn_cast support to MCSection.Daniel Dunbar2010-05-17
* Add some section and constant support for darwin TLS.Eric Christopher2010-05-17
* move elf section uniquing to MCContext. Along the wayChris Lattner2010-04-08
* Pass StringRef by value.Daniel Dunbar2009-11-06
* Fixed MCSectionMachO::ParseSectionSpecifier to allow an attribute of "none" soKevin Enderby2009-10-07
* eliminate a use of strtoul.Chris Lattner2009-09-20
* 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
* split MachO section handling stuff out to its out .h/.cpp file.Chris Lattner2009-08-10