aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Object/XCOFFObjectFile.cpp
AgeCommit message (Expand)AuthorFilesLines
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
2020-11-24[NFC][AIX][XCOFF] change function name from getNumofGPRsSaved to getNumOfGPRs...diggerlin1-1/+1
2020-11-19[AIX][XCOFF][Patch2] decode vector information and extent long table of the t...diggerlin1-5/+109
2020-08-17[AIX][XCOFF][Patch1] Provide decoding trace back table information API for xc...diggerlin1-0/+215
2020-06-08[XCOFF][AIX] report_fatal_error when an overflow section is neededjasonliu1-2/+1
2020-06-05Re-land "Migrate Binary::checkOffset from error_code to Error, NFC"Reid Kleckner1-4/+6
2020-06-05Revert "Migrate Binary::checkOffset from error_code to Error, NFC"Nico Weber1-2/+2
2020-06-05Migrate Binary::checkOffset from error_code to Error, NFCReid Kleckner1-2/+2
2020-05-27ObjectFile.h - reduce unnecessary includes to forward declarations. NFC.Simon Pilgrim1-0/+1
2020-04-18[Object] Change uint32_t getSymbolFlags() to Expected<uint32_t> getSymbolFlag...vgxbj1-1/+1
2020-04-06[llvm-objdump][XCOFF] Use symbol index+symbol name + storage mapping class as...diggerlin1-0/+4
2020-03-27[llvm-objdump][XCOFF][AIX] Implement -r optionjasonliu1-25/+68
2020-02-10Revert "Remove redundant "std::move"s in return statements"Bill Wendling1-10/+10
2020-02-10Remove redundant "std::move"s in return statementsBill Wendling1-10/+10
2020-01-30[XCOFF][AIX] Support basic relocation type on AIXjasonliu1-0/+1
2019-11-19The patch is the compiler error specific on the compile error on CMVCdiggerlin1-3/+5
2019-11-19implement printing out raw section data of xcoff objectfile for llvm-objdumpdiggerlin1-8/+17
2019-11-18Revert "implement printing out raw section data of xcoff objectfile for llvm-...Leonard Chan1-17/+8
2019-11-18implement printing out raw section data of xcoff objectfile for llvm-objdumpdiggerlin1-8/+17
2019-11-07Revert "[XCOFF] Fix link errors from explicit template instantiation"Reid Kleckner1-4/+0
2019-11-07[XCOFF] Fix link errors from explicit template instantiationReid Kleckner1-0/+4
2019-11-07[XCOFF] Move explicit instantions after member function definitions to fix cl...Fangrui Song1-4/+4
2019-11-07Using crtp to refactor the xcoff section headerdiggerlin1-8/+19
2019-10-15[XCOFF]implement parsing relocation information for 32-bit xcoff object fileDigger Lin1-4/+68
2019-10-15revert git test commitDigger Lin1-1/+1
2019-10-15a test commit accessDigger Lin1-1/+1
2019-08-27[XCOFF][AIX] Generate symbol table entries with llvm-readobjJason Liu1-20/+143
2019-08-15[llvm] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere1-1/+1
2019-08-12[XCOFF] Use a single symbolic constant for the size of an embeded name. [NFC]Sean Fertile1-9/+9
2019-07-22[Object][XCOFF] Remove extra includes from XCOFF related files. [NFC]Sean Fertile1-5/+0
2019-07-09Try to appease the Windows build bots.Sean Fertile1-4/+12
2019-07-09[Object][XCOFF] Add support for 64-bit file header and section header dumping.Sean Fertile1-149/+253
2019-05-28[XCOFF] Implement parsing symbol table for xcoffobjfile and output as yaml fo...Jason Liu1-39/+163
2019-05-14[Object] Change ObjectFile::getSectionContents to return Expected<ArrayRef<ui...Fangrui Song1-3/+2
2019-05-03[Object][XCOFF] Add an XCOFF dumper for llvm-readobj.Sean Fertile1-7/+34
2019-05-02[Object] Change getSectionName() to return Expected<StringRef>Fangrui Song1-5/+3
2019-04-25[Object][XCOFF] Add intial support for section header table.Sean Fertile1-29/+83
2019-04-04[XCOFF] Add functionality for parsing AIX XCOFF object file headersHubert Tong1-0/+270