Revert previous patch. Missed a case.
[oota-llvm.git] / lib / MC / MCSectionELF.cpp
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...