Use std::unique_ptr. NFC.
[oota-llvm.git] / lib / MC / MCParser / DarwinAsmParser.cpp
2015-12-16 Rafael EspindolaUse std::unique_ptr. NFC.
2015-11-18 Rafael EspindolaStop producing .data.rel sections.
2015-10-28 Tim NorthoverARM: support .watchos_version_min and .tvos_version_min.
2015-10-15 Akira Hatanaka[MachO] Stop generating *coal* sections.
2015-10-15 Akira HatanakaRevert r250349.
2015-10-14 Akira Hatanaka[MachO] Stop generating *coal* sections.
2015-10-14 Akira HatanakaRevert r250342.
2015-10-14 Akira Hatanaka[MachO] Stop generating *coal* sections.
2015-05-18 Jim GrosbachMC: Clean up method names in MCContext.
2015-03-09 David BlaikieSimplify expressions involving boolean constants with...
2014-08-25 Rafael EspindolaModernize raw_fd_ostream's constructor a bit.
2014-07-06 Alp TokerSourceMgr: make valid buffer IDs start from one
2014-04-29 Benjamin Kramerraw_ostream: Forward declare OpenFlags and include...
2014-04-24 Craig Topper[C++] Use 'nullptr'.
2014-03-18 Jim GrosbachTidy up. Update per naming conventions.
2014-03-18 Jim GrosbachDarwin: Add assembler directives to create version...
2014-03-08 Craig Topper[C++11] Add 'override' keyword to virtual methods that...
2014-03-07 David MajnemerMC: Use MachO::SectionType for MCSectionMachO::getType...
2014-03-07 David MajnemerMC: Remove superfluous section attribute flag definitions
2014-02-24 Rafael EspindolaReplace the F_Binary flag with a F_Text one.
2014-02-04 Rafael EspindolaUse the default values.
2013-10-02 Rafael EspindolaAdd Support For .bss Named Section Directive For Darwin...
2013-08-28 Kevin EnderbyThe integrated darwin assembler can hang in an infinite...
2013-07-16 Rafael EspindolaAdd a wrapper for open.
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...