Bring r252305 back with a test fix.
[oota-llvm.git] / lib / MC / MCSectionELF.cpp
2015-11-06 Rafael EspindolaBring r252305 back with a test fix.
2015-09-25 Tom StellardMCAsmInfo: Allow targets to specify when the .section...
2015-06-09 Matt ArsenaultMC: Add target hook to control symbol quoting
2015-04-06 Rafael EspindolaUse a comma after the unique keyword.
2015-04-04 Rafael EspindolaImplement unique sections with an unique ID.
2015-02-17 Rafael EspindolaAdd r228980 back.
2015-02-13 Chandler CarruthRevert a series of commits starting at r228886 which...
2015-02-12 Rafael EspindolaAdd support for having multiple sections with the same...
2015-01-29 Rafael EspindolaCompute the ELF SectionKind from the flags.
2014-10-09 Sanjay Pateldelete function name from comment
2013-11-13 Rafael EspindolaRemove AllowQuotesInName and friends from MCAsmInfo.
2013-09-15 Benjamin KramerELF: Add support for the exclude section bit for gas...
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...