summaryrefslogtreecommitdiff
path: root/include/llvm/Object/COFF.h
Commit message (Expand)AuthorAge
* Pass a unique_ptr<MemoryBuffer> to the constructors in the Binary hierarchy.Rafael Espindola2014-06-24
* Make ObjectFile and BitcodeReader always own the MemoryBuffer.Rafael Espindola2014-06-23
* Don't use 'using std::error_code' in include/llvm.Rafael Espindola2014-06-12
* [C++11] More 'nullptr' conversion. In some cases just using a boolean check i...Craig Topper2014-04-15
* tools: teach objdump about FILE aux recordsSaleem Abdulrasool2014-04-13
* Remove section_rel_empty. Just compare begin() and end() instead.Rafael Espindola2014-04-03
* Implement get getSymbolFileOffset with getSymbolAddress.Rafael Espindola2014-04-03
* Remove getSymbolValue.Rafael Espindola2014-04-03
* [RuntimeDyld] Allow processRelocationRef to process more than one relocation ...Juergen Ributzka2014-03-21
* Object/COFF: Support large relocation table.Rui Ueyama2014-03-21
* Object: Abstract out the determination of function line symbolsDavid Majnemer2014-03-20
* COFF: Fix a typoDavid Majnemer2014-03-19
* Object: Provide a richer means of describing auxiliary symbolsDavid Majnemer2014-03-19
* Object: Move auxiliary symbol definitions from llvm-readobjDavid Majnemer2014-03-19
* Object: Clean up COFF.hDavid Majnemer2014-03-19
* [C++11] Change the interface of getCOFF{Section,Relocation,Symbol} to make it...Alexey Samsonov2014-03-18
* Object/COFF: change data type of SymbolNumber from int16 to uint16.Rui Ueyama2014-03-15
* Switch all uses of LLVM_OVERRIDE to just use 'override' directly.Craig Topper2014-03-02
* Rename coff_pdata_x64 -> coff_runtime_function_x64.Rui Ueyama2014-02-28
* Object/COFF: Add a struct for the function table in .pdata.Rui Ueyama2014-02-27
* Add a SymbolicFile interface between Binary and ObjectFile.Rafael Espindola2014-02-21
* Object/COFF: Fix possible truncation bug.Rui Ueyama2014-02-20
* llvm-objdump/COFF: Print SEH table addresses.Rui Ueyama2014-02-20
* Object/COFF: Fix padding between CSDVersion and EditList.Rui Ueyama2014-02-20
* llvm-objdump/COFF: Print load configuration table.Rui Ueyama2014-02-19
* Change the begin and end methods in ObjectFile to match the style guide.Rafael Espindola2014-02-10
* Simplify getSymbolFlags.Rafael Espindola2014-01-31
* Only ELF has a dynamic symbol table. Remove it from ObjectFile.Rafael Espindola2014-01-30
* Simplify the handling of iterators in ObjectFile.Rafael Espindola2014-01-30
* add a bunch of LLVM_OVERRIDE before I start refactoring these.Rafael Espindola2014-01-30
* llvm-readobj: add support for PE32+ (Windows 64 bit executable).Rui Ueyama2014-01-26
* Make ObjectFile ownership of the MemoryBuffer optional.Rafael Espindola2014-01-24
* llvm-objdump/COFF: Print ordinal base number.Rui Ueyama2014-01-17
* llvm-objdump/COFF: Print DLL name in the export table header.Rui Ueyama2014-01-16
* llmv-objdump/COFF: Print export table contents.Rui Ueyama2014-01-16
* Don't use DataRefImpl to implement ImportDirectoryEntryRef.Rui Ueyama2014-01-16
* Object/COFF: ExportAddressTableEntry is a union of two RVAs.Rui Ueyama2013-12-13
* Object/COFF: Add export table entry structs.Rui Ueyama2013-12-06
* Readobj: If NumbersOfSections is 0xffff, it's an COFF import library.Rui Ueyama2013-11-15
* move getSymbolNMTypeChar to the one program that needs it: nm.Rafael Espindola2013-11-02
* Object/COFF: Rename getXXX{Begin,End} -> xxx_{begin,end}.Rui Ueyama2013-09-27
* Re-submit r191472 with a fix for big endian.Rui Ueyama2013-09-27
* Revert "llvm-objdump: Dump COFF import table if -private-headers option is gi...Rui Ueyama2013-09-27
* llvm-objdump: Dump COFF import table if -private-headers option is given.Rui Ueyama2013-09-27
* [Object/COFF] Add coff_aux_weak_external.Rui Ueyama2013-08-28
* Retry submitting r186623: COFFDumper: Dump data directory entries.Rui Ueyama2013-07-19
* Revert "COFFDumper: Dump data directory entries."Rui Ueyama2013-07-18
* COFFDumper: Dump data directory entries.Rui Ueyama2013-07-18
* [Object/COFF] Add import_directory_table_entry.Rui Ueyama2013-07-16
* readobj: Dump PE/COFF optional records.Rui Ueyama2013-06-12