aboutsummaryrefslogtreecommitdiffstats
path: root/lib/MC/MCParser/DarwinAsmParser.cpp
Commit message (Expand)AuthorAgeFilesLines
* Add a wrapper for open.Rafael Espindola2013-07-161-1/+1
* Add support for subsections to the ELF assembler. Fixes PR8717.Peter Collingbourne2013-04-171-3/+3
* MCParser: Update method names per coding guidelines.Jim Grosbach2013-02-201-79/+79
* [MC/Mach-O] Add AsmParser support for .linker_option directive.Daniel Dunbar2013-01-181-0/+30
* [MC] Fix 80-col violas.Daniel Dunbar2013-01-181-41/+89
* Use the ExtensionDirectiveHandler type in other places where it makes sense.Eli Bendersky2013-01-161-3/+4
* Teach MachO which sections contain codeTim Northover2012-12-171-1/+1
* Use the new script to sort the includes of every file under lib.Chandler Carruth2012-12-031-5/+5
* Add `.pushsection', `.popsection', and `.previous' directives to Darwin ASM.Bill Wendling2012-08-081-2/+39
* Refactor data-in-code annotations.Jim Grosbach2012-05-181-0/+42
* Reapply 131644 including the missing header changes:Joerg Sonnenberger2011-05-191-4/+2
* Revert r131644; it's breaking the build.Eli Friedman2011-05-191-2/+4
* Introduce -fatal-assembler-warnings for the obvious purposeJoerg Sonnenberger2011-05-191-4/+2
* Reapply 127939 since Daniel fixed the breakage. <rdar://problem/9012638>Stuart Hastings2011-03-191-2/+3
* Revert 127939. <rdar://problem/9012638>Stuart Hastings2011-03-191-3/+2
* Revise r126127 to address Daniel's comments. <rdar://problem/9012638>Stuart Hastings2011-03-191-2/+3
* MC/Mach-O: Fix regression introduced in r126127, this assignment shouldn't haveDaniel Dunbar2011-03-171-1/+2
* Darwin 'as' silently ignores the '.ident' directive.Jim Grosbach2011-03-081-0/+7
* Fix spelling.Bill Wendling2010-10-191-1/+1
* MC/AsmParser: Stop playing unsafe member function pointer calls, this isn'tDaniel Dunbar2010-07-181-156/+64
* MC/AsmParser: Fix .abort and .secure_log_unique to accept arbitrary tokenDaniel Dunbar2010-07-181-11/+6
* MC/AsmParser: Move Darwin specific parse to DarwinAsmParser.cpp.Daniel Dunbar2010-07-121-0/+758