summaryrefslogtreecommitdiff
path: root/include/llvm/Object/COFF.h
AgeCommit message (Expand)Author
2017-12-14Fix many -Wsign-compare and -Wtautological-constant-compare warnings.Zachary Turner
2017-12-14[COFF] Teach LLD to use the COFF .debug$H section.Zachary Turner
2017-11-28Reland r319090, "COFF: Do not create SectionChunks for discarded comdat secti...Peter Collingbourne
2017-11-27Revert r319090, "COFF: Do not create SectionChunks for discarded comdat secti...Peter Collingbourne
2017-11-27COFF: Do not create SectionChunks for discarded comdat sections.Peter Collingbourne
2017-11-01Fix warnings discovered by rL317076. [-Wunused-private-field]NAKAMURA Takumi
2017-10-11Convert the last uses of ErrorOr in COFF.h.Rafael Espindola
2017-10-11Convert a few ErrorOr to Expected.Rafael Espindola
2017-10-11Convert a couple of ErrorOr to Expected. NFC.Rafael Espindola
2017-08-07[Object] Initialize LoadConfig member to nullReid Kleckner
2017-07-07Add name offset flags, for parity with cvtres.exe.Eric Beckmann
2017-06-29Remove `inline` keyword from inline `classof` methodsSam Clegg
2017-06-22[llvm-readobj] Dump the COFF image load configReid Kleckner
2017-06-09Implement COFF emission for parsed Windows Resource ( .res) files.Eric Beckmann
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-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-27[llvm-readobj] Dump COFF Resources section.Zachary Turner
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
2016-11-02[lli/COFF] Set the correct alignment for common symbolsDavide Italiano
2016-08-30[COFFObjectFile] Ignore broken symbol tableDavid Majnemer
2016-08-09CodeView: extract the OMF Directory HeaderSaleem Abdulrasool
2016-07-31[COFF] Expose iterators for ImportAddressTableRVADavid Majnemer
2016-07-31[COFF] Remove a duplicate import_directory_table_entry definitionDavid Majnemer
2016-06-26[Object, COFF] An import data directory might not consist soley of importsDavid Majnemer
2016-06-24Thread Expected<...> up from libObject’s getSymbolAddress() for symbols to ...Kevin Enderby
2016-06-16[llvm-objdump] Support detection of feature bits from the object and implemen...Daniel Sanders
2016-06-06[pdbdump] Print out New FPO stream contents.Rui Ueyama
2016-06-03[Symbolize] Check if the PE file has a PDB and emit an error if we can't load itReid Kleckner
2016-06-02[COFF] Expose the PE debug data directory and dump itReid Kleckner
2016-05-25Object: ensure that structures are fully definedSaleem Abdulrasool
2016-05-24Recommit r270547 ([llvm-dwarfdump] - Teach dwarfdump to decompress debug sect...George Rimar
2016-05-24Revert r270543 ("Recommit r270540")George Rimar
2016-05-24Recommit r270540George Rimar
2016-05-24Revert r270540 "[llvm-dwarfdump] - Teach dwarfdump to decompress debug sectio...George Rimar
2016-05-24[llvm-dwarfdump] - Teach dwarfdump to decompress debug sections in zlib style.George Rimar
2016-05-02Thread Expected<...> up from libObject’s getType() for symbols to allow llv...Kevin Enderby
2016-04-20Thread Expected<...> up from libObject’s getName() for symbols to allow llv...Kevin Enderby
2016-03-23Fix a crash in running llvm-objdump -t with an invalid Mach-O file alreadyKevin Enderby