summaryrefslogtreecommitdiff
path: root/lib/MC/MCParser/DarwinAsmParser.cpp
Commit message (Expand)AuthorAge
* raw_ostream: Forward declare OpenFlags and include FileSystem.h only where ne...Benjamin Kramer2014-04-29
* [C++] Use 'nullptr'.Craig Topper2014-04-24
* Tidy up. Update per naming conventions.Jim Grosbach2014-03-18
* Darwin: Add assembler directives to create version-min load commands.Jim Grosbach2014-03-18
* [C++11] Add 'override' keyword to virtual methods that override their base cl...Craig Topper2014-03-08
* MC: Use MachO::SectionType for MCSectionMachO::getType's return typeDavid Majnemer2014-03-07
* MC: Remove superfluous section attribute flag definitionsDavid Majnemer2014-03-07
* Replace the F_Binary flag with a F_Text one.Rafael Espindola2014-02-24
* Use the default values.Rafael Espindola2014-02-04
* Add Support For .bss Named Section Directive For Darwin Targets.Rafael Espindola2013-10-02
* The integrated darwin assembler can hang in an infinite loop (or get an assert Kevin Enderby2013-08-28
* Add a wrapper for open.Rafael Espindola2013-07-16
* Add support for subsections to the ELF assembler. Fixes PR8717.Peter Collingbourne2013-04-17
* MCParser: Update method names per coding guidelines.Jim Grosbach2013-02-20
* [MC/Mach-O] Add AsmParser support for .linker_option directive.Daniel Dunbar2013-01-18
* [MC] Fix 80-col violas.Daniel Dunbar2013-01-18
* Use the ExtensionDirectiveHandler type in other places where it makes sense.Eli Bendersky2013-01-16
* Teach MachO which sections contain codeTim Northover2012-12-17
* Use the new script to sort the includes of every file under lib.Chandler Carruth2012-12-03
* Add `.pushsection', `.popsection', and `.previous' directives to Darwin ASM.Bill Wendling2012-08-08
* Refactor data-in-code annotations.Jim Grosbach2012-05-18
* Reapply 131644 including the missing header changes:Joerg Sonnenberger2011-05-19
* Revert r131644; it's breaking the build.Eli Friedman2011-05-19
* Introduce -fatal-assembler-warnings for the obvious purposeJoerg Sonnenberger2011-05-19
* 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
* MC/Mach-O: Fix regression introduced in r126127, this assignment shouldn't haveDaniel Dunbar2011-03-17
* Darwin 'as' silently ignores the '.ident' directive.Jim Grosbach2011-03-08
* Fix spelling.Bill Wendling2010-10-19
* MC/AsmParser: Stop playing unsafe member function pointer calls, this isn'tDaniel Dunbar2010-07-18
* MC/AsmParser: Fix .abort and .secure_log_unique to accept arbitrary tokenDaniel Dunbar2010-07-18
* MC/AsmParser: Move Darwin specific parse to DarwinAsmParser.cpp.Daniel Dunbar2010-07-12