aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/MC/MCParser/ELFAsmParser.cpp
AgeCommit message (Expand)AuthorFilesLines
2016-07-18[MC] Cleanup Error Handling in AsmParserNirav Dave1-0/+8
2016-07-11Provide support for preserving assembly commentsNirav Dave1-0/+1
2016-06-26Apply clang-tidy's modernize-loop-convert to lib/MC.Benjamin Kramer1-2/+2
2016-03-22[ELF][gcc compatibility]: support section names with special characters (e.g....Marina Yatsina1-8/+9
2015-11-18Stop producing .data.rel sections.Rafael Espindola1-8/+6
2015-11-17Drop prelink support.Rafael Espindola1-8/+0
2015-07-01Fix PR23872: Integrated assembler error message when using .type directive wi...Gabor Ballabas1-4/+10
2015-06-23Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)Alexander Kornienko1-1/+1
2015-06-19Fixed/added namespace ending comments using clang-tidy. NFCAlexander Kornienko1-1/+1
2015-06-02Create a MCSymbolELF.Rafael Espindola1-3/+3
2015-05-30MC: Clean up MCExpr naming. NFC.Jim Grosbach1-1/+1
2015-05-27There is only one current section.Rafael Espindola1-3/+5
2015-05-21Move alignment from MCSectionData to MCSection.Rafael Espindola1-3/+3
2015-05-21Remove yet another method of creating begin and end symbol for sections.Rafael Espindola1-3/+3
2015-05-21Use existing helper for adding a section. NFC.Rafael Espindola1-3/+1
2015-05-18MC: Clean up method names in MCContext.Jim Grosbach1-8/+8
2015-04-06Use a comma after the unique keyword.Rafael Espindola1-0/+3
2015-04-04Implement unique sections with an unique ID.Rafael Espindola1-3/+8
2015-02-17Add r228980 back.Rafael Espindola1-2/+12
2015-02-13Revert a series of commits starting at r228886 which is triggering someChandler Carruth1-12/+2
2015-02-12Add support for having multiple sections with the same name and comdat.Rafael Espindola1-2/+12
2015-01-29Compute the ELF SectionKind from the flags.Rafael Espindola1-42/+4
2014-09-22Downgrade DWARF2 section limit error to a warningOliver Stannard1-1/+1
2014-06-19Emit DWARF info for all code section in an assembly fileOliver Stannard1-9/+23
2014-06-08MC: make ELF .type handling more GNU AS compatibleSaleem Abdulrasool1-38/+34
2014-04-24[C++] Use 'nullptr'.Craig Topper1-4/+4
2014-03-28Map ELf flags back to more specific section kinds.Rafael Espindola1-2/+28
2014-03-08[C++11] Add 'override' keyword to virtual methods that override their base cl...Craig Topper1-1/+1
2014-03-01Add support for parsing sun-style section flags in ELFAsmParser.Venkatraman Govindaraju1-6/+43
2014-01-15Fix parsing of .symver directive on ARMDavid Peixotto1-0/+7
2013-10-16Move .ident handling to MCStreamer.Rafael Espindola1-22/+4
2013-09-21ELF: Parse types in directives like binutils gasDavid Majnemer1-20/+43
2013-09-15ELF: Add support for the exclude section bit for gas compat.Benjamin Kramer1-5/+8
2013-09-15MC: Add support for '?' flags in .section directivesDavid Majnemer1-2/+20
2013-09-14Remove unused StringRef that no compiler warned about, I wonder why.Benjamin Kramer1-1/+0
2013-04-17Add support for subsections to the ELF assembler. Fixes PR8717.Peter Collingbourne1-9/+44
2013-02-20MCParser: Update method names per coding guidelines.Jim Grosbach1-41/+41
2013-02-16Derive ELF section type from the name in some cases where GNU as doesJoerg Sonnenberger1-1/+10
2013-01-16Use the ExtensionDirectiveHandler type in other places where it makes sense.Eli Bendersky1-3/+5
2013-01-09These functions have default arguments of 0 for the last arg. UseEric Christopher1-2/+2
2012-09-10Remove redundant semicolons which are null statements.Dmitri Gribenko1-1/+1
2012-05-12ELF: Add support for the asm .version directive.Benjamin Kramer1-0/+28
2011-12-12Add support for gnu_indirect_function.Roman Divacky1-0/+1
2011-07-25Move some ELF directives into ELF asm parser.Jim Grosbach1-0/+44
2011-07-25Tidy up. 80 columns.Jim Grosbach1-5/+10
2011-02-24Restore r125595 (reverted in r126336) with modifications:Joerg Sonnenberger1-1/+3
2011-02-22Bug#9172: Don't use static in file scope, use an attribute on theJoerg Sonnenberger1-5/+5
2011-02-16Add support for pushsection and popsection. Patch by Joerg Sonnenberger.Rafael Espindola1-4/+26
2011-01-24Handle strings in section names the same way as gas:Rafael Espindola1-3/+14
2011-01-23Delay the creation of eh_frame so that the user can change the defaults.Rafael Espindola1-0/+2