summaryrefslogtreecommitdiff
path: root/lib/Object
Commit message (Expand)AuthorAge
* 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
* Make createObjectFile's signature a bit less error prone.Rafael Espindola2014-01-29
* llvm-readobj: add support for PE32+ (Windows 64 bit executable).Rui Ueyama2014-01-26
* [Sparc] Add support for sparc relocation types in ELF object file.Venkatraman Govindaraju2014-01-26
* Make ObjectFile ownership of the MemoryBuffer optional.Rafael Espindola2014-01-24
* Pass the computed magic to createBinary and createObjectFile if available.Rafael Espindola2014-01-22
* Change createObjectFile to return an ErrorOr.Rafael Espindola2014-01-22
* Be a bit more consistent about using ErrorOr when constructing Binary objects.Rafael Espindola2014-01-21
* Rename these methods to match the style guide.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
* Return an ErrorOr<Binary *> from createBinary.Rafael Espindola2014-01-15
* Re-sort all of the includes with ./utils/sort_includes.py so thatChandler Carruth2014-01-07
* Support for microMIPS TLS relocations.Zoran Jovanovic2013-12-19
* Fix a pair of array index checks.Eric Christopher2013-12-06
* Path: Recognize COFF import library file magic.Rui Ueyama2013-11-15
* Readobj: If NumbersOfSections is 0xffff, it's an COFF import library.Rui Ueyama2013-11-15
* Support for microMIPS branch instructions.Zoran Jovanovic2013-11-04
* 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
* Don't use getSymbolNMTypeChar for implementing COFFObjectFile::getSymbolFileO...Rafael Espindola2013-11-02
* Fix llvm-nm to mach OS X's nm on some tests.Rafael Espindola2013-11-02
* Support for microMIPS jump instructionsZoran Jovanovic2013-10-29
* Support for microMIPS relocations 1.Zoran Jovanovic2013-10-23
* Path: Recognize Windows compiled resource file.Rui Ueyama2013-10-15
* Add missing #include's to cctype when using isdigit/alpha/etc.Will Dietz2013-10-12
* 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
* ELF: Add support for the exclude section bit for gas compat.Benjamin Kramer2013-09-15
* Move everything depending on Object/MachOFormat.h over to Support/MachO.h.Charles Davis2013-09-01
* Revert "Fix the build broken by r189315." and "Move everything depending on O...Charles Davis2013-08-27
* Move everything depending on Object/MachOFormat.h over to Support/MachO.h.Charles Davis2013-08-27
* Support/MachO: Add a bunch of defines.Charles Davis2013-08-27
* Move #includes from .h to .cpp file.Jakub Staszak2013-08-21
* Add back missing PPC relocation types.Ulrich Weigand2013-08-09