summaryrefslogtreecommitdiff
path: root/include/llvm/Object/ELFObjectFile.h
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
* add a bunch of LLVM_OVERRIDE before I start refactoring these.Rafael Espindola2014-01-30
* Remove dead code.Rafael Espindola2014-01-30
* Fix TLS handling in ELF's getAddress and llvm-nm to print 'D' for it.Rafael Espindola2014-01-30
* [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
* [Object][ELF][Mips] Print symbol name for MIPS ELF relocations.Simon Atanasyan2014-01-23
* Use getError and remove the error_code operator.Rafael Espindola2014-01-08
* move getSymbolNMTypeChar to the one program that needs it: nm.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
* [Object/ELF] sh_type is not a bitfield. Fixes RuntimeDyld test failure on ARM.Michael J. Spencer2013-08-12
* ELFObjectFile.h: Silence warning on WindowsHans Wennborg2013-08-09
* [Object] Split the ELF interface into 3 parts.Michael J. Spencer2013-08-08