Add support for subsections to the ELF assembler. Fixes PR8717.
[oota-llvm.git] / lib / MC / MCSectionELF.cpp
2013-04-17 Peter CollingbourneAdd support for subsections to the ELF assembler. Fixes...
2012-05-11 Jim GrosbachTidy up. Trailing whitespace.
2011-03-04 Joerg SonnenbergerBe nice to Xcore and the XMOS assembler and avoid quoti...
2011-03-03 Joerg SonnenbergerBug#9033: For the ELF assembler output, always quote...
2011-02-14 Rafael EspindolaSwitch llvm to using comdats. For now always use groups...
2011-02-14 Rafael EspindolaMove broken HasCommonSymbols to ELFWriter.cpp.
2011-01-23 Rafael EspindolaRemove more duplicated code.
2011-01-23 Rafael EspindolaRemove duplicated code.
2010-12-26 Rafael EspindolaAdd support for @note. Patch by Jörg Sonnenberger.
2010-11-17 Rafael Espindolamake isVirtualSection a virtual method on MCSection...
2010-11-09 Rafael EspindolaFixed version of 118639 with an extra assert to catch...
2010-11-09 Rafael EspindolaRevert previous patch. Missed a case.
2010-11-09 Rafael EspindolaRemove IsExplicit. It was always false.
2010-10-04 Jan Wen VoungAdd hook in MCSection to decide when to use "optimized...
2010-09-30 Jan Wen VoungMove logic of determining ELF entsize from the .s print...
2010-04-08 Chris Lattnermove elf section uniquing to MCContext. Along the way
2010-01-22 Benjamin KramerSimplify some uses of str(n)cmp with StringRef.
2010-01-13 Chris Lattnertidy
2009-11-06 Daniel DunbarPass StringRef by value.
2009-08-22 Chris Lattnerrename TAI -> MAI, being careful not to make MAILJMP...
2009-08-22 Chris LattnerRename TargetAsmInfo (and its subclasses) to MCAsmInfo.
2009-08-15 Chris Lattneradd support for target-specific ELF section flags,...
2009-08-14 Bruno Cardoso Lopes*try* to use a better name to describe how common symbo...
2009-08-13 Dan GohmanFix MCSectionELF::ShouldOmitSectionDirective's matching...
2009-08-13 Bruno Cardoso LopesRemove HasCrazyBSS and add a flag in TAI to indicate...
2009-08-13 Bruno Cardoso LopesAdd a method to return if the ELF section contains...
2009-08-13 Bruno Cardoso LopesChange MCSectionELF to represent a section semantically...