summaryrefslogtreecommitdiff
path: root/llvm/lib/Object/COFFObjectFile.cpp
AgeCommit message (Expand)Author
2014-06-23Make ObjectFile and BitcodeReader always own the MemoryBuffer.Rafael Espindola
2014-06-13Remove 'using std::errro_code' from lib.Rafael Espindola
2014-06-12Don't use 'using std::error_code' in include/llvm.Rafael Espindola
2014-04-15[C++11] More 'nullptr' conversion. In some cases just using a boolean check i...Craig Topper
2014-04-09Object: add type names for ARM/COFF relocationsSaleem Abdulrasool
2014-04-03Remove section_rel_empty. Just compare begin() and end() instead.Rafael Espindola
2014-04-03Implement get getSymbolFileOffset with getSymbolAddress.Rafael Espindola
2014-04-03Remove getSymbolValue.Rafael Espindola
2014-04-03Revert "Fix a nomenclature error in llvm-nm."Rafael Espindola
2014-04-02Fix a nomenclature error in llvm-nm.Rafael Espindola
2014-03-21[RuntimeDyld] Allow processRelocationRef to process more than one relocation ...Juergen Ributzka
2014-03-21Object/COFF: Support large relocation table.Rui Ueyama
2014-03-19Object: Provide a richer means of describing auxiliary symbolsDavid Majnemer
2014-03-18Object/COFF: Add function to check if section number is reserved one.Rui Ueyama
2014-03-18[C++11] Change the interface of getCOFF{Section,Relocation,Symbol} to make it...Alexey Samsonov
2014-03-13Support: add support to identify WinCOFF/ARM objectsSaleem Abdulrasool
2014-03-06Replace OwningPtr<T> with std::unique_ptr<T>.Ahmed Charles
2014-03-05[C++11] Replace OwningPtr::take() with OwningPtr::release().Ahmed Charles
2014-02-26Relax COFF string table checkNico Rieck
2014-02-25Simplify base64 routine a bit.Rui Ueyama
2014-02-22MC: Support COFF string tables larger than 10MBNico Rieck
2014-02-21Add a SymbolicFile interface between Binary and ObjectFile.Rafael Espindola
2014-02-20cstdint is a C++11 header, LLVM provides its own version of it.Benjamin Kramer
2014-02-20Fix build breakage.Rui Ueyama
2014-02-20Object/COFF: Fix possible truncation bug.Rui Ueyama
2014-02-20COFFObjectFile.cpp: Appease msvc in r201760.NAKAMURA Takumi
2014-02-20llvm-objdump/COFF: Print SEH table addresses.Rui Ueyama
2014-02-10Change the begin and end methods in ObjectFile to match the style guide.Rafael Espindola
2014-02-05Use the information provided by getFlags to unify some code in llvm-nm.Rafael Espindola
2014-02-04Remove unused SF_ThreadLocal.Rafael Espindola
2014-01-31Simplify getSymbolFlags.Rafael Espindola
2014-01-30Only ELF has a dynamic symbol table. Remove it from ObjectFile.Rafael Espindola
2014-01-30Simplify the handling of iterators in ObjectFile.Rafael Espindola
2014-01-26llvm-readobj: add support for PE32+ (Windows 64 bit executable).Rui Ueyama
2014-01-24Make ObjectFile ownership of the MemoryBuffer optional.Rafael Espindola
2014-01-21Be a bit more consistent about using ErrorOr when constructing Binary objects.Rafael Espindola
2014-01-1780-column.Rui Ueyama
2014-01-17llvm-objdump/COFF: Print ordinal base number.Rui Ueyama
2014-01-16llvm-objdump/COFF: Print DLL name in the export table header.Rui Ueyama
2014-01-16Use static instead of anonymous namespace.Rui Ueyama
2014-01-16Reduce nesting.Rui Ueyama
2014-01-16Use the current local variable naming style.Rui Ueyama
2014-01-16llmv-objdump/COFF: Print export table contents.Rui Ueyama
2014-01-16Don't use DataRefImpl to implement ImportDirectoryEntryRef.Rui Ueyama
2013-11-15Readobj: If NumbersOfSections is 0xffff, it's an COFF import library.Rui Ueyama
2013-11-02move getSymbolNMTypeChar to the one program that needs it: nm.Rafael Espindola
2013-11-02Convert another use of getSymbolNMTypeChar.Rafael Espindola
2013-11-02Avoid some getSymbolNMTypeChar uses in COFFObjectFile.cpp itself.Rafael Espindola
2013-11-02Revert "Don't use getSymbolNMTypeChar for implementing COFFObjectFile::getSym...Rafael Espindola
2013-11-02Don't use getSymbolNMTypeChar for implementing COFFObjectFile::getSymbolFileO...Rafael Espindola