Sort the #include lines for the include/... tree with the script.
[oota-llvm.git] / include / llvm / MC / MCSectionELF.h
2012-12-03 Chandler CarruthSort the #include lines for the include/... tree with...
2012-10-11 Sean SilvaRemove unnecessary classof()'s
2012-03-26 Craig TopperPrune some includes and forward declarations.
2011-03-12 Duncan SandsSpeculatively revert commit 127478 (jsjodin) in an...
2011-03-11 Jan SjödinRemove optimization emitting a reference insted of...
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-11-17 Rafael Espindolamake isVirtualSection a virtual method on MCSection...
2010-11-11 Rafael EspindolaInitial comdat implementation.
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-11 Jason W KimSecond set of ARM/MC/ELF changes.
2010-10-06 Michael J. SpencerCleanup Whitespace.
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-08-16 Matt FlemingAdd ELF ObjectWriter and Streamer support.
2010-08-16 Matt FlemingELF entry size support.
2010-05-17 Daniel DunbarMC: Add dyn_cast support to MCSection.
2010-04-08 Chris Lattnermove elf section uniquing to MCContext. Along the way
2010-04-04 Chris Lattnereliminate the magic AbsoluteDebugSectionOffsets MAI...
2010-03-15 Jeffrey YasskinDon't save a temporary string into a StringRef field.
2010-03-15 Chris Lattnerfix MCSectionELF to not leak memory, just like I did...
2010-01-23 Chris Lattnerresolve a fixme: the "nonexecutable stack directive...
2010-01-22 Benjamin KramerSimplify some uses of str(n)cmp with StringRef.
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 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...