summaryrefslogtreecommitdiffstats
path: root/llvm/lib/MC/MCParser/DarwinAsmParser.cpp
Commit message (Expand)AuthorAgeFilesLines
* [llvm] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere2019-08-151-1/+1
* Rename F_{None,Text,Append} to OF_{None,Text,Append}. NFCFangrui Song2019-08-051-1/+1
* [macCatalyst] Use macCatalyst pretty name in .build_version darwinAlex Lorenz2019-07-121-1/+1
* Add support for the 'macCatalyst' MachO platformAlex Lorenz2019-07-021-0/+2
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Add PLATFORM constants for iOS, tvOS, and watchOS simulatorsMichael Trent2018-12-201-1/+4
* [macho] save the SDK version stored in module metadata into the version min andAlex Lorenz2018-12-141-25/+82
* [MC] Error on a .zerofill directive in a non-virtual sectionFrancis Visoiu Mistrih2018-07-021-4/+6
* Remove \brief commands from doxygen comments.Adrian Prantl2018-05-011-1/+1
* Make helpers static. No functionality change.Benjamin Kramer2017-12-241-1/+1
* MC: Add support for mach-o build_versionMatthias Braun2017-12-141-50/+144
* Move Object format code to lib/BinaryFormat.Zachary Turner2017-06-071-1/+1
* Sort the remaining #include lines in include/... and lib/....Chandler Carruth2017-06-061-3/+3
* [MC] Fix some Clang-tidy modernize and Include What You Use warnings; other m...Eugene Zelenko2017-02-101-5/+61
* Fix Clang-tidy readability-redundant-string-cstr warningsMalcolm Parsons2016-11-021-1/+1
* Tidy the calls to getCurrentSection().first -> getCurrentSectionOnly to helpEric Christopher2016-10-141-2/+2
* Use StringRef in DarwinAsmParser (NFC)Mehdi Amini2016-10-051-4/+3
* [MC] Cleanup Error Handling in AsmParserNirav Dave2016-07-181-1/+0
* [MC/Darwin] Fix a -Wmisleading-indentation warning, reported by GCC 6.Davide Italiano2016-07-051-2/+2
* ARM: put extern __thread stubs in a special section.Tim Northover2016-04-251-0/+8
* [Object] Make .alt_entry directive parsing MachO specific.Lang Hames2016-04-111-0/+22
* Use std::unique_ptr. NFC.Rafael Espindola2015-12-161-7/+7
* Stop producing .data.rel sections.Rafael Espindola2015-11-181-6/+4
* ARM: support .watchos_version_min and .tvos_version_min.Tim Northover2015-10-281-1/+28
* [MachO] Stop generating *coal* sections.Akira Hatanaka2015-10-151-0/+25
* Revert r250349.Akira Hatanaka2015-10-151-25/+0
* [MachO] Stop generating *coal* sections.Akira Hatanaka2015-10-141-0/+25
* Revert r250342.Akira Hatanaka2015-10-141-25/+0
* [MachO] Stop generating *coal* sections.Akira Hatanaka2015-10-141-0/+25
* MC: Clean up method names in MCContext.Jim Grosbach2015-05-181-5/+5
* Simplify expressions involving boolean constants with clang-tidyDavid Blaikie2015-03-091-1/+1
* Modernize raw_fd_ostream's constructor a bit.Rafael Espindola2014-08-251-4/+4
* SourceMgr: make valid buffer IDs start from oneAlp Toker2014-07-061-1/+1
* raw_ostream: Forward declare OpenFlags and include FileSystem.h only where ne...Benjamin Kramer2014-04-291-0/+1
* [C++] Use 'nullptr'.Craig Topper2014-04-241-4/+4
* Tidy up. Update per naming conventions.Jim Grosbach2014-03-181-197/+197
* Darwin: Add assembler directives to create version-min load commands.Jim Grosbach2014-03-181-0/+48
* [C++11] Add 'override' keyword to virtual methods that override their base cl...Craig Topper2014-03-081-1/+1
* MC: Use MachO::SectionType for MCSectionMachO::getType's return typeDavid Majnemer2014-03-071-1/+1
* MC: Remove superfluous section attribute flag definitionsDavid Majnemer2014-03-071-44/+44
* Replace the F_Binary flag with a F_Text one.Rafael Espindola2014-02-241-1/+2
* Use the default values.Rafael Espindola2014-02-041-1/+1
* Add Support For .bss Named Section Directive For Darwin Targets.Rafael Espindola2013-10-021-0/+5
* The integrated darwin assembler can hang in an infinite loop (or get an assert Kevin Enderby2013-08-281-0/+36
* 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
OpenPOWER on IntegriCloud