summaryrefslogtreecommitdiff
path: root/llvm/lib/Object/ELF.cpp
AgeCommit message (Expand)Author
2025-02-03[𝘀𝗽𝗿] changes to main this commit is based onusers/wlei-llvm/spr/main.tmp-add-func-map-section-headerwlei
2024-11-22[SHT_LLVM_BB_ADDR_MAP] Add an option to skip emitting bb entries (#114447)Lei Wang
2024-11-12[NFC,SHT_LLVM_BB_ADDR_MAP] Fix undefined behaviour in ELF.cpp. (#115830)Rahman Lavaee
2024-09-20[Object][NFC] Add extern template declarations needed by llvm-objdump (#109156)Thomas Fransham
2024-09-06[MC] Emit a jump table size section (#101962)Nabeel Omer
2024-07-08[llvm-objdump] -r: support CRELFangrui Song
2024-07-01[MC,llvm-readobj,yaml2obj] Support CREL relocation formatFangrui Song
2024-03-22[Object][ELF] Ensure offset to locate dyn section does not go past sizeAntonio Frighetto
2024-03-19[Hexagon] ELF attributes for Hexagon (#85359)quic-areg
2024-02-01[SHT_LLVM_BB_ADDR_MAP] Allow basic-block-sections and labels be used together...Rahman Lavaee
2024-01-05[SHT_LLVM_BB_ADDR_MAP] Fixes two bugs in decoding of PGOAnalyses in BBAddrMap...Micah Weston
2023-12-12[SHT_LLVM_BB_ADDR_MAP] Implements PGOAnalysisMap in Object and ObjectYAML wit...Micah Weston
2023-12-09[llvm-readobj][AArch64][ELF][PAC] Support ELF AUTH constants (#74874)Daniil Kovalev
2023-12-08Revert "[llvm-readobj][AArch64][ELF][PAC] Support ELF AUTH constants" (#74816)Daniil Kovalev
2023-12-08[llvm-readobj][AArch64][ELF][PAC] Support ELF AUTH constants (#72713)Daniil Kovalev
2023-11-17[NFC][SHT_LLVM_BB_ADDR_MAP] Define and use constructor and accessors for BBAd...Rahman Lavaee
2023-06-28[Object] Add ELF section type SHT_LLVM_BITCODE for LLVM bitcodeFangrui Song
2023-06-25[llvm] Add missing StringExtras.h includesElliot Goodrich
2023-05-11[Propeller] Use a bit-field struct for the metdata fields of BBEntry.Rahman Lavaee
2023-04-12[MTE] [llvm-readobj] Add globals section parsing to --memtagMitch Phillips
2023-03-13[Propeller] Make decoding BBAddrMaps trace through relocationsAiden Grossman
2023-03-09[ELF] Fix build after getSectionAndRelocations RefactoringAiden Grossman
2023-03-09[ELF] Move getSectionAndRelocations to ELF.cpp from ELFDumper.cppAiden Grossman
2023-01-17[Propeller] Use Fixed MBB ID instead of volatile MachineBasicBlock::Number.Rahman Lavaee
2023-01-05Move from llvm::makeArrayRef to ArrayRef deduction guides - llvm/ partserge-sans-paille
2022-12-26[Xtensa 2/10] Add Xtensa ELF definitionsAndrei Safronov
2022-12-13Revert "[Propeller] Use Fixed MBB ID instead of volatile MachineBasicBlock::N...Rahman Lavaee
2022-12-06[Propeller] Use Fixed MBB ID instead of volatile MachineBasicBlock::Number.Rahman Lavaee
2022-12-01[Object] Add some more LoongArch supportWANG Xuerui
2022-07-07[Object] Add ELF section type for offloading objectsJoseph Huber
2022-06-28[Propeller] Encode address offsets of basic blocks relative to the end of the...Rahman Lavaee
2022-03-28[llvm-objdump] --private-headers: change errors to warnings for dynamic secti...Fangrui Song
2022-02-10[LoongArch 2/6] Add ELF machine flag and relocs for upcoming LoongArch targetLu Weining
2021-12-13[VE] Support R_VE_RELATIVEKazushi (Jam) Marukawa
2021-11-04Make the BBAddrMap struct binary-format-agnostic.Rahman Lavaee
2021-10-16[Object] Simplify RELR decodingFangrui Song
2021-09-29[llvm-objdump/llvm-readobj/obj2yaml/yaml2obj] Support STO_RISCV_VARIANT_CC an...Fangrui Song
2021-09-28[llvm-readobj] Support dumping of MSP430 ELF attributesJozef Lawrynowicz
2021-08-12[Object] Add missing PPC_DYNAMIC_TAG macrosFangrui Song
2021-03-08[llvm-readelf] Support dumping the BB address map section with --bb-addr-map.Rahman Lavaee
2021-03-08[M68k](4/8) MC layer and object file supportMin-Yih Hsu
2021-01-28Use DataExtractor to decode SLEB128 in android_relas.Rahman Lavaee
2021-01-05[llvm] Use llvm::lower_bound and llvm::upper_bound (NFC)Kazu Hirata
2020-12-16[llvm-readelf/obj] - Handle out-of-order PT_LOADs better.Georgii Rymar
2020-10-08Introduce and use a new section type for the bb_addr_map section.Rahman Lavaee
2020-09-15[lib/Object] - Refine interface of ELFFile<ELFT>. NFCI.Georgii Rymar
2020-09-07[ELF] Add a new e_machine value EM_CSKY and add some CSKY relocation typesZi Xuan Wu
2020-08-05[llvm-readobj] - Make decode_relrs() don't return Expected<>. NFCI.Georgii Rymar
2020-07-20[llvm-readobj] - Refactor how the code dumps relocations.Georgii Rymar
2020-05-28[VE] Implements minimum MC layer for VE (3/4)Kazushi (Jam) Marukawa