[MC/AsmParser] Avoid setting MCSymbol.IsUsed in some cases
[oota-llvm.git] / lib / MC / MCParser / ELFAsmParser.cpp
2015-07-01 Gabor BallabasFix PR23872: Integrated assembler error message when...
2015-06-23 Alexander KornienkoRevert r240137 (Fixed/added namespace ending comments...
2015-06-19 Alexander KornienkoFixed/added namespace ending comments using clang-tidy...
2015-06-02 Rafael EspindolaCreate a MCSymbolELF.
2015-05-30 Jim GrosbachMC: Clean up MCExpr naming. NFC.
2015-05-27 Rafael EspindolaThere is only one current section.
2015-05-21 Rafael EspindolaMove alignment from MCSectionData to MCSection.
2015-05-21 Rafael EspindolaRemove yet another method of creating begin and end...
2015-05-21 Rafael EspindolaUse existing helper for adding a section. NFC.
2015-05-18 Jim GrosbachMC: Clean up method names in MCContext.
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-09-22 Oliver StannardDowngrade DWARF2 section limit error to a warning
2014-06-19 Oliver StannardEmit DWARF info for all code section in an assembly...
2014-06-08 Saleem AbdulrasoolMC: make ELF .type handling more GNU AS compatible
2014-04-24 Craig Topper[C++] Use 'nullptr'.
2014-03-28 Rafael EspindolaMap ELf flags back to more specific section kinds.
2014-03-08 Craig Topper[C++11] Add 'override' keyword to virtual methods that...
2014-03-01 Venkatraman Govind... Add support for parsing sun-style section flags in...
2014-01-15 David PeixottoFix parsing of .symver directive on ARM
2013-10-16 Rafael EspindolaMove .ident handling to MCStreamer.
2013-09-21 David MajnemerELF: Parse types in directives like binutils gas
2013-09-15 Benjamin KramerELF: Add support for the exclude section bit for gas...
2013-09-15 David MajnemerMC: Add support for '?' flags in .section directives
2013-09-14 Benjamin KramerRemove unused StringRef that no compiler warned about...
2013-04-17 Peter CollingbourneAdd support for subsections to the ELF assembler. Fixes...
2013-02-20 Jim GrosbachMCParser: Update method names per coding guidelines.
2013-02-16 Joerg SonnenbergerDerive ELF section type from the name in some cases...
2013-01-16 Eli BenderskyUse the ExtensionDirectiveHandler type in other places...
2013-01-09 Eric ChristopherThese functions have default arguments of 0 for the...
2012-09-10 Dmitri GribenkoRemove redundant semicolons which are null statements.
2012-05-12 Benjamin KramerELF: Add support for the asm .version directive.
2011-12-12 Roman DivackyAdd support for gnu_indirect_function.
2011-07-25 Jim GrosbachMove some ELF directives into ELF asm parser.
2011-07-25 Jim GrosbachTidy up. 80 columns.
2011-02-24 Joerg SonnenbergerRestore r125595 (reverted in r126336) with modifications:
2011-02-22 Joerg SonnenbergerBug#9172: Don't use static in file scope, use an attrib...
2011-02-16 Rafael EspindolaAdd support for pushsection and popsection. Patch by...
2011-01-24 Rafael EspindolaHandle strings in section names the same way as gas:
2011-01-23 Rafael EspindolaDelay the creation of eh_frame so that the user can...
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-25 Rafael EspindolaFactor some code to parseSectionFlags and fix the defau...
2010-11-24 Rafael EspindolaBehave a bit more like gnu as and use the symbol (inste...
2010-11-13 Rafael EspindolaParse and record the gnu_unique_object type.
2010-11-12 Rafael Espindolagnu as support both % and @ before types, do the same.
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-11-08 Rafael EspindolaSet default flags for .rodata.
2010-11-01 Rafael EspindolaImplement .weakref.
2010-10-28 Rafael EspindolaImprovements to .section parsing:
2010-10-27 Rafael EspindolaSet default type and flags for .init and .fini.
2010-10-27 Rafael EspindolaAdd support for the .symver directive. This is really...
2010-10-26 Rafael EspindolaAdd support for .ident.
2010-10-09 Michael J. SpencerMC: Move ParseDirectiveELFType into ELFAsmParser. COFF...
2010-09-30 Jan Wen VoungHave ELFAsmParser.cpp use the already parsed "Size...
2010-09-27 Rafael EspindolaMake sure .text doesn't produce extra alignment.
2010-09-16 Rafael EspindolaMake sure that names like .note.GNU-stack are accepted...
2010-09-15 Rafael EspindolaAdd a InitSections method to the streamer interface.
2010-09-11 Rafael EspindolaAdd support for leb128 of absolute expressions.
2010-09-02 Benjamin KramerAdd AsmParser support for the ELF .previous directive...
2010-07-20 Matt FlemingAdd some more handlers for ELF section directives.
2010-07-18 Daniel DunbarMC/AsmParser: Stop playing unsafe member function point...
2010-07-18 Daniel DunbarMC/AsmParser: Fix TokError() to accept a Twine.
2010-07-17 Eli FriedmanStart of .sleb128/.uleb128 parsing support.
2010-07-17 Eli FriedmanWork-in-progress parsing for ELF .section directive.
2010-07-17 Eli FriedmanAdd support for parsing .size directives for ELF.
2010-07-12 Daniel DunbarMC/AsmParser: Move ELF specific parser to ELFAsmParser...