Use 'override/final' instead of 'virtual' for overridden methods
[oota-llvm.git] / include / llvm / MC / MCSectionELF.h
2015-04-11 Alexander KornienkoUse 'override/final' instead of 'virtual' for overridde...
2015-04-06 Rafael EspindolaSimplify mapping from relocation sections to relocated...
2015-04-04 Rafael EspindolaImplement unique sections with an unique ID.
2015-03-27 Rafael EspindolaClose unique sections when switching away from them.
2015-03-10 Rafael EspindolaCreate symbols marking the start of a section earlier.
2015-03-10 Rafael EspindolaRemove incredibly confusing isBaseAddressKnownZero.
2015-03-10 Rafael EspindolaUse a better name for compile unit labels.
2015-03-09 Rafael EspindolaDelete dead code. NFC.
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-04-29 Benjamin Kramerraw_ostream: Forward declare OpenFlags and include...
2014-04-11 David BlaikieFormat fixes for r205990
2014-04-10 David BlaikieReimplement debug info compression by compressing the...
2014-03-07 Craig Topper[C++11] Add 'override' keyword to virtual methods that...
2013-12-13 David BlaikieDebugInfo: Move type units into the debug_types section...
2013-12-13 David BlaikieRevert "DebugInfo: Move type units into the debug_types...
2013-12-13 David BlaikieDebugInfo: Move type units into the debug_types section...
2013-12-13 David BlaikieRevert "DebugInfo: Move type units into the debug_types...
2013-12-13 David BlaikieDebugInfo: Move type units into the debug_types section...
2013-12-11 David BlaikieRevert "DebugInfo: Move type units into the debug_types...
2013-12-11 David BlaikieDebugInfo: Move type units into the debug_types section...
2013-04-17 Peter CollingbourneAdd support for subsections to the ELF assembler. Fixes...
2013-01-02 Chandler CarruthResort the #include lines in include/... and lib/....
2012-12-13 Eric ChristopherRemove extraneous debugging code.
2012-12-13 Eric ChristopherAdd a way of printing out an arbitrary label name for...
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...