Move getELFDynamicSymbolIterators to a public header.
[oota-llvm.git] / include / llvm / Object / ELFObjectFile.h
2014-02-26 Alexey SamsonovMove getELFDynamicSymbolIterators to a public header.
2014-02-21 Rafael EspindolaAdd a SymbolicFile interface between Binary and ObjectFile.
2014-02-18 Daniel Sanders[mips] Add support for ELF64-mips and the R_MIPS_32...
2014-02-10 Rafael EspindolaChange the begin and end methods in ObjectFile to match...
2014-02-04 Rafael EspindolaRemove unused SF_ThreadLocal.
2014-01-31 Rafael EspindolaMark the first dynamic elf symbol as SF_FormatSpecific.
2014-01-31 Rafael EspindolaSimplify getSymbolFlags.
2014-01-30 Rafael EspindolaOnly ELF has a dynamic symbol table. Remove it from...
2014-01-30 Rafael EspindolaSimplify the handling of iterators in ObjectFile.
2014-01-30 Rafael Espindolaadd a bunch of LLVM_OVERRIDE before I start refactoring...
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.