summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Object/COFFObjectFile.cpp
Commit message (Expand)AuthorAgeFilesLines
* [COFF] Add a ResourceSectionRef method for getting resource contentsMartin Storsjo2019-08-301-0/+117
* [COFF] Add a ResourceSectionRef method for getting the data entry, print it i...Martin Storsjo2019-08-291-0/+18
* [COFF] Add a bounds checking helper for iterating a coff_resource_dir_tableMartin Storsjo2019-08-291-0/+22
* [COFF] Fix error handling in ResourceSectionRefMartin Storsjo2019-08-291-3/+6
* [Object/COFF.h] - Stop returning std::error_code in a few methods. NFCI.George Rimar2019-08-191-23/+0
* Recommit r368812 "[llvm/Object] - Convert SectionRef::getName() to return Exp...George Rimar2019-08-141-4/+5
* Revert r368812 "[llvm/Object] - Convert SectionRef::getName() to return Expec...George Rimar2019-08-141-5/+4
* [llvm/Object] - Convert SectionRef::getName() to return Expected<>George Rimar2019-08-141-4/+5
* [Object] Change ObjectFile::getSectionContents to return Expected<ArrayRef<ui...Fangrui Song2019-05-141-11/+10
* [Object] Change getSectionName() to return Expected<StringRef>Fangrui Song2019-05-021-10/+10
* [COFF] Fix delay import directory iteratorJoseph Tremoulet2019-04-041-1/+1
* [COFF] Add new relocation types.Martin Storsjo2019-01-271-0/+3
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [llvm-readobj] [COFF] Print the symbol index for relocationsMartin Storsjo2019-01-031-0/+10
* [llvm-objcopy] Initial COFF supportMartin Storsjo2018-12-191-0/+12
* [COFF] Map truncated .eh_frame section nameMartin Storsjo2018-12-081-0/+6
* Handle zero-length debug directory entries.Nico Weber2018-09-051-4/+6
* [COFF] Expose an easier helper function for getting names for relocation typesMartin Storsjo2018-08-271-16/+18
* Remove trailing spaceFangrui Song2018-07-301-1/+1
* [COFF] Adjust how we flag weak externalsMartin Storsjo2018-07-201-4/+4
* [llvm-readobj] Add -hex-dump (-x) optionPaul Semel2018-07-111-0/+15
* [llvm-objdump] Add --file-headers (-f) optionPaul Semel2018-07-041-0/+6
* COFF: Make SectionChunk::Relocs field an ArrayRef. NFCI.Peter Collingbourne2018-04-171-6/+3
* [NFC] fix trivial typos in documents and commentsHiroshi Inoue2018-04-121-1/+1
* Fix many -Wsign-compare and -Wtautological-constant-compare warnings.Zachary Turner2017-12-141-1/+1
* Convert the last uses of ErrorOr in COFF.h.Rafael Espindola2017-10-111-7/+6
* Convert a couple of ErrorOr to Expected. NFC.Rafael Espindola2017-10-111-8/+10
* Convert two uses of ErrorOr to Expected.Rafael Espindola2017-10-101-2/+2
* [Object] Verify object sizes before handing out StringRefs pointing outBenjamin Kramer2017-08-311-12/+3
* llvm: add llvm-dlltool support to the archiverMartell Malone2017-07-181-1/+4
* Revert r308329: llvm: add llvm-dlltool support to the archiverRui Ueyama2017-07-181-4/+1
* llvm: add llvm-dlltool support to the archiverMartell Malone2017-07-181-1/+4
* [llvm-readobj] Improve printouts for COFF ARM64 binariesMartin Storsjo2017-06-301-1/+1
* [COFF, ARM64] Add support for Windows ARM64 COFF formatMandeep Singh Grang2017-06-271-0/+23
* [llvm-readobj] Dump the COFF image load configReid Kleckner2017-06-221-0/+20
* Move Object format code to lib/BinaryFormat.Zachary Turner2017-06-071-1/+1
* Recommit "[DWARF] - Make collectAddressRanges() return section index in addit...George Rimar2017-05-271-0/+4
* Revert r304002 "[DWARF] - Make collectAddressRanges() return section index in...George Rimar2017-05-261-4/+0
* [DWARF] - Make collectAddressRanges() return section index in addition to Low...George Rimar2017-05-261-0/+4
* Revert "[DWARF] - Make collectAddressRanges() return section index in additio...George Rimar2017-05-261-4/+0
* Recommit r303978 "[DWARF] - Make collectAddressRanges() return section index ...George Rimar2017-05-261-0/+4
* Revert r303978 "[DWARF] - Make collectAddressRanges() return section index in...George Rimar2017-05-261-4/+0
* [DWARF] - Make collectAddressRanges() return section index in addition to Low...George Rimar2017-05-261-0/+4
* [COFF] Gracefully handle empty .drectve sectionsShoaib Meenai2017-05-141-1/+1
* Fix the Endianness bug by adding the little endian UTF marker.Eric Beckmann2017-05-091-2/+0
* Hopefully one last commit to fix this patch, addresses string referenceEric Beckmann2017-05-081-7/+3
* Update llvm-readobj -coff-resources to display tree structure.Eric Beckmann2017-05-081-2/+47
* Revert "Hopefully one last commit to fix this patch, addresses string reference"Eric Beckmann2017-05-081-43/+2
* Hopefully one last commit to fix this patch, addresses string referenceEric Beckmann2017-05-081-7/+3
* Update llvm-readobj -coff-resources to display tree structure.Eric Beckmann2017-05-071-2/+47
OpenPOWER on IntegriCloud