COFF: Teach llvm-objdump how to dump DLL forwarder symbols.
[oota-llvm.git] / include / llvm / Object / COFF.h
2016-01-12 Rui UeyamaCOFF: Teach llvm-objdump how to dump DLL forwarder...
2015-10-09 Reid KlecknerAddress review comments, remove error case and return...
2015-10-09 Reid Kleckner[llvm-symbolizer] Make --relative-address work with...
2015-08-07 Rafael EspindolaConvert getSymbolSection to return an ErrorOr.
2015-07-08 Rui UeyamaObject/COFF: Fix import library's getNameType method.
2015-07-07 Rafael EspindolaDelete UnknownAddress. It is a perfectly valid symbol...
2015-07-06 Rafael EspindolaRemove getRelocationAddress.
2015-07-03 Rafael EspindolaReturn ErrorOr from getSymbolAddress.
2015-07-02 Rafael EspindolaReturn ErrorOr from SymbolRef::getName.
2015-06-30 Rafael EspindolaUse ErrorOr in getRelocationAdress.
2015-06-30 Rafael EspindolaImplement containsSymbol with other lower level methods.
2015-06-30 Rafael EspindolaDon't return error_code from a function that doesn...
2015-06-30 Rafael EspindolaDon't return error_code from a function that doesn...
2015-06-30 Rui UeyamaObject/COFF: Define coff_symbol_generic.
2015-06-29 Rafael EspindolaDon't return error_code from function that never fails.
2015-06-26 Rafael EspindolaSimplify getSymbolType.
2015-06-25 Rui UeyamalibObject/COFF: Add a function to get pointers to reloc...
2015-06-24 Rafael EspindolaMake computeSymbolSizes never fail.
2015-06-24 Rafael EspindolaAdd a SymbolRef::getValue.
2015-06-24 Rafael EspindolaChange how symbol sizes are handled in lib/Object.
2015-06-21 Rui UeyamaObject: Add load configuration structure for 64 bit...
2015-06-19 Rafael EspindolaMake getRelocationSection MachO only.
2015-06-09 Rui UeyamaRemove object_error::success and use std::error_code...
2015-06-03 Rafael EspindolaMove to llvm-objdump a large amount of code to that...
2015-06-01 Rafael EspindolaSimplify another function that doesn't fail.
2015-05-27 Rui UeyamaObject/COFF: Add accessors for import header bitfields.
2015-05-27 Rui UeyamaObject/COFF: Add coff_import_header.
2015-05-26 Rui UeyamaObject/COFF: Add COFFSymbolRef::isAbsolute().
2015-05-26 Rui UeyamaObject/COFF: Define .idata import directory table entry.
2015-05-21 Keno FischerMake it easier to use DwarfContext with MCJIT
2014-12-15 Michael IlsemanSilence more static analyzer warnings.
2014-12-10 Rafael EspindolaMove three methods only used by MCJIT to MCJIT.
2014-11-19 Rui Ueyamallvm-readobj: teach it how to dump COFF base relocation...
2014-11-17 David MajnemerObject, COFF: Tighten the object file parser
2014-11-14 David Majnemerobj2yaml, yaml2obj: Add support for COFF executables
2014-11-13 David MajnemerObject, COFF: Clean up formatting in hasExtendedRelocations
2014-11-13 Rui Ueyamallvm-readobj: Print out address table when dumping...
2014-11-11 David MajnemerMC, COFF: Use relocations for function references insid...
2014-11-05 David Majnemerllvm-readobj: Add support for dumping the DOS header...
2014-10-31 David MajnemerObject, COFF: Cleanup symbol type code, improve binutil...
2014-10-10 David MajnemerObject, COFF: Relax aux symbols for section definitions
2014-10-09 David MajnemerObject, COFF: Move the VirtualSize/SizeOfRawData logic...
2014-10-09 Rui UeyamaObject: Add range iterators for COFF import/export...
2014-10-08 Rafael EspindolaRemove bogus std::error_code returns form SectionRef.
2014-10-03 Rui Ueyamallvm-readobj: print out the fields of the COFF delay...
2014-10-03 Rui Ueyamallvm-readobj: print COFF delay-load import table
2014-10-02 Rui UeyamaRename data -> Data
2014-10-02 Rui Ueyamallvm-readobj: print COFF imported symbols
2014-10-02 Rui UeyamaThis patch adds a new flag "-coff-imports" to llvm...
2014-09-15 David MajnemerMC: Add support for BigObj
2014-09-11 David MajnemerObject: Small cleanup in COFFObjectFile::getSymbol
2014-09-11 Rui UeyamaSupport: Delete {aligned_,}{u,}{little,big}8_t
2014-09-10 David MajnemerAttempt to pacify buildbots.
2014-09-10 David MajnemerObject: Add support for bigobj
2014-08-19 Rafael EspindolaDon't own the buffer in object::Binary.
2014-08-17 Rafael Espindolallvm-objdump: don't print relocations in non-relocatabl...
2014-08-08 Rafael EspindolaDelete dead code. NFC.
2014-08-08 Rafael EspindolagetLoadName is only implemented for ELF, make it ELF...
2014-06-24 Rafael EspindolaPass a unique_ptr<MemoryBuffer> to the constructors...
2014-06-23 Rafael EspindolaMake ObjectFile and BitcodeReader always own the Memory...
2014-06-12 Rafael EspindolaDon't use 'using std::error_code' in include/llvm.
2014-04-15 Craig Topper[C++11] More 'nullptr' conversion. In some cases just...
2014-04-13 Saleem Abdulrasooltools: teach objdump about FILE aux records
2014-04-03 Rafael EspindolaRemove section_rel_empty. Just compare begin() and...
2014-04-03 Rafael EspindolaImplement get getSymbolFileOffset with getSymbolAddress.
2014-04-03 Rafael EspindolaRemove getSymbolValue.
2014-03-21 Juergen Ributzka[RuntimeDyld] Allow processRelocationRef to process...
2014-03-21 Rui UeyamaObject/COFF: Support large relocation table.
2014-03-20 David MajnemerObject: Abstract out the determination of function...
2014-03-19 David MajnemerCOFF: Fix a typo
2014-03-19 David MajnemerObject: Provide a richer means of describing auxiliary...
2014-03-19 David MajnemerObject: Move auxiliary symbol definitions from llvm...
2014-03-19 David MajnemerObject: Clean up COFF.h
2014-03-18 Alexey Samsonov[C++11] Change the interface of getCOFF{Section,Relocat...
2014-03-15 Rui UeyamaObject/COFF: change data type of SymbolNumber from...
2014-03-02 Craig TopperSwitch all uses of LLVM_OVERRIDE to just use 'override...
2014-02-28 Rui UeyamaRename coff_pdata_x64 -> coff_runtime_function_x64.
2014-02-27 Rui UeyamaObject/COFF: Add a struct for the function table in...
2014-02-21 Rafael EspindolaAdd a SymbolicFile interface between Binary and ObjectFile.
2014-02-20 Rui UeyamaObject/COFF: Fix possible truncation bug.
2014-02-20 Rui Ueyamallvm-objdump/COFF: Print SEH table addresses.
2014-02-20 Rui UeyamaObject/COFF: Fix padding between CSDVersion and EditList.
2014-02-19 Rui Ueyamallvm-objdump/COFF: Print load configuration table.
2014-02-10 Rafael EspindolaChange the begin and end methods in ObjectFile to match...
2014-01-31 Rafael EspindolaSimplify getSymbolFlags.
2014-01-30 Rafael EspindolaOnly ELF has a dynamic symbol table. Remove it from...
2014-01-30 Rafael EspindolaSimplify the handling of iterators in ObjectFile.
2014-01-30 Rafael Espindolaadd a bunch of LLVM_OVERRIDE before I start refactoring...
2014-01-26 Rui Ueyamallvm-readobj: add support for PE32+ (Windows 64 bit...
2014-01-24 Rafael EspindolaMake ObjectFile ownership of the MemoryBuffer optional.
2014-01-17 Rui Ueyamallvm-objdump/COFF: Print ordinal base number.
2014-01-16 Rui Ueyamallvm-objdump/COFF: Print DLL name in the export table...
2014-01-16 Rui Ueyamallmv-objdump/COFF: Print export table contents.
2014-01-16 Rui UeyamaDon't use DataRefImpl to implement ImportDirectoryEntryRef.
2013-12-13 Rui UeyamaObject/COFF: ExportAddressTableEntry is a union of...
2013-12-06 Rui UeyamaObject/COFF: Add export table entry structs.
2013-11-15 Rui UeyamaReadobj: If NumbersOfSections is 0xffff, it's an COFF...
2013-11-02 Rafael Espindolamove getSymbolNMTypeChar to the one program that needs...
2013-09-27 Rui UeyamaObject/COFF: Rename getXXX{Begin,End} -> xxx_{begin...
2013-09-27 Rui UeyamaRe-submit r191472 with a fix for big endian.
next