summaryrefslogtreecommitdiff
path: root/lib/MC/MCParser/ELFAsmParser.cpp
Commit message (Expand)AuthorAge
* Emit DWARF info for all code section in an assembly fileOliver Stannard2014-06-19
* MC: make ELF .type handling more GNU AS compatibleSaleem Abdulrasool2014-06-08
* [C++] Use 'nullptr'.Craig Topper2014-04-24
* Map ELf flags back to more specific section kinds.Rafael Espindola2014-03-28
* [C++11] Add 'override' keyword to virtual methods that override their base cl...Craig Topper2014-03-08
* Add support for parsing sun-style section flags in ELFAsmParser.Venkatraman Govindaraju2014-03-01
* Fix parsing of .symver directive on ARMDavid Peixotto2014-01-15
* Move .ident handling to MCStreamer.Rafael Espindola2013-10-16
* ELF: Parse types in directives like binutils gasDavid Majnemer2013-09-21
* ELF: Add support for the exclude section bit for gas compat.Benjamin Kramer2013-09-15
* MC: Add support for '?' flags in .section directivesDavid Majnemer2013-09-15
* Remove unused StringRef that no compiler warned about, I wonder why.Benjamin Kramer2013-09-14
* 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