summaryrefslogtreecommitdiffstats
path: root/llvm/lib/MC/MCParser/ELFAsmParser.cpp
Commit message (Expand)AuthorAgeFilesLines
* Remove unused variables. No functionality change.Benjamin Kramer2017-10-081-1/+0
* [MC] - llvm-mc hangs on non-english characters.George Rimar2017-10-051-1/+1
* MC, Object: Reserve a section type, SHT_LLVM_ODRTAB, for the ODR table.Peter Collingbourne2017-06-141-0/+2
* Move Object format code to lib/BinaryFormat.Zachary Turner2017-06-071-1/+1
* Sort the remaining #include lines in include/... and lib/....Chandler Carruth2017-06-061-1/+1
* [MC] Set defaults based on section names and support name suffixesPetr Hosek2017-04-041-6/+15
* Change section flag character for SHF_LINK_ORDER to "o".Evgeniy Stepanov2017-04-041-1/+1
* Add default typo to .tbss.*Rafael Espindola2017-03-221-0/+2
* Set the default type for .bss.foo.Rafael Espindola2017-03-221-0/+2
* Produce INIT_ARRAY for sections named .init_array.*Rafael Espindola2017-03-221-1/+5
* [Asm] Don't list '@<type>' in diag when '@' is a commentOliver Stannard2017-03-171-2/+6
* Fix asm printing of associated sections.Evgeniy Stepanov2017-03-141-8/+8
* [MC] Accept a numeric value as an ELF section header's typeSimon Atanasyan2017-03-101-2/+5
* Perform symbol binding for .symver versioned symbolsTeresa Johnson2017-03-091-0/+1
* Make it possible to set SHF_LINK_ORDER explicitly.Rafael Espindola2017-02-091-2/+25
* [MC] Fix some Clang-tidy modernize and Include What You Use warnings; other m...Eugene Zelenko2017-02-071-7/+18
* Move more code to helper functions. NFC.Rafael Espindola2017-01-311-39/+60
* Move some code to a helper function. NFC.Rafael Espindola2017-01-311-48/+59
* Allow ELF section flags to be specified numericallyPrakhar Bahuguna2016-12-151-0/+4
* [ARM] Implement execute-only support in CodeGenPrakhar Bahuguna2016-12-151-0/+3
* [MC] Cleanup Error Handling in AsmParserNirav Dave2016-07-181-0/+8
* Provide support for preserving assembly commentsNirav Dave2016-07-111-0/+1
* Apply clang-tidy's modernize-loop-convert to lib/MC.Benjamin Kramer2016-06-261-2/+2
* [ELF][gcc compatibility]: support section names with special characters (e.g....Marina Yatsina2016-03-221-8/+9
* Stop producing .data.rel sections.Rafael Espindola2015-11-181-8/+6
* Drop prelink support.Rafael Espindola2015-11-171-8/+0
* Fix PR23872: Integrated assembler error message when using .type directive wi...Gabor Ballabas2015-07-011-4/+10
* Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)Alexander Kornienko2015-06-231-1/+1
* Fixed/added namespace ending comments using clang-tidy. NFCAlexander Kornienko2015-06-191-1/+1
* Create a MCSymbolELF.Rafael Espindola2015-06-021-3/+3
* MC: Clean up MCExpr naming. NFC.Jim Grosbach2015-05-301-1/+1
* There is only one current section.Rafael Espindola2015-05-271-3/+5
* Move alignment from MCSectionData to MCSection.Rafael Espindola2015-05-211-3/+3
* Remove yet another method of creating begin and end symbol for sections.Rafael Espindola2015-05-211-3/+3
* Use existing helper for adding a section. NFC.Rafael Espindola2015-05-211-3/+1
* MC: Clean up method names in MCContext.Jim Grosbach2015-05-181-8/+8
* Use a comma after the unique keyword.Rafael Espindola2015-04-061-0/+3
* Implement unique sections with an unique ID.Rafael Espindola2015-04-041-3/+8
* Add r228980 back.Rafael Espindola2015-02-171-2/+12
* Revert a series of commits starting at r228886 which is triggering someChandler Carruth2015-02-131-12/+2
* Add support for having multiple sections with the same name and comdat.Rafael Espindola2015-02-121-2/+12
* Compute the ELF SectionKind from the flags.Rafael Espindola2015-01-291-42/+4
* Downgrade DWARF2 section limit error to a warningOliver Stannard2014-09-221-1/+1
* Emit DWARF info for all code section in an assembly fileOliver Stannard2014-06-191-9/+23
* MC: make ELF .type handling more GNU AS compatibleSaleem Abdulrasool2014-06-081-38/+34
* [C++] Use 'nullptr'.Craig Topper2014-04-241-4/+4
* Map ELf flags back to more specific section kinds.Rafael Espindola2014-03-281-2/+28
* [C++11] Add 'override' keyword to virtual methods that override their base cl...Craig Topper2014-03-081-1/+1
* Add support for parsing sun-style section flags in ELFAsmParser.Venkatraman Govindaraju2014-03-011-6/+43
* Fix parsing of .symver directive on ARMDavid Peixotto2014-01-151-0/+7
OpenPOWER on IntegriCloud