summaryrefslogtreecommitdiff
path: root/lib/Object/COFFObjectFile.cpp
Commit message (Expand)AuthorAge
* 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
* Don't use getSymbolNMTypeChar for implementing COFFObjectFile::getSymbolFileO...Rafael Espindola2013-11-02
* 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
* Retry submitting r186623: COFFDumper: Dump data directory entries.Rui Ueyama2013-07-19
* Revert "COFFDumper: Dump data directory entries."Rui Ueyama2013-07-18
* COFFDumper: Dump data directory entries.Rui Ueyama2013-07-18
* readobj: Dump PE/COFF optional records.Rui Ueyama2013-06-12
* Handle relocations that don't point to symbols.Rafael Espindola2013-06-05
* Change getRelocationAdditionalInfo to be ELF only.Rafael Espindola2013-05-09
* Clarify getRelocationAddress x getRelocationOffset a bit.Rafael Espindola2013-04-25
* Remove unused argument.Rafael Espindola2013-04-07
* Add static cast to unsigned char whenever a character classification function...Guy Benyei2013-02-12
* Add interface for querying object files for symbol values.Tim Northover2012-10-29
* Cosmetic changesAndrew Kaylor2012-10-10
* This patch adds new functions to the SectionRef and ObjectFile interfaces to ...Andrew Kaylor2012-10-10
* Added accessors for getting coff_relocation infoMarshall Clow2012-06-18
* Had a closing brace inside an #ifdef -- oops!Marshall Clow2012-06-15
* Adding acessors to COFFObjectFile so that clients can get at the (non-generic...Marshall Clow2012-06-15
* This patch improves the MCJIT runtime dynamic loader by adding new handlingPreston Gurd2012-04-12
* Add a constructor for DataRefImpl and remove excess initialization.Danil Malyshev2012-04-10
* [Object/COFF]: Expose getSectionContents.Michael J. Spencer2012-03-19
* [Object/COFF]: Expose getSectionName.Michael J. Spencer2012-03-19
* Fix bug found by warning.Michael J. Spencer2012-03-15
* [Object]David Meyer2012-03-09
* [Object]David Meyer2012-03-01
* [Object]David Meyer2012-03-01
* [Object] Add symbol attribute flags: ST_ThreadLocal, ST_Common, and ST_Undefi...David Meyer2012-02-29
* In the ObjectFile interface, replace isInternal(), isAbsolute(), isGlobal(), ...David Meyer2012-02-28