aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/MC/MCParser/DarwinAsmParser.cpp
AgeCommit message (Expand)AuthorFilesLines
2016-07-18[MC] Cleanup Error Handling in AsmParserNirav Dave1-1/+0
2016-07-05[MC/Darwin] Fix a -Wmisleading-indentation warning, reported by GCC 6.Davide Italiano1-2/+2
2016-04-25ARM: put extern __thread stubs in a special section.Tim Northover1-0/+8
2016-04-11[Object] Make .alt_entry directive parsing MachO specific.Lang Hames1-0/+22
2015-12-16Use std::unique_ptr. NFC.Rafael Espindola1-7/+7
2015-11-18Stop producing .data.rel sections.Rafael Espindola1-6/+4
2015-10-28ARM: support .watchos_version_min and .tvos_version_min.Tim Northover1-1/+28
2015-10-15[MachO] Stop generating *coal* sections.Akira Hatanaka1-0/+25
2015-10-15Revert r250349.Akira Hatanaka1-25/+0
2015-10-14[MachO] Stop generating *coal* sections.Akira Hatanaka1-0/+25
2015-10-14Revert r250342.Akira Hatanaka1-25/+0
2015-10-14[MachO] Stop generating *coal* sections.Akira Hatanaka1-0/+25
2015-05-18MC: Clean up method names in MCContext.Jim Grosbach1-5/+5
2015-03-09Simplify expressions involving boolean constants with clang-tidyDavid Blaikie1-1/+1
2014-08-25Modernize raw_fd_ostream's constructor a bit.Rafael Espindola1-4/+4
2014-07-06SourceMgr: make valid buffer IDs start from oneAlp Toker1-1/+1
2014-04-29raw_ostream: Forward declare OpenFlags and include FileSystem.h only where ne...Benjamin Kramer1-0/+1
2014-04-24[C++] Use 'nullptr'.Craig Topper1-4/+4
2014-03-18Tidy up. Update per naming conventions.Jim Grosbach1-197/+197
2014-03-18Darwin: Add assembler directives to create version-min load commands.Jim Grosbach1-0/+48
2014-03-08[C++11] Add 'override' keyword to virtual methods that override their base cl...Craig Topper1-1/+1
2014-03-07MC: Use MachO::SectionType for MCSectionMachO::getType's return typeDavid Majnemer1-1/+1
2014-03-07MC: Remove superfluous section attribute flag definitionsDavid Majnemer1-44/+44
2014-02-24Replace the F_Binary flag with a F_Text one.Rafael Espindola1-1/+2
2014-02-04Use the default values.Rafael Espindola1-1/+1
2013-10-02Add Support For .bss Named Section Directive For Darwin Targets.Rafael Espindola1-0/+5
2013-08-28The integrated darwin assembler can hang in an infinite loop (or get an assert Kevin Enderby1-0/+36
2013-07-16Add a wrapper for open.Rafael Espindola1-1/+1
2013-04-17Add support for subsections to the ELF assembler. Fixes PR8717.Peter Collingbourne1-3/+3
2013-02-20MCParser: Update method names per coding guidelines.Jim Grosbach1-79/+79
2013-01-18[MC/Mach-O] Add AsmParser support for .linker_option directive.Daniel Dunbar1-0/+30
2013-01-18[MC] Fix 80-col violas.Daniel Dunbar1-41/+89
2013-01-16Use the ExtensionDirectiveHandler type in other places where it makes sense.Eli Bendersky1-3/+4
2012-12-17Teach MachO which sections contain codeTim Northover1-1/+1
2012-12-03Use the new script to sort the includes of every file under lib.Chandler Carruth1-5/+5
2012-08-08Add `.pushsection', `.popsection', and `.previous' directives to Darwin ASM.Bill Wendling1-2/+39
2012-05-18Refactor data-in-code annotations.Jim Grosbach1-0/+42
2011-05-19Reapply 131644 including the missing header changes:Joerg Sonnenberger1-4/+2
2011-05-19Revert r131644; it's breaking the build.Eli Friedman1-2/+4
2011-05-19Introduce -fatal-assembler-warnings for the obvious purposeJoerg Sonnenberger1-4/+2
2011-03-19Reapply 127939 since Daniel fixed the breakage. <rdar://problem/9012638>Stuart Hastings1-2/+3
2011-03-19Revert 127939. <rdar://problem/9012638>Stuart Hastings1-3/+2
2011-03-19Revise r126127 to address Daniel's comments. <rdar://problem/9012638>Stuart Hastings1-2/+3
2011-03-17MC/Mach-O: Fix regression introduced in r126127, this assignment shouldn't haveDaniel Dunbar1-1/+2
2011-03-08Darwin 'as' silently ignores the '.ident' directive.Jim Grosbach1-0/+7
2010-10-19Fix spelling.Bill Wendling1-1/+1
2010-07-18MC/AsmParser: Stop playing unsafe member function pointer calls, this isn'tDaniel Dunbar1-156/+64
2010-07-18MC/AsmParser: Fix .abort and .secure_log_unique to accept arbitrary tokenDaniel Dunbar1-11/+6
2010-07-12MC/AsmParser: Move Darwin specific parse to DarwinAsmParser.cpp.Daniel Dunbar1-0/+758