Use 'override/final' instead of 'virtual' for overridden methods
[oota-llvm.git] / lib / Target / AArch64 / MCTargetDesc / AArch64ELFStreamer.cpp
2015-04-11 Alexander KornienkoUse 'override/final' instead of 'virtual' for overridde...
2015-04-09 Rafael Espindolaclang-format bits of code to make a followup patch...
2015-03-19 Rafael EspindolaSplit the object streamer callback in one per file...
2015-03-16 Rafael EspindolaThere is only one Asm streamer, there is no need for...
2014-12-15 Michael IlsemanSilence more static analyzer warnings.
2014-10-22 Chad Rosier[AArch64] Add support for the .inst directive.
2014-10-15 Rafael EspindolaSimplify handling of --noexecstack by using getNonexecu...
2014-05-24 Tim NorthoverAArch64/ARM64: move ARM64 into AArch64's place
2014-05-24 Tim NorthoverAArch64/ARM64: remove AArch64 from tree prior to renami...
2014-04-29 Craig Topper[C++11] Add 'override' keywords and remove 'virtual...
2014-04-22 Kevin EnderbyFix the assembler to print a better relocatable express...
2014-01-28 David WoodhouseChange MCStreamer EmitInstruction interface to take...
2014-01-26 Rafael EspindolaConstruct the MCStreamer before constructing the MCTarg...
2013-10-08 Rafael EspindolaAdd a MCTargetStreamer interface.
2013-09-19 Richard MittonAdded support for generate DWARF .debug_aranges section...
2013-07-02 Rafael EspindolaRemove address spaces from MC.
2013-04-17 Peter CollingbourneAdd support for subsections to the ELF assembler. Fixes...
2013-01-31 Tim NorthoverAdd AArch64 as an experimental target.