summaryrefslogtreecommitdiff
path: root/lib/Object/COFFObjectFile.cpp
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
* Remove 'using std::errro_code' from lib.Rafael Espindola2014-06-13
* 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
* Object: add type names for ARM/COFF relocationsSaleem Abdulrasool2014-04-09
* 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
* Revert "Fix a nomenclature error in llvm-nm."Rafael Espindola2014-04-03
* Fix a nomenclature error in llvm-nm.Rafael Espindola2014-04-02
* [RuntimeDyld] Allow processRelocationRef to process more than one relocation ...Juergen Ributzka2014-03-21
* Object/COFF: Support large relocation table.Rui Ueyama2014-03-21
* Object: Provide a richer means of describing auxiliary symbolsDavid Majnemer2014-03-19
* Object/COFF: Add function to check if section number is reserved one.Rui Ueyama2014-03-18
* [C++11] Change the interface of getCOFF{Section,Relocation,Symbol} to make it...Alexey Samsonov2014-03-18
* Support: add support to identify WinCOFF/ARM objectsSaleem Abdulrasool2014-03-13
* Replace OwningPtr<T> with std::unique_ptr<T>.Ahmed Charles2014-03-06
* [C++11] Replace OwningPtr::take() with OwningPtr::release().Ahmed Charles2014-03-05
* Relax COFF string table checkNico Rieck2014-02-26
* Simplify base64 routine a bit.Rui Ueyama2014-02-25
* MC: Support COFF string tables larger than 10MBNico Rieck2014-02-22
* Add a SymbolicFile interface between Binary and ObjectFile.Rafael Espindola2014-02-21
* cstdint is a C++11 header, LLVM provides its own version of it.Benjamin Kramer2014-02-20
* Fix build breakage.Rui Ueyama2014-02-20
* Object/COFF: Fix possible truncation bug.Rui Ueyama2014-02-20
* COFFObjectFile.cpp: Appease msvc in r201760.NAKAMURA Takumi2014-02-20
* llvm-objdump/COFF: Print SEH table addresses.Rui Ueyama2014-02-20
* Change the begin and end methods in ObjectFile to match the style guide.Rafael Espindola2014-02-10
* Use the information provided by getFlags to unify some code in llvm-nm.Rafael Espindola2014-02-05
* Remove unused SF_ThreadLocal.Rafael Espindola2014-02-04
* 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
* 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
* Be a bit more consistent about using ErrorOr when constructing Binary objects.Rafael Espindola2014-01-21
* 80-column.Rui Ueyama2014-01-17
* 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
* Use static instead of anonymous namespace.Rui Ueyama2014-01-16
* Reduce nesting.Rui Ueyama2014-01-16
* Use the current local variable naming style.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
* 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
* Convert another use of getSymbolNMTypeChar.Rafael Espindola2013-11-02
* Avoid some getSymbolNMTypeChar uses in COFFObjectFile.cpp itself.Rafael Espindola2013-11-02
* Revert "Don't use getSymbolNMTypeChar for implementing COFFObjectFile::getSym...Rafael Espindola2013-11-02