summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Object/XCOFFObjectFile.cpp
Commit message (Expand)AuthorAgeFilesLines
* [XCOFF]implement parsing relocation information for 32-bit xcoff object fileDigger Lin2019-10-151-4/+68
* revert git test commitDigger Lin2019-10-151-1/+1
* a test commit accessDigger Lin2019-10-151-1/+1
* [XCOFF][AIX] Generate symbol table entries with llvm-readobjJason Liu2019-08-271-20/+143
* [llvm] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere2019-08-151-1/+1
* [XCOFF] Use a single symbolic constant for the size of an embeded name. [NFC]Sean Fertile2019-08-121-9/+9
* [Object][XCOFF] Remove extra includes from XCOFF related files. [NFC]Sean Fertile2019-07-221-5/+0
* Try to appease the Windows build bots.Sean Fertile2019-07-091-4/+12
* [Object][XCOFF] Add support for 64-bit file header and section header dumping.Sean Fertile2019-07-091-149/+253
* [XCOFF] Implement parsing symbol table for xcoffobjfile and output as yaml fo...Jason Liu2019-05-281-39/+163
* [Object] Change ObjectFile::getSectionContents to return Expected<ArrayRef<ui...Fangrui Song2019-05-141-3/+2
* [Object][XCOFF] Add an XCOFF dumper for llvm-readobj.Sean Fertile2019-05-031-7/+34
* [Object] Change getSectionName() to return Expected<StringRef>Fangrui Song2019-05-021-5/+3
* [Object][XCOFF] Add intial support for section header table.Sean Fertile2019-04-251-29/+83
* [XCOFF] Add functionality for parsing AIX XCOFF object file headersHubert Tong2019-04-041-0/+270
OpenPOWER on IntegriCloud