Remove dead code.
[oota-llvm.git] / include / llvm / Object / ELFObjectFile.h
2014-01-30 Rafael EspindolaRemove dead code.
2014-01-30 Rafael EspindolaFix TLS handling in ELF's getAddress and llvm-nm to...
2014-01-26 Venkatraman Govind... [Sparc] Add support for sparc relocation types in ELF...
2014-01-24 Rafael EspindolaMake ObjectFile ownership of the MemoryBuffer optional.
2014-01-23 Simon Atanasyan[Object][ELF][Mips] Print symbol name for MIPS ELF...
2014-01-08 Rafael EspindolaUse getError and remove the error_code operator.
2013-11-02 Rafael Espindolamove getSymbolNMTypeChar to the one program that needs...
2013-10-12 Will DietzAdd missing #include's to cctype when using isdigit...
2013-09-27 Rui UeyamaObject/COFF: Rename getXXX{Begin,End} -> xxx_{begin...
2013-08-12 Michael J. Spencer[Object/ELF] sh_type is not a bitfield. Fixes RuntimeDy...
2013-08-09 Hans WennborgELFObjectFile.h: Silence warning on Windows
2013-08-08 Michael J. Spencer[Object] Split the ELF interface into 3 parts.