summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Object
Commit message (Expand)AuthorAgeFilesLines
* Replace OwningPtr<T> with std::unique_ptr<T>.Ahmed Charles2014-03-067-13/+13
* [C++11] Add overloads for externally used OwningPtr functions.Ahmed Charles2014-03-051-7/+24
* [C++11] Replace OwningPtr::take() with OwningPtr::release().Ahmed Charles2014-03-057-10/+10
* Now that it is possible, use the mangler in IRObjectFile.Rafael Espindola2014-02-281-2/+14
* 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
* Shankar kindly pointed out that I wasn't following the coding convention prop...Aaron Ballman2014-02-211-1/+1
* Fixing the MSVC build by including a file.Aaron Ballman2014-02-211-0/+1
* Add missing include.Rafael Espindola2014-02-211-0/+1
* Add a SymbolicFile interface between Binary and ObjectFile.Rafael Espindola2014-02-219-21/+239
* 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-103-28/+28
* 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-042-2/+1
* Simplify getSymbolFlags.Rafael Espindola2014-01-312-12/+8
* Only ELF has a dynamic symbol table. Remove it from ObjectFile.Rafael Espindola2014-01-302-20/+0
* Simplify the handling of iterators in ObjectFile.Rafael Espindola2014-01-303-70/+24
* Make createObjectFile's signature a bit less error prone.Rafael Espindola2014-01-291-1/+1
* llvm-readobj: add support for PE32+ (Windows 64 bit executable).Rui Ueyama2014-01-261-14/+33
* [Sparc] Add support for sparc relocation types in ELF object file.Venkatraman Govindaraju2014-01-261-0/+92
* Make ObjectFile ownership of the MemoryBuffer optional.Rafael Espindola2014-01-245-36/+50
* Pass the computed magic to createBinary and createObjectFile if available.Rafael Espindola2014-01-222-12/+14
* Change createObjectFile to return an ErrorOr.Rafael Espindola2014-01-222-15/+13
* Be a bit more consistent about using ErrorOr when constructing Binary objects.Rafael Espindola2014-01-217-75/+74
* Rename these methods to match the style guide.Rafael Espindola2014-01-211-15/+15
* 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
* Return an ErrorOr<Binary *> from createBinary.Rafael Espindola2014-01-152-34/+29
* Re-sort all of the includes with ./utils/sort_includes.py so thatChandler Carruth2014-01-073-3/+2
* Support for microMIPS TLS relocations.Zoran Jovanovic2013-12-191-0/+2
* Fix a pair of array index checks.Eric Christopher2013-12-061-2/+5
* Path: Recognize COFF import library file magic.Rui Ueyama2013-11-152-0/+2
* Readobj: If NumbersOfSections is 0xffff, it's an COFF import library.Rui Ueyama2013-11-151-4/+7
* Support for microMIPS branch instructions.Zoran Jovanovic2013-11-041-0/+1
* move getSymbolNMTypeChar to the one program that needs it: nm.Rafael Espindola2013-11-022-105/+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
OpenPOWER on IntegriCloud