summaryrefslogtreecommitdiff
path: root/llvm/lib/Object/COFFObjectFile.cpp
AgeCommit message (Expand)Author
2019-08-29[COFF] Add a bounds checking helper for iterating a coff_resource_dir_tableMartin Storsjo
2019-08-29[COFF] Fix error handling in ResourceSectionRefMartin Storsjo
2019-08-19[Object/COFF.h] - Stop returning std::error_code in a few methods. NFCI.George Rimar
2019-08-14Recommit r368812 "[llvm/Object] - Convert SectionRef::getName() to return Exp...George Rimar
2019-08-14Revert r368812 "[llvm/Object] - Convert SectionRef::getName() to return Expec...George Rimar
2019-08-14[llvm/Object] - Convert SectionRef::getName() to return Expected<>George Rimar
2019-05-14[Object] Change ObjectFile::getSectionContents to return Expected<ArrayRef<ui...Fangrui Song
2019-05-02[Object] Change getSectionName() to return Expected<StringRef>Fangrui Song
2019-04-04[COFF] Fix delay import directory iteratorJoseph Tremoulet
2019-01-27[COFF] Add new relocation types.Martin Storsjo
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2019-01-03[llvm-readobj] [COFF] Print the symbol index for relocationsMartin Storsjo
2018-12-19[llvm-objcopy] Initial COFF supportMartin Storsjo
2018-12-08[COFF] Map truncated .eh_frame section nameMartin Storsjo
2018-09-05Handle zero-length debug directory entries.Nico Weber
2018-08-27[COFF] Expose an easier helper function for getting names for relocation typesMartin Storsjo
2018-07-30Remove trailing spaceFangrui Song
2018-07-20[COFF] Adjust how we flag weak externalsMartin Storsjo
2018-07-11[llvm-readobj] Add -hex-dump (-x) optionPaul Semel
2018-07-04[llvm-objdump] Add --file-headers (-f) optionPaul Semel
2018-04-17COFF: Make SectionChunk::Relocs field an ArrayRef. NFCI.Peter Collingbourne
2018-04-12[NFC] fix trivial typos in documents and commentsHiroshi Inoue
2017-12-14Fix many -Wsign-compare and -Wtautological-constant-compare warnings.Zachary Turner
2017-10-11Convert the last uses of ErrorOr in COFF.h.Rafael Espindola
2017-10-11Convert a couple of ErrorOr to Expected. NFC.Rafael Espindola
2017-10-10Convert two uses of ErrorOr to Expected.Rafael Espindola
2017-08-31[Object] Verify object sizes before handing out StringRefs pointing outBenjamin Kramer
2017-07-18llvm: add llvm-dlltool support to the archiverMartell Malone
2017-07-18Revert r308329: llvm: add llvm-dlltool support to the archiverRui Ueyama
2017-07-18llvm: add llvm-dlltool support to the archiverMartell Malone
2017-06-30[llvm-readobj] Improve printouts for COFF ARM64 binariesMartin Storsjo
2017-06-27[COFF, ARM64] Add support for Windows ARM64 COFF formatMandeep Singh Grang
2017-06-22[llvm-readobj] Dump the COFF image load configReid Kleckner
2017-06-07Move Object format code to lib/BinaryFormat.Zachary Turner
2017-05-27Recommit "[DWARF] - Make collectAddressRanges() return section index in addit...George Rimar
2017-05-26Revert r304002 "[DWARF] - Make collectAddressRanges() return section index in...George Rimar
2017-05-26[DWARF] - Make collectAddressRanges() return section index in addition to Low...George Rimar
2017-05-26Revert "[DWARF] - Make collectAddressRanges() return section index in additio...George Rimar
2017-05-26Recommit r303978 "[DWARF] - Make collectAddressRanges() return section index ...George Rimar
2017-05-26Revert r303978 "[DWARF] - Make collectAddressRanges() return section index in...George Rimar
2017-05-26[DWARF] - Make collectAddressRanges() return section index in addition to Low...George Rimar
2017-05-14[COFF] Gracefully handle empty .drectve sectionsShoaib Meenai
2017-05-09Fix the Endianness bug by adding the little endian UTF marker.Eric Beckmann
2017-05-08Hopefully one last commit to fix this patch, addresses string referenceEric Beckmann
2017-05-08Update llvm-readobj -coff-resources to display tree structure.Eric Beckmann
2017-05-08Revert "Hopefully one last commit to fix this patch, addresses string reference"Eric Beckmann
2017-05-08Hopefully one last commit to fix this patch, addresses string referenceEric Beckmann
2017-05-07Update llvm-readobj -coff-resources to display tree structure.Eric Beckmann
2017-04-19[Object] Fix some Clang-tidy modernize and Include What You Use warnings; oth...Eugene Zelenko
2016-11-22Object: Make SymbolicFile::symbol_{begin,end}() virtual and remove unnecessar...Peter Collingbourne