| Commit message (Expand) | Author | Age | Files | Lines |
| * | The patch is the compiler error specific on the compile error on CMVC | diggerlin | 2019-11-19 | 1 | -3/+5 |
| * | implement printing out raw section data of xcoff objectfile for llvm-objdump | diggerlin | 2019-11-19 | 1 | -8/+17 |
| * | Revert "implement printing out raw section data of xcoff objectfile for llvm-... | Leonard Chan | 2019-11-18 | 1 | -17/+8 |
| * | implement printing out raw section data of xcoff objectfile for llvm-objdump | diggerlin | 2019-11-18 | 1 | -8/+17 |
| * | Revert "[XCOFF] Fix link errors from explicit template instantiation" | Reid Kleckner | 2019-11-07 | 1 | -4/+0 |
| * | [XCOFF] Fix link errors from explicit template instantiation | Reid Kleckner | 2019-11-07 | 1 | -0/+4 |
| * | [XCOFF] Move explicit instantions after member function definitions to fix cl... | Fangrui Song | 2019-11-07 | 1 | -4/+4 |
| * | Using crtp to refactor the xcoff section header | diggerlin | 2019-11-07 | 1 | -8/+19 |
| * | [XCOFF]implement parsing relocation information for 32-bit xcoff object file | Digger Lin | 2019-10-15 | 1 | -4/+68 |
| * | revert git test commit | Digger Lin | 2019-10-15 | 1 | -1/+1 |
| * | a test commit access | Digger Lin | 2019-10-15 | 1 | -1/+1 |
| * | [XCOFF][AIX] Generate symbol table entries with llvm-readobj | Jason Liu | 2019-08-27 | 1 | -20/+143 |
| * | [llvm] Migrate llvm::make_unique to std::make_unique | Jonas Devlieghere | 2019-08-15 | 1 | -1/+1 |
| * | [XCOFF] Use a single symbolic constant for the size of an embeded name. [NFC] | Sean Fertile | 2019-08-12 | 1 | -9/+9 |
| * | [Object][XCOFF] Remove extra includes from XCOFF related files. [NFC] | Sean Fertile | 2019-07-22 | 1 | -5/+0 |
| * | Try to appease the Windows build bots. | Sean Fertile | 2019-07-09 | 1 | -4/+12 |
| * | [Object][XCOFF] Add support for 64-bit file header and section header dumping. | Sean Fertile | 2019-07-09 | 1 | -149/+253 |
| * | [XCOFF] Implement parsing symbol table for xcoffobjfile and output as yaml fo... | Jason Liu | 2019-05-28 | 1 | -39/+163 |
| * | [Object] Change ObjectFile::getSectionContents to return Expected<ArrayRef<ui... | Fangrui Song | 2019-05-14 | 1 | -3/+2 |
| * | [Object][XCOFF] Add an XCOFF dumper for llvm-readobj. | Sean Fertile | 2019-05-03 | 1 | -7/+34 |
| * | [Object] Change getSectionName() to return Expected<StringRef> | Fangrui Song | 2019-05-02 | 1 | -5/+3 |
| * | [Object][XCOFF] Add intial support for section header table. | Sean Fertile | 2019-04-25 | 1 | -29/+83 |
| * | [XCOFF] Add functionality for parsing AIX XCOFF object file headers | Hubert Tong | 2019-04-04 | 1 | -0/+270 |