| Commit message (Expand) | Author | Age | Files | Lines |
| * | [COFF] Add a ResourceSectionRef method for getting resource contents | Martin Storsjo | 2019-08-30 | 1 | -0/+117 |
| * | [COFF] Add a ResourceSectionRef method for getting the data entry, print it i... | Martin Storsjo | 2019-08-29 | 1 | -0/+18 |
| * | [COFF] Add a bounds checking helper for iterating a coff_resource_dir_table | Martin Storsjo | 2019-08-29 | 1 | -0/+22 |
| * | [COFF] Fix error handling in ResourceSectionRef | Martin Storsjo | 2019-08-29 | 1 | -3/+6 |
| * | [Object/COFF.h] - Stop returning std::error_code in a few methods. NFCI. | George Rimar | 2019-08-19 | 1 | -23/+0 |
| * | Recommit r368812 "[llvm/Object] - Convert SectionRef::getName() to return Exp... | George Rimar | 2019-08-14 | 1 | -4/+5 |
| * | Revert r368812 "[llvm/Object] - Convert SectionRef::getName() to return Expec... | George Rimar | 2019-08-14 | 1 | -5/+4 |
| * | [llvm/Object] - Convert SectionRef::getName() to return Expected<> | George Rimar | 2019-08-14 | 1 | -4/+5 |
| * | [Object] Change ObjectFile::getSectionContents to return Expected<ArrayRef<ui... | Fangrui Song | 2019-05-14 | 1 | -11/+10 |
| * | [Object] Change getSectionName() to return Expected<StringRef> | Fangrui Song | 2019-05-02 | 1 | -10/+10 |
| * | [COFF] Fix delay import directory iterator | Joseph Tremoulet | 2019-04-04 | 1 | -1/+1 |
| * | [COFF] Add new relocation types. | Martin Storsjo | 2019-01-27 | 1 | -0/+3 |
| * | Update the file headers across all of the LLVM projects in the monorepo | Chandler Carruth | 2019-01-19 | 1 | -4/+3 |
| * | [llvm-readobj] [COFF] Print the symbol index for relocations | Martin Storsjo | 2019-01-03 | 1 | -0/+10 |
| * | [llvm-objcopy] Initial COFF support | Martin Storsjo | 2018-12-19 | 1 | -0/+12 |
| * | [COFF] Map truncated .eh_frame section name | Martin Storsjo | 2018-12-08 | 1 | -0/+6 |
| * | Handle zero-length debug directory entries. | Nico Weber | 2018-09-05 | 1 | -4/+6 |
| * | [COFF] Expose an easier helper function for getting names for relocation types | Martin Storsjo | 2018-08-27 | 1 | -16/+18 |
| * | Remove trailing space | Fangrui Song | 2018-07-30 | 1 | -1/+1 |
| * | [COFF] Adjust how we flag weak externals | Martin Storsjo | 2018-07-20 | 1 | -4/+4 |
| * | [llvm-readobj] Add -hex-dump (-x) option | Paul Semel | 2018-07-11 | 1 | -0/+15 |
| * | [llvm-objdump] Add --file-headers (-f) option | Paul Semel | 2018-07-04 | 1 | -0/+6 |
| * | COFF: Make SectionChunk::Relocs field an ArrayRef. NFCI. | Peter Collingbourne | 2018-04-17 | 1 | -6/+3 |
| * | [NFC] fix trivial typos in documents and comments | Hiroshi Inoue | 2018-04-12 | 1 | -1/+1 |
| * | Fix many -Wsign-compare and -Wtautological-constant-compare warnings. | Zachary Turner | 2017-12-14 | 1 | -1/+1 |
| * | Convert the last uses of ErrorOr in COFF.h. | Rafael Espindola | 2017-10-11 | 1 | -7/+6 |
| * | Convert a couple of ErrorOr to Expected. NFC. | Rafael Espindola | 2017-10-11 | 1 | -8/+10 |
| * | Convert two uses of ErrorOr to Expected. | Rafael Espindola | 2017-10-10 | 1 | -2/+2 |
| * | [Object] Verify object sizes before handing out StringRefs pointing out | Benjamin Kramer | 2017-08-31 | 1 | -12/+3 |
| * | llvm: add llvm-dlltool support to the archiver | Martell Malone | 2017-07-18 | 1 | -1/+4 |
| * | Revert r308329: llvm: add llvm-dlltool support to the archiver | Rui Ueyama | 2017-07-18 | 1 | -4/+1 |
| * | llvm: add llvm-dlltool support to the archiver | Martell Malone | 2017-07-18 | 1 | -1/+4 |
| * | [llvm-readobj] Improve printouts for COFF ARM64 binaries | Martin Storsjo | 2017-06-30 | 1 | -1/+1 |
| * | [COFF, ARM64] Add support for Windows ARM64 COFF format | Mandeep Singh Grang | 2017-06-27 | 1 | -0/+23 |
| * | [llvm-readobj] Dump the COFF image load config | Reid Kleckner | 2017-06-22 | 1 | -0/+20 |
| * | Move Object format code to lib/BinaryFormat. | Zachary Turner | 2017-06-07 | 1 | -1/+1 |
| * | Recommit "[DWARF] - Make collectAddressRanges() return section index in addit... | George Rimar | 2017-05-27 | 1 | -0/+4 |
| * | Revert r304002 "[DWARF] - Make collectAddressRanges() return section index in... | George Rimar | 2017-05-26 | 1 | -4/+0 |
| * | [DWARF] - Make collectAddressRanges() return section index in addition to Low... | George Rimar | 2017-05-26 | 1 | -0/+4 |
| * | Revert "[DWARF] - Make collectAddressRanges() return section index in additio... | George Rimar | 2017-05-26 | 1 | -4/+0 |
| * | Recommit r303978 "[DWARF] - Make collectAddressRanges() return section index ... | George Rimar | 2017-05-26 | 1 | -0/+4 |
| * | Revert r303978 "[DWARF] - Make collectAddressRanges() return section index in... | George Rimar | 2017-05-26 | 1 | -4/+0 |
| * | [DWARF] - Make collectAddressRanges() return section index in addition to Low... | George Rimar | 2017-05-26 | 1 | -0/+4 |
| * | [COFF] Gracefully handle empty .drectve sections | Shoaib Meenai | 2017-05-14 | 1 | -1/+1 |
| * | Fix the Endianness bug by adding the little endian UTF marker. | Eric Beckmann | 2017-05-09 | 1 | -2/+0 |
| * | Hopefully one last commit to fix this patch, addresses string reference | Eric Beckmann | 2017-05-08 | 1 | -7/+3 |
| * | Update llvm-readobj -coff-resources to display tree structure. | Eric Beckmann | 2017-05-08 | 1 | -2/+47 |
| * | Revert "Hopefully one last commit to fix this patch, addresses string reference" | Eric Beckmann | 2017-05-08 | 1 | -43/+2 |
| * | Hopefully one last commit to fix this patch, addresses string reference | Eric Beckmann | 2017-05-08 | 1 | -7/+3 |
| * | Update llvm-readobj -coff-resources to display tree structure. | Eric Beckmann | 2017-05-07 | 1 | -2/+47 |