aboutsummaryrefslogtreecommitdiff
path: root/lib/MC/MCParser/DarwinAsmParser.cpp
AgeCommit message (Expand)Author
2013-04-17Add support for subsections to the ELF assembler. Fixes PR8717.Peter Collingbourne
2013-02-20MCParser: Update method names per coding guidelines.Jim Grosbach
2013-01-18[MC/Mach-O] Add AsmParser support for .linker_option directive.Daniel Dunbar
2013-01-18[MC] Fix 80-col violas.Daniel Dunbar
2013-01-16Use the ExtensionDirectiveHandler type in other places where it makes sense.Eli Bendersky
2012-12-17Teach MachO which sections contain codeTim Northover
2012-12-03Use the new script to sort the includes of every file under lib.Chandler Carruth
2012-08-08Add `.pushsection', `.popsection', and `.previous' directives to Darwin ASM.Bill Wendling
2012-05-18Refactor data-in-code annotations.Jim Grosbach
2011-05-19Reapply 131644 including the missing header changes:Joerg Sonnenberger
2011-05-19Revert r131644; it's breaking the build.Eli Friedman
2011-05-19Introduce -fatal-assembler-warnings for the obvious purposeJoerg Sonnenberger
2011-03-19Reapply 127939 since Daniel fixed the breakage. <rdar://problem/9012638>Stuart Hastings
2011-03-19Revert 127939. <rdar://problem/9012638>Stuart Hastings
2011-03-19Revise r126127 to address Daniel's comments. <rdar://problem/9012638>Stuart Hastings
2011-03-17MC/Mach-O: Fix regression introduced in r126127, this assignment shouldn't haveDaniel Dunbar
2011-03-08Darwin 'as' silently ignores the '.ident' directive.Jim Grosbach
2010-10-19Fix spelling.Bill Wendling
2010-07-18MC/AsmParser: Stop playing unsafe member function pointer calls, this isn'tDaniel Dunbar
2010-07-18MC/AsmParser: Fix .abort and .secure_log_unique to accept arbitrary tokenDaniel Dunbar
2010-07-12MC/AsmParser: Move Darwin specific parse to DarwinAsmParser.cpp.Daniel Dunbar