aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Object/XCOFFObjectFile.cpp
AgeCommit message (Expand)AuthorFilesLines
2024-09-20[Object][NFC] Add extern template declarations needed by llvm-objdump (#109156)Thomas Fransham1-10/+13
2024-07-14[NFC] Fix some typos (#98791)c8ef1-1/+1
2024-06-21[llvm-objdump] enable file-headers option of llvm-objdump for XCOFF object fi...zhijian lin1-3/+5
2024-02-20[XCOFF] Support the subtype flag in DWARF section headers (#81667)stephenpeckham1-0/+6
2023-11-26[XCOFF] make related SD symbols as isFunction (#69553)Chen Zheng1-10/+46
2023-11-15[XCOFF]refactor isFunction, NFC (#72232)Chen Zheng1-14/+10
2023-10-12[XCOFF][OBJECT] get symbol size by calling XCOFF interfaces (#67304)Chen Zheng1-11/+16
2023-07-13[PowerPC][MC] Set 'future' as default CPU type of XCOFFQiu Chaofan1-0/+4
2023-07-06[AIX][XCOFF] print out the traceback infozhijian1-6/+14
2023-06-26Move SubtargetFeature.h from MC to TargetParserJob Noorman1-1/+1
2023-01-16[llvm-objdump][RISCV] Use new common method to parse ARCH RISCV attributeElena Lepilkina1-1/+1
2023-01-05Move from llvm::makeArrayRef to ArrayRef deduction guides - llvm/ partserge-sans-paille1-1/+1
2022-12-09Revert D139098 "[Alignment] Use Align for ObjectFile::getSectionAlignment"Guillaume Chatelet1-2/+3
2022-12-09[Alignment] Use Align for ObjectFile::getSectionAlignmentGuillaume Chatelet1-3/+2
2022-11-21[XCOFF] llvm-readobj support display symbol table of loader section of xcoff ...zhijian1-0/+28
2022-11-19Revert "[XCOFF] llvvm-readobj support display symbol table of loader section ...Vitaly Buka1-28/+0
2022-11-18[XCOFF] llvvm-readobj support display symbol table of loader section of xcoff...zhijian1-0/+28
2022-10-15[Object] Fix a warningKazu Hirata1-2/+2
2022-09-21Refactor XCOFFObjectFile::getImportFileTable.zhijian1-38/+2
2022-09-19fixed a compiler error as description inzhijian1-1/+1
2022-09-19fixed a compiler error as description inzhijian1-1/+1
2022-09-19Fix MSVC warning "all return expressions must deduce to the same type"Simon Pilgrim1-1/+1
2022-09-19[AIX] llvm-readobj support a new option --exception-section for xcoff object ...zhijian1-0/+98
2022-06-20[llvm] Don't use Optional::getValue (NFC)Kazu Hirata1-2/+2
2022-02-28[llvm-objcopy] Initial XCOFF32 support.esmeyi1-0/+13
2022-02-17Title: Export unique symbol list with llvm-nm new option "--export-symbols"zhijian1-0/+10
2022-01-17Reland https://reviews.llvm.org/D113825 after fixing the test expectations.esmeyi1-1/+5
2022-01-12Revert "[llvm-readobj][XCOFF] dump auxiliary symbols."Nico Weber1-5/+1
2022-01-12[llvm-readobj][XCOFF] dump auxiliary symbols.Esme-Yi1-1/+5
2021-10-26[AIX][XCOFF] parsing xcoff object file auxiliary headerzhijian1-2/+19
2021-10-11[Object] Deduplicate the three createError functionsRaphael Isemann1-4/+0
2021-10-11[XCOFF] Improve error message context.Esme-Yi1-27/+67
2021-10-05Silence an implicit conversion warning on the bit shift result in MSVC; NFCAaron Ballman1-1/+1
2021-10-01[AIX]implement the --syms and using "symbol index and qualname" for --sym --s...zhijian1-4/+117
2021-09-14[yaml2obj][XCOFF] add the SectionIndex field for symbol.Esme-Yi1-1/+3
2021-09-13[XCOFF] Fix the program abortion issue in XCOFFObjectFile::getSectionContents.Esme-Yi1-2/+3
2021-08-26[llvm-readobj][XCOFF] Add support for `--needed-libs` option.Esme-Yi1-0/+73
2021-08-19[AIX][XCOFF] 64-bit relocation reading supportMaryam Benimmar1-60/+137
2021-08-03[llvm-readobj][XCOFF] Fix the error dumping for the firstEsme-Yi1-1/+4
2021-07-05[llvm-readobj][XCOFF] Add support for printing the String Table.Esme-Yi1-0/+4
2021-06-14[AIX][XCOFF] emit vector info of traceback table.zhijian1-87/+59
2021-06-10[XCOFF][llvm-objdump] Dump the debug type in `--section-headers` option.Esme-Yi1-0/+5
2021-06-10[llvm-objdump][XCOFF] Enable the -l (--line-numbers) option.Esme-Yi1-2/+7
2021-06-07[ELF] getRelocatedSection: remove the check for ET_REL object fileAmir Ayupov1-1/+1
2021-06-07[XCOFF][AIX] Enable tooling support for 64 bit symbol table parsingjasonliu1-101/+130
2021-03-17[XCOFF][llvm-dwarfdump] llvm-dwarfdump support for XCOFFChen Zheng1-3/+18
2021-01-22[llvm] Use static_assert instead of assert (NFC)Kazu Hirata1-1/+2
2020-12-22Replace `T(x)` with `reinterpret_cast<T>(x)` everywhere it means reinterpret_...Arthur O'Dwyer1-2/+2
2020-12-11[AIX][XCOFF] emit traceback table for function in aixdiggerlin1-23/+0
2020-11-27[AIX][XCOFF][NFC] Change geNumberOfVRSaved function name to getNumberOfVRSaved.diggerlin1-1/+1