aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/MC/MCSectionELF.cpp
AgeCommit message (Expand)AuthorFilesLines
2021-02-16[MC][ELF] Support for zero flag section groupsPetr Hosek1-2/+3
2021-02-02[MC] Support SHF_GNU_RETAIN as section flag 'R'Fangrui Song1-0/+2
2020-10-08Introduce and use a new section type for the bb_addr_map section.Rahman Lavaee1-0/+2
2020-08-03[MC] Set sh_link to 0 if the associated symbol is undefinedFangrui Song1-2/+4
2020-06-26Revert rGf0bab7875e78e01c149d12302dcc4b6d4c43e25c - "Triple.h - reduce Twine....Simon Pilgrim1-1/+0
2020-06-26Triple.h - reduce Twine.h include to forward declarations. NFC.Simon Pilgrim1-0/+1
2020-04-15[MC][COFF][ELF] Reject instructions in IMAGE_SCN_CNT_UNINITIALIZED_DATA/SHT_N...Fangrui Song1-0/+2
2020-04-15[MC] Replace MCSection*::getName() with MCSection::getName(). NFCFangrui Song1-1/+1
2020-04-15[MC] Rename MCSection*::getSectionName() to getName(). NFCFangrui Song1-3/+3
2020-02-06[MC][ELF] Rename MC related "Associated" to "LinkedToSym"Fangrui Song1-2/+2
2019-05-29Add IR support, ELF section and user documentation for partitioning feature.Peter Collingbourne1-0/+2
2019-05-17[ELF] Implement Dependent Libraries FeatureBen Dunbobbin1-0/+2
2019-02-09[MC] Clean up unused inline function and non-anchor defaulted destructors; NFCIHubert Tong1-2/+0
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth1-4/+3
2018-11-09[Hexagon] Handle Hexagon's SHF_HEX_GPREL section flagKrzysztof Parzyszek1-0/+3
2018-06-02[MC] Add assembler support for .cg_profile.Michael J. Spencer1-0/+2
2018-01-30CodeGen: support an extension to pass linker options on ELFSaleem Abdulrasool1-0/+2
2017-08-12[Triple] Add isThumb and isARM functions.Florian Hahn1-2/+1
2017-06-14MC, Object: Reserve a section type, SHT_LLVM_ODRTAB, for the ODR table.Peter Collingbourne1-0/+2
2017-06-07Move Object format code to lib/BinaryFormat.Zachary Turner1-1/+1
2017-06-06Sort the remaining #include lines in include/... and lib/....Chandler Carruth1-1/+1
2017-04-04Change section flag character for SHF_LINK_ORDER to "o".Evgeniy Stepanov1-1/+1
2017-03-14Fix asm printing of associated sections.Evgeniy Stepanov1-0/+8
2017-03-10[MC] Set SHT_MIPS_DWARF section type for all .debug_* sections on MIPSSimon Atanasyan1-0/+4
2017-03-10[MC] Accept a numeric value as an ELF section header's typeSimon Atanasyan1-0/+4
2017-02-14[MC] Fix some Clang-tidy modernize and Include What You Use warnings; other m...Eugene Zelenko1-6/+4
2017-01-30Only print architecture dependent flags for that architecture.Rafael Espindola1-7/+12
2016-12-15[ARM] Implement execute-only support in CodeGenPrakhar Bahuguna1-0/+2
2015-11-06Bring r252305 back with a test fix.Rafael Espindola1-0/+2
2015-09-25MCAsmInfo: Allow targets to specify when the .section directive should be omi...Tom Stellard1-6/+1
2015-06-09MC: Add target hook to control symbol quotingMatt Arsenault1-4/+9
2015-04-06Use a comma after the unique keyword.Rafael Espindola1-1/+1
2015-04-04Implement unique sections with an unique ID.Rafael Espindola1-3/+3
2015-02-17Add r228980 back.Rafael Espindola1-0/+7
2015-02-13Revert a series of commits starting at r228886 which is triggering someChandler Carruth1-7/+0
2015-02-12Add support for having multiple sections with the same name and comdat.Rafael Espindola1-0/+7
2015-01-29Compute the ELF SectionKind from the flags.Rafael Espindola1-10/+0
2014-10-09delete function name from commentSanjay Patel1-2/+2
2013-11-13Remove AllowQuotesInName and friends from MCAsmInfo.Rafael Espindola1-23/+30
2013-09-15ELF: Add support for the exclude section bit for gas compat.Benjamin Kramer1-0/+4
2013-04-17Add support for subsections to the ELF assembler. Fixes PR8717.Peter Collingbourne1-2/+10
2012-05-11Tidy up. Trailing whitespace.Jim Grosbach1-6/+6
2011-03-04Be nice to Xcore and the XMOS assembler and avoid quoting section namesJoerg Sonnenberger1-12/+18
2011-03-03Bug#9033: For the ELF assembler output, always quote the section name.Joerg Sonnenberger1-2/+16
2011-02-14Switch llvm to using comdats. For now always use groups with a singleRafael Espindola1-0/+4
2011-02-14Move broken HasCommonSymbols to ELFWriter.cpp.Rafael Espindola1-11/+0
2011-01-23Remove more duplicated code.Rafael Espindola1-15/+15
2011-01-23Remove duplicated code.Rafael Espindola1-7/+9
2010-12-26Add support for @note. Patch by Jörg Sonnenberger.Rafael Espindola1-0/+2
2010-11-17make isVirtualSection a virtual method on MCSection. Chris' suggestion.Rafael Espindola1-0/+4