summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Object/COFFObjectFile.cpp
Commit message (Expand)AuthorAgeFilesLines
* Object: add type names for ARM/COFF relocationsSaleem Abdulrasool2014-04-091-0/+21
* Remove section_rel_empty. Just compare begin() and end() instead.Rafael Espindola2014-04-031-5/+0
* Implement get getSymbolFileOffset with getSymbolAddress.Rafael Espindola2014-04-031-16/+0
* Remove getSymbolValue.Rafael Espindola2014-04-031-5/+0
* Revert "Fix a nomenclature error in llvm-nm."Rafael Espindola2014-04-031-9/+2
* Fix a nomenclature error in llvm-nm.Rafael Espindola2014-04-021-2/+9
* [RuntimeDyld] Allow processRelocationRef to process more than one relocation ...Juergen Ributzka2014-03-211-0/+5
* Object/COFF: Support large relocation table.Rui Ueyama2014-03-211-11/+32
* Object: Provide a richer means of describing auxiliary symbolsDavid Majnemer2014-03-191-1/+1
* Object/COFF: Add function to check if section number is reserved one.Rui Ueyama2014-03-181-6/+5
* [C++11] Change the interface of getCOFF{Section,Relocation,Symbol} to make it...Alexey Samsonov2014-03-181-11/+14
* Support: add support to identify WinCOFF/ARM objectsSaleem Abdulrasool2014-03-131-0/+4
* Replace OwningPtr<T> with std::unique_ptr<T>.Ahmed Charles2014-03-061-1/+2
* [C++11] Replace OwningPtr::take() with OwningPtr::release().Ahmed Charles2014-03-051-1/+1
* Relax COFF string table checkNico Rieck2014-02-261-2/+6
* Simplify base64 routine a bit.Rui Ueyama2014-02-251-2/+2
* MC: Support COFF string tables larger than 10MBNico Rieck2014-02-221-2/+42
* Add a SymbolicFile interface between Binary and ObjectFile.Rafael Espindola2014-02-211-6/+6
* cstdint is a C++11 header, LLVM provides its own version of it.Benjamin Kramer2014-02-201-1/+0
* Fix build breakage.Rui Ueyama2014-02-201-1/+2
* Object/COFF: Fix possible truncation bug.Rui Ueyama2014-02-201-3/+6
* COFFObjectFile.cpp: Appease msvc in r201760.NAKAMURA Takumi2014-02-201-1/+1
* llvm-objdump/COFF: Print SEH table addresses.Rui Ueyama2014-02-201-3/+9
* Change the begin and end methods in ObjectFile to match the style guide.Rafael Espindola2014-02-101-8/+8
* Use the information provided by getFlags to unify some code in llvm-nm.Rafael Espindola2014-02-051-3/+7
* Remove unused SF_ThreadLocal.Rafael Espindola2014-02-041-1/+1
* Simplify getSymbolFlags.Rafael Espindola2014-01-311-4/+3
* Only ELF has a dynamic symbol table. Remove it from ObjectFile.Rafael Espindola2014-01-301-10/+0
* Simplify the handling of iterators in ObjectFile.Rafael Espindola2014-01-301-24/+8
* llvm-readobj: add support for PE32+ (Windows 64 bit executable).Rui Ueyama2014-01-261-14/+33
* Make ObjectFile ownership of the MemoryBuffer optional.Rafael Espindola2014-01-241-7/+9
* Be a bit more consistent about using ErrorOr when constructing Binary objects.Rafael Espindola2014-01-211-8/+11
* 80-column.Rui Ueyama2014-01-171-3/+6
* llvm-objdump/COFF: Print ordinal base number.Rui Ueyama2014-01-171-0/+6
* llvm-objdump/COFF: Print DLL name in the export table header.Rui Ueyama2014-01-161-1/+11
* Use static instead of anonymous namespace.Rui Ueyama2014-01-161-8/+4
* Reduce nesting.Rui Ueyama2014-01-161-13/+11
* Use the current local variable naming style.Rui Ueyama2014-01-161-244/+242
* llmv-objdump/COFF: Print export table contents.Rui Ueyama2014-01-161-3/+95
* Don't use DataRefImpl to implement ImportDirectoryEntryRef.Rui Ueyama2014-01-161-37/+17
* Readobj: If NumbersOfSections is 0xffff, it's an COFF import library.Rui Ueyama2013-11-151-4/+7
* move getSymbolNMTypeChar to the one program that needs it: nm.Rafael Espindola2013-11-021-68/+0
* Convert another use of getSymbolNMTypeChar.Rafael Espindola2013-11-021-5/+9
* Avoid some getSymbolNMTypeChar uses in COFFObjectFile.cpp itself.Rafael Espindola2013-11-021-12/+6
* Revert "Don't use getSymbolNMTypeChar for implementing COFFObjectFile::getSym...Rafael Espindola2013-11-021-2/+4
* Don't use getSymbolNMTypeChar for implementing COFFObjectFile::getSymbolFileO...Rafael Espindola2013-11-021-4/+2
* Add missing #include's to cctype when using isdigit/alpha/etc.Will Dietz2013-10-121-0/+1
* Object/COFF: Rename getXXX{Begin,End} -> xxx_{begin,end}.Rui Ueyama2013-09-271-4/+4
* Re-submit r191472 with a fix for big endian.Rui Ueyama2013-09-271-30/+166
* Revert "llvm-objdump: Dump COFF import table if -private-headers option is gi...Rui Ueyama2013-09-271-166/+30
OpenPOWER on IntegriCloud