summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Object/COFFObjectFile.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* [Object] Fix some Clang-tidy modernize and Include What You Use warnings; oth...Eugene Zelenko2017-04-191-10/+22
* Object: Make SymbolicFile::symbol_{begin,end}() virtual and remove unnecessar...Peter Collingbourne2016-11-221-2/+2
* [lli] Simplify the code a bit. No functional change intended.Davide Italiano2016-11-111-3/+1
* [lli/COFF] Set the correct alignment for common symbolsDavide Italiano2016-11-021-0/+9
* [COFFObjectFile] Ignore broken symbol tableDavid Majnemer2016-08-301-2/+6
* Re-commit r278066: Do not ignore SizeOfOptionalHeader in COFF header even if ...Rui Ueyama2016-08-111-1/+3
* CodeView: extract the OMF Directory HeaderSaleem Abdulrasool2016-08-091-8/+10
* Revert "Do not ignore SizeOfOptionalHeader in COFF header even if PE header i...Rui Ueyama2016-08-081-2/+1
* Do not ignore SizeOfOptionalHeader in COFF header even if PE header is not pr...Rui Ueyama2016-08-081-1/+2
* [COFF] Expose iterators for ImportAddressTableRVADavid Majnemer2016-07-311-2/+17
* [COFF] Remove a duplicate import_directory_table_entry definitionDavid Majnemer2016-07-311-4/+4
* [Object, COFF] An import data directory might not consist soley of importsDavid Majnemer2016-06-261-17/+29
* Thread Expected<...> up from libObject’s getSymbolAddress() for symbols to ...Kevin Enderby2016-06-241-2/+2
* [Symbolize] Check if the PE file has a PDB and emit an error if we can't load itReid Kleckner2016-06-031-0/+11
* [COFF] Expose the PE debug data directory and dump itReid Kleckner2016-06-021-2/+70
* [Object] Return an error code instead of assertingDavid Majnemer2016-05-281-4/+4
OpenPOWER on IntegriCloud