aboutsummaryrefslogtreecommitdiffstats
path: root/lib/MC/MCParser/ELFAsmParser.cpp
Commit message (Expand)AuthorAgeFilesLines
* Move some ELF directives into ELF asm parser.Jim Grosbach2011-07-251-0/+44
* Tidy up. 80 columns.Jim Grosbach2011-07-251-5/+10
* Restore r125595 (reverted in r126336) with modifications:Joerg Sonnenberger2011-02-241-1/+3
* Bug#9172: Don't use static in file scope, use an attribute on theJoerg Sonnenberger2011-02-221-5/+5
* Add support for pushsection and popsection. Patch by Joerg Sonnenberger.Rafael Espindola2011-02-161-4/+26
* Handle strings in section names the same way as gas:Rafael Espindola2011-01-241-3/+14
* Delay the creation of eh_frame so that the user can change the defaults.Rafael Espindola2011-01-231-0/+2
* Remove more duplicated code.Rafael Espindola2011-01-231-35/+35
* Remove duplicated code.Rafael Espindola2011-01-231-18/+19
* Add support for @note. Patch by Jörg Sonnenberger.Rafael Espindola2010-12-261-0/+2
* Factor some code to parseSectionFlags and fix the default type of a section.Rafael Espindola2010-11-251-49/+58
* Behave a bit more like gnu as and use the symbol (instead of the section)Rafael Espindola2010-11-241-3/+9
* Parse and record the gnu_unique_object type.Rafael Espindola2010-11-131-0/+1
* gnu as support both % and @ before types, do the same.Rafael Espindola2010-11-121-10/+4
* Initial comdat implementation.Rafael Espindola2010-11-111-5/+7
* Fixed version of 118639 with an extra assert to catch similar problemsRafael Espindola2010-11-091-3/+2
* Revert previous patch. Missed a case.Rafael Espindola2010-11-091-2/+3
* Remove IsExplicit. It was always false.Rafael Espindola2010-11-091-3/+2
* Set default flags for .rodata.Rafael Espindola2010-11-081-1/+3
* Implement .weakref.Rafael Espindola2010-11-011-0/+28
* Improvements to .section parsing:Rafael Espindola2010-10-281-10/+38
* Set default type and flags for .init and .fini.Rafael Espindola2010-10-271-1/+9
* Add support for the .symver directive. This is really ugly, but most of it isRafael Espindola2010-10-271-0/+30
* Add support for .ident.Rafael Espindola2010-10-261-0/+32
* MC: Move ParseDirectiveELFType into ELFAsmParser. COFF uses .type for somethi...Michael J. Spencer2010-10-091-1/+49
* Have ELFAsmParser.cpp use the already parsed "Size" (entry size) when Jan Wen Voung2010-09-301-1/+2
* Make sure .text doesn't produce extra alignment.Rafael Espindola2010-09-271-9/+3
* Make sure that names like .note.GNU-stack are accepted as valid section names.Rafael Espindola2010-09-161-2/+37
* Add a InitSections method to the streamer interface.Rafael Espindola2010-09-151-3/+11
* Add support for leb128 of absolute expressions.Rafael Espindola2010-09-111-23/+0
* Add AsmParser support for the ELF .previous directive. Patch by Roman Divacky.Benjamin Kramer2010-09-021-0/+10
* Add some more handlers for ELF section directives.Matt Fleming2010-07-201-0/+54
* MC/AsmParser: Stop playing unsafe member function pointer calls, this isn'tDaniel Dunbar2010-07-181-12/+12
* MC/AsmParser: Fix TokError() to accept a Twine.Daniel Dunbar2010-07-181-0/+1
* Start of .sleb128/.uleb128 parsing support.Eli Friedman2010-07-171-0/+26
* Work-in-progress parsing for ELF .section directive.Eli Friedman2010-07-171-5/+113
* Add support for parsing .size directives for ELF.Eli Friedman2010-07-171-0/+24
* MC/AsmParser: Move ELF specific parser to ELFAsmParser.cpp.Daniel Dunbar2010-07-121-0/+68