summaryrefslogtreecommitdiff
path: root/lib/MC/MCParser/ELFAsmParser.cpp
Commit message (Expand)AuthorAge
* Add support for subsections to the ELF assembler. Fixes PR8717.Peter Collingbourne2013-04-17
* MCParser: Update method names per coding guidelines.Jim Grosbach2013-02-20
* Derive ELF section type from the name in some cases where GNU as doesJoerg Sonnenberger2013-02-16
* Use the ExtensionDirectiveHandler type in other places where it makes sense.Eli Bendersky2013-01-16
* These functions have default arguments of 0 for the last arg. UseEric Christopher2013-01-09
* Remove redundant semicolons which are null statements.Dmitri Gribenko2012-09-10
* ELF: Add support for the asm .version directive.Benjamin Kramer2012-05-12
* Add support for gnu_indirect_function.Roman Divacky2011-12-12
* Move some ELF directives into ELF asm parser.Jim Grosbach2011-07-25
* Tidy up. 80 columns.Jim Grosbach2011-07-25
* Restore r125595 (reverted in r126336) with modifications:Joerg Sonnenberger2011-02-24
* Bug#9172: Don't use static in file scope, use an attribute on theJoerg Sonnenberger2011-02-22
* Add support for pushsection and popsection. Patch by Joerg Sonnenberger.Rafael Espindola2011-02-16
* Handle strings in section names the same way as gas:Rafael Espindola2011-01-24
* Delay the creation of eh_frame so that the user can change the defaults.Rafael Espindola2011-01-23
* Remove more duplicated code.Rafael Espindola2011-01-23
* Remove duplicated code.Rafael Espindola2011-01-23
* Add support for @note. Patch by Jörg Sonnenberger.Rafael Espindola2010-12-26
* Factor some code to parseSectionFlags and fix the default type of a section.Rafael Espindola2010-11-25
* Behave a bit more like gnu as and use the symbol (instead of the section)Rafael Espindola2010-11-24
* Parse and record the gnu_unique_object type.Rafael Espindola2010-11-13
* gnu as support both % and @ before types, do the same.Rafael Espindola2010-11-12
* Initial comdat implementation.Rafael Espindola2010-11-11
* Fixed version of 118639 with an extra assert to catch similar problemsRafael Espindola2010-11-09
* Revert previous patch. Missed a case.Rafael Espindola2010-11-09
* Remove IsExplicit. It was always false.Rafael Espindola2010-11-09
* Set default flags for .rodata.Rafael Espindola2010-11-08
* Implement .weakref.Rafael Espindola2010-11-01
* Improvements to .section parsing:Rafael Espindola2010-10-28
* Set default type and flags for .init and .fini.Rafael Espindola2010-10-27
* Add support for the .symver directive. This is really ugly, but most of it isRafael Espindola2010-10-27
* Add support for .ident.Rafael Espindola2010-10-26
* MC: Move ParseDirectiveELFType into ELFAsmParser. COFF uses .type for somethi...Michael J. Spencer2010-10-09
* Have ELFAsmParser.cpp use the already parsed "Size" (entry size) when Jan Wen Voung2010-09-30
* Make sure .text doesn't produce extra alignment.Rafael Espindola2010-09-27
* Make sure that names like .note.GNU-stack are accepted as valid section names.Rafael Espindola2010-09-16
* Add a InitSections method to the streamer interface.Rafael Espindola2010-09-15
* Add support for leb128 of absolute expressions.Rafael Espindola2010-09-11
* Add AsmParser support for the ELF .previous directive. Patch by Roman Divacky.Benjamin Kramer2010-09-02
* Add some more handlers for ELF section directives.Matt Fleming2010-07-20
* MC/AsmParser: Stop playing unsafe member function pointer calls, this isn'tDaniel Dunbar2010-07-18
* MC/AsmParser: Fix TokError() to accept a Twine.Daniel Dunbar2010-07-18
* Start of .sleb128/.uleb128 parsing support.Eli Friedman2010-07-17
* Work-in-progress parsing for ELF .section directive.Eli Friedman2010-07-17
* Add support for parsing .size directives for ELF.Eli Friedman2010-07-17
* MC/AsmParser: Move ELF specific parser to ELFAsmParser.cpp.Daniel Dunbar2010-07-12