aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/MC/MCSectionELF.cpp
AgeCommit message (Expand)AuthorFilesLines
2025-07-02[SHT_LLVM_BB_ADDR_MAP] Remove support for versions 1 and 0 (SHT_LLVM_BB_ADDR_...Rahman Lavaee1-2/+0
2025-06-26Triple: Forward declare Twine and remove include (#145685)Matt Arsenault1-0/+1
2025-02-14[AArch64] Add support for SHF_AARCH64_PURECODE ELF section flag (1/3) (#125687)Csanád Hajdú1-0/+3
2024-09-06[MC] Emit a jump table size section (#101962)Nabeel Omer1-0/+2
2024-06-27[MC] Make MCSection::isVirtualSection non-virtual (#96920)Alexis Engelke1-4/+0
2024-06-22[MC] Change Subsection parameters from const MCExpr * to uint32_tFangrui Song1-7/+4
2024-05-17[MCAsmStreamer] Do not crash on switching to sections of unknown types (#92380)Ivan Kosarev1-2/+1
2024-01-09[MC,ELF] .section: unconditionally print section flag 'G' after 'o'Fangrui Song1-5/+1
2024-01-09[MC] Parse SHF_LINK_ORDER argument before section group name (#77407)Fangrui Song1-8/+12
2023-10-30[X86] Print 'l' section flag for SHF_X86_64_LARGE (#70380)Arthur Eubanks1-0/+3
2023-06-28[Object] Add ELF section type SHT_LLVM_BITCODE for LLVM bitcodeFangrui Song1-0/+2
2023-02-07[NFC][TargetParser] Remove llvm/ADT/Triple.hArchibald Elliott1-1/+1
2022-07-07[Object] Add ELF section type for offloading objectsJoseph Huber1-0/+2
2022-06-28[Propeller] Encode address offsets of basic blocks relative to the end of the...Rahman Lavaee1-0/+2
2022-03-11[MC] Fix letter case of some MCSection member functionsFangrui Song1-4/+4
2022-02-23[MC][ELF] Use SHF_SUNW_NODISCARD instead of SHF_GNU_RETAIN on SolarisRainer Orth1-0/+5
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