aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Object/COFFObjectFile.cpp
AgeCommit message (Expand)AuthorFilesLines
2017-07-18llvm: add llvm-dlltool support to the archiverMartell Malone1-1/+4
2017-07-18Revert r308329: llvm: add llvm-dlltool support to the archiverRui Ueyama1-4/+1
2017-07-18llvm: add llvm-dlltool support to the archiverMartell Malone1-1/+4
2017-06-30[llvm-readobj] Improve printouts for COFF ARM64 binariesMartin Storsjo1-1/+1
2017-06-27[COFF, ARM64] Add support for Windows ARM64 COFF formatMandeep Singh Grang1-0/+23
2017-06-22[llvm-readobj] Dump the COFF image load configReid Kleckner1-0/+20
2017-06-07Move Object format code to lib/BinaryFormat.Zachary Turner1-1/+1
2017-05-27Recommit "[DWARF] - Make collectAddressRanges() return section index in addit...George Rimar1-0/+4
2017-05-26Revert r304002 "[DWARF] - Make collectAddressRanges() return section index in...George Rimar1-4/+0
2017-05-26[DWARF] - Make collectAddressRanges() return section index in addition to Low...George Rimar1-0/+4
2017-05-26Revert "[DWARF] - Make collectAddressRanges() return section index in additio...George Rimar1-4/+0
2017-05-26Recommit r303978 "[DWARF] - Make collectAddressRanges() return section index ...George Rimar1-0/+4
2017-05-26Revert r303978 "[DWARF] - Make collectAddressRanges() return section index in...George Rimar1-4/+0
2017-05-26[DWARF] - Make collectAddressRanges() return section index in addition to Low...George Rimar1-0/+4
2017-05-14[COFF] Gracefully handle empty .drectve sectionsShoaib Meenai1-1/+1
2017-05-09Fix the Endianness bug by adding the little endian UTF marker.Eric Beckmann1-2/+0
2017-05-08Hopefully one last commit to fix this patch, addresses string referenceEric Beckmann1-7/+3
2017-05-08Update llvm-readobj -coff-resources to display tree structure.Eric Beckmann1-2/+47
2017-05-08Revert "Hopefully one last commit to fix this patch, addresses string reference"Eric Beckmann1-43/+2
2017-05-08Hopefully one last commit to fix this patch, addresses string referenceEric Beckmann1-7/+3
2017-05-07Update llvm-readobj -coff-resources to display tree structure.Eric Beckmann1-2/+47
2017-04-19[Object] Fix some Clang-tidy modernize and Include What You Use warnings; oth...Eugene Zelenko1-10/+22
2016-11-22Object: Make SymbolicFile::symbol_{begin,end}() virtual and remove unnecessar...Peter Collingbourne1-2/+2
2016-11-11[lli] Simplify the code a bit. No functional change intended.Davide Italiano1-3/+1
2016-11-02[lli/COFF] Set the correct alignment for common symbolsDavide Italiano1-0/+9
2016-08-30[COFFObjectFile] Ignore broken symbol tableDavid Majnemer1-2/+6
2016-08-11Re-commit r278066: Do not ignore SizeOfOptionalHeader in COFF header even if ...Rui Ueyama1-1/+3
2016-08-09CodeView: extract the OMF Directory HeaderSaleem Abdulrasool1-8/+10
2016-08-08Revert "Do not ignore SizeOfOptionalHeader in COFF header even if PE header i...Rui Ueyama1-2/+1
2016-08-08Do not ignore SizeOfOptionalHeader in COFF header even if PE header is not pr...Rui Ueyama1-1/+2
2016-07-31[COFF] Expose iterators for ImportAddressTableRVADavid Majnemer1-2/+17
2016-07-31[COFF] Remove a duplicate import_directory_table_entry definitionDavid Majnemer1-4/+4
2016-06-26[Object, COFF] An import data directory might not consist soley of importsDavid Majnemer1-17/+29
2016-06-24Thread Expected<...> up from libObject’s getSymbolAddress() for symbols to ...Kevin Enderby1-2/+2
2016-06-03[Symbolize] Check if the PE file has a PDB and emit an error if we can't load itReid Kleckner1-0/+11
2016-06-02[COFF] Expose the PE debug data directory and dump itReid Kleckner1-2/+70
2016-05-28[Object] Return an error code instead of assertingDavid Majnemer1-4/+4
2016-05-24Recommit r270547 ([llvm-dwarfdump] - Teach dwarfdump to decompress debug sect...George Rimar1-0/+4
2016-05-24Revert r270543 ("Recommit r270540")George Rimar1-4/+0
2016-05-24Recommit r270540George Rimar1-0/+4
2016-05-24Revert r270540 "[llvm-dwarfdump] - Teach dwarfdump to decompress debug sectio...George Rimar1-4/+0
2016-05-24[llvm-dwarfdump] - Teach dwarfdump to decompress debug sections in zlib style.George Rimar1-0/+4
2016-05-02Thread Expected<...> up from libObject’s getType() for symbols to allow llv...Kevin Enderby1-3/+3
2016-04-20Thread Expected<...> up from libObject’s getName() for symbols to allow llv...Kevin Enderby1-2/+2
2016-04-18[NFC] Header cleanupMehdi Amini1-1/+0
2016-03-23Fix a crash in running llvm-objdump -t with an invalid Mach-O file alreadyKevin Enderby1-1/+1
2016-03-17[COFF] Refactor section alignment calculationDavid Majnemer1-1/+1
2016-01-25[Object][COFF] Revert r258665 - It doesn't do what I had intended.Lang Hames1-1/+1
2016-01-24[Object][COFF] Set the generic SF_Exported flag on COFF exported symbols.Lang Hames1-1/+1
2016-01-12COFF: Teach llvm-objdump how to dump DLL forwarder symbols.Rui Ueyama1-0/+24