Add support for subsections to the ELF assembler. Fixes PR8717.
[oota-llvm.git] / lib / MC / MCParser / DarwinAsmParser.cpp
2013-04-17 Peter CollingbourneAdd support for subsections to the ELF assembler. Fixes...
2013-02-20 Jim GrosbachMCParser: Update method names per coding guidelines.
2013-01-18 Daniel Dunbar[MC/Mach-O] Add AsmParser support for .linker_option...
2013-01-18 Daniel Dunbar[MC] Fix 80-col violas.
2013-01-16 Eli BenderskyUse the ExtensionDirectiveHandler type in other places...
2012-12-17 Tim NorthoverTeach MachO which sections contain code
2012-12-03 Chandler CarruthUse the new script to sort the includes of every file...
2012-08-08 Bill WendlingAdd `.pushsection', `.popsection', and `.previous'...
2012-05-18 Jim GrosbachRefactor data-in-code annotations.
2011-05-19 Joerg SonnenbergerReapply 131644 including the missing header changes:
2011-05-19 Eli FriedmanRevert r131644; it's breaking the build.
2011-05-19 Joerg SonnenbergerIntroduce -fatal-assembler-warnings for the obvious...
2011-03-19 Stuart HastingsReapply 127939 since Daniel fixed the breakage. <rdar...
2011-03-19 Stuart HastingsRevert 127939. <rdar://problem/9012638>
2011-03-19 Stuart HastingsRevise r126127 to address Daniel's comments. <rdar...
2011-03-17 Daniel DunbarMC/Mach-O: Fix regression introduced in r126127, this...
2011-03-08 Jim GrosbachDarwin 'as' silently ignores the '.ident' directive.
2010-10-19 Bill WendlingFix spelling.
2010-07-18 Daniel DunbarMC/AsmParser: Stop playing unsafe member function point...
2010-07-18 Daniel DunbarMC/AsmParser: Fix .abort and .secure_log_unique to...
2010-07-12 Daniel DunbarMC/AsmParser: Move Darwin specific parse to DarwinAsmPa...