aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Object/XCOFFObjectFile.cpp
AgeCommit message (Expand)AuthorFilesLines
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