summaryrefslogtreecommitdiff
path: root/llvm/lib/Object/XCOFFObjectFile.cpp
AgeCommit message (Expand)Author
2025-10-12Fix typo: IsGlobaLinkage -> IsGlobalLinkage in XCOFF (#161960)小钟
2025-10-10Fix typo in comment: 'unit64_t' to 'uint64_t' (#162869)小钟
2025-06-04[llvm] annotate interfaces in llvm/ObjCopy and llvm/Object for DLL export (#1...Andrew Rogers
2025-04-03[JITLink][XCOFF] Setup initial build support for XCOFF (#127266)Henry Jiang
2024-11-29[Support][Error] Add ErrorAsOutParameter constructor that takes an Error by ref.Lang Hames
2024-09-20[Object][NFC] Add extern template declarations needed by llvm-objdump (#109156)Thomas Fransham
2024-07-14[NFC] Fix some typos (#98791)c8ef
2024-06-21[llvm-objdump] enable file-headers option of llvm-objdump for XCOFF object fi...zhijian lin
2024-02-20[XCOFF] Support the subtype flag in DWARF section headers (#81667)stephenpeckham
2023-11-26[XCOFF] make related SD symbols as isFunction (#69553)Chen Zheng
2023-11-15[XCOFF]refactor isFunction, NFC (#72232)Chen Zheng
2023-10-12[XCOFF][OBJECT] get symbol size by calling XCOFF interfaces (#67304)Chen Zheng
2023-07-13[PowerPC][MC] Set 'future' as default CPU type of XCOFFQiu Chaofan
2023-07-06[AIX][XCOFF] print out the traceback infozhijian
2023-06-26Move SubtargetFeature.h from MC to TargetParserJob Noorman
2023-01-16[llvm-objdump][RISCV] Use new common method to parse ARCH RISCV attributeElena Lepilkina
2023-01-05Move from llvm::makeArrayRef to ArrayRef deduction guides - llvm/ partserge-sans-paille
2022-12-09Revert D139098 "[Alignment] Use Align for ObjectFile::getSectionAlignment"Guillaume Chatelet
2022-12-09[Alignment] Use Align for ObjectFile::getSectionAlignmentGuillaume Chatelet
2022-11-21[XCOFF] llvm-readobj support display symbol table of loader section of xcoff ...zhijian
2022-11-19Revert "[XCOFF] llvvm-readobj support display symbol table of loader section ...Vitaly Buka
2022-11-18[XCOFF] llvvm-readobj support display symbol table of loader section of xcoff...zhijian
2022-10-15[Object] Fix a warningKazu Hirata
2022-09-21Refactor XCOFFObjectFile::getImportFileTable.zhijian
2022-09-19fixed a compiler error as description inzhijian
2022-09-19fixed a compiler error as description inzhijian
2022-09-19Fix MSVC warning "all return expressions must deduce to the same type"Simon Pilgrim
2022-09-19[AIX] llvm-readobj support a new option --exception-section for xcoff object ...zhijian
2022-06-20[llvm] Don't use Optional::getValue (NFC)Kazu Hirata
2022-02-28[llvm-objcopy] Initial XCOFF32 support.esmeyi
2022-02-17Title: Export unique symbol list with llvm-nm new option "--export-symbols"zhijian
2022-01-17Reland https://reviews.llvm.org/D113825 after fixing the test expectations.esmeyi
2022-01-12Revert "[llvm-readobj][XCOFF] dump auxiliary symbols."Nico Weber
2022-01-12[llvm-readobj][XCOFF] dump auxiliary symbols.Esme-Yi
2021-10-26[AIX][XCOFF] parsing xcoff object file auxiliary headerzhijian
2021-10-11[Object] Deduplicate the three createError functionsRaphael Isemann
2021-10-11[XCOFF] Improve error message context.Esme-Yi
2021-10-05Silence an implicit conversion warning on the bit shift result in MSVC; NFCAaron Ballman
2021-10-01[AIX]implement the --syms and using "symbol index and qualname" for --sym --s...zhijian
2021-09-14[yaml2obj][XCOFF] add the SectionIndex field for symbol.Esme-Yi
2021-09-13[XCOFF] Fix the program abortion issue in XCOFFObjectFile::getSectionContents.Esme-Yi
2021-08-26[llvm-readobj][XCOFF] Add support for `--needed-libs` option.Esme-Yi
2021-08-19[AIX][XCOFF] 64-bit relocation reading supportMaryam Benimmar
2021-08-03[llvm-readobj][XCOFF] Fix the error dumping for the firstEsme-Yi
2021-07-05[llvm-readobj][XCOFF] Add support for printing the String Table.Esme-Yi
2021-06-14[AIX][XCOFF] emit vector info of traceback table.zhijian
2021-06-10[XCOFF][llvm-objdump] Dump the debug type in `--section-headers` option.Esme-Yi
2021-06-10[llvm-objdump][XCOFF] Enable the -l (--line-numbers) option.Esme-Yi
2021-06-07[ELF] getRelocatedSection: remove the check for ET_REL object fileAmir Ayupov
2021-06-07[XCOFF][AIX] Enable tooling support for 64 bit symbol table parsingjasonliu