summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Object/XCOFFObjectFile.cpp
Commit message (Expand)AuthorAgeFilesLines
* The patch is the compiler error specific on the compile error on CMVCdiggerlin2019-11-191-3/+5
* implement printing out raw section data of xcoff objectfile for llvm-objdumpdiggerlin2019-11-191-8/+17
* Revert "implement printing out raw section data of xcoff objectfile for llvm-...Leonard Chan2019-11-181-17/+8
* implement printing out raw section data of xcoff objectfile for llvm-objdumpdiggerlin2019-11-181-8/+17
* Revert "[XCOFF] Fix link errors from explicit template instantiation"Reid Kleckner2019-11-071-4/+0
* [XCOFF] Fix link errors from explicit template instantiationReid Kleckner2019-11-071-0/+4
* [XCOFF] Move explicit instantions after member function definitions to fix cl...Fangrui Song2019-11-071-4/+4
* Using crtp to refactor the xcoff section headerdiggerlin2019-11-071-8/+19
* [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