summaryrefslogtreecommitdiffstats
path: root/llvm/lib/MC/MCParser/ELFAsmParser.cpp
Commit message (Expand)AuthorAgeFilesLines
* Add IR support, ELF section and user documentation for partitioning feature.Peter Collingbourne2019-05-291-0/+2
* [ELF] Implement Dependent Libraries FeatureBen Dunbobbin2019-05-171-0/+2
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [Hexagon] Handle Hexagon's SHF_HEX_GPREL section flagKrzysztof Parzyszek2018-11-091-0/+3
* Revert "Add a warning if someone attempts to add extra section flags to secti...Eric Christopher2018-08-051-36/+16
* Remove trailing spaceFangrui Song2018-07-301-1/+1
* Add an entry for rodata constant merge sections to the defaultEric Christopher2018-07-021-0/+3
* Add a warning if someone attempts to add extra section flags to sectionsEric Christopher2018-06-251-16/+33
* Remove FIXME comment about WIP.Eric Christopher2018-06-211-1/+0
* [MC] Add assembler support for .cg_profile.Michael J. Spencer2018-06-021-0/+45
* Reflow formatting after previous NFC commit.Eric Christopher2018-04-241-6/+6
* Change if-conditionals to else-if as they should all be mutually exclusive.Eric Christopher2018-04-241-3/+3
* Delay creating an alias for @@@.Rafael Espindola2018-03-091-2/+1
* Don't treat .symver as a regular alias definition.Rafael Espindola2018-03-091-3/+0
* CodeGen: support an extension to pass linker options on ELFSaleem Abdulrasool2018-01-301-0/+2
* [MC] - Stop ignoring invalid meta data symbols.George Rimar2017-12-311-1/+1
* [MC] - Disallow invalid section groups declarations.George Rimar2017-12-251-2/+2
* [MC] - Teach llvm-mc to handle comdats whose names are numbers.George Rimar2017-12-241-1/+5
* 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
OpenPOWER on IntegriCloud