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