llvm-nm: Don't print mapping symbols.
[oota-llvm.git] / include / llvm / Object / ELFObjectFile.h
2015-06-25 Rafael Espindolallvm-nm: Don't print mapping symbols.
2015-06-25 Rafael EspindolaModernize getELFDynamicSymbolIterators.
2015-06-24 Rafael EspindolaAdd a SymbolRef::getValue.
2015-06-24 Rafael EspindolaDon't get confused with sections whose section number...
2015-06-24 Rafael EspindolaChange how symbol sizes are handled in lib/Object.
2015-06-23 Alexander KornienkoRevert r240137 (Fixed/added namespace ending comments...
2015-06-19 Rafael EspindolaImprove error handling of getRelocationAddend.
2015-06-19 Rafael EspindolaDelete dead code. NFC.
2015-06-19 Rafael EspindolaMake getRelocationSection MachO only.
2015-06-19 Alexander KornienkoFixed/added namespace ending comments using clang-tidy...
2015-06-09 Rui UeyamaRemove object_error::success and use std::error_code...
2015-06-03 Rafael EspindolaMove to llvm-objdump a large amount of code to that...
2015-06-02 Rafael EspindolaSimplify now that we always use an alignment of 2 for...
2015-06-01 Rafael EspindolaSimplify another function that doesn't fail.
2015-05-31 Rafael EspindolaSimplify interface of function that doesn't fail.
2015-05-21 Keno FischerMake it easier to use DwarfContext with MCJIT
2015-04-30 Davide Italiano[Object] Teach Object and llvm-objdump about ".hidden"
2015-04-29 Douglas Katzman[Sparc] Really add sparcel architecture support.
2015-02-18 Colin LeMahieu[Objdump] Fixing crash when printing symbols in ELF...
2015-01-22 Lang Hames[Object] Fix a bug in a condition introduced in r226217...
2015-01-15 Lang Hames[Object] Add SF_Exported flag. This flag will be set...
2014-12-10 Rafael EspindolaMove three methods only used by MCJIT to MCJIT.
2014-11-25 Simon Atanasyan[Object][Mips] Return address of MIPS symbol with clear...
2014-10-29 Jan Wen VoungFix getRelocationValueString to return the symbol name...
2014-10-21 Lang Hames[MCJIT] Temporarily revert r220245 - it broke several...
2014-10-20 Lang Hames[MCJIT] Make MCJIT honor symbol visibility settings...
2014-10-20 Alexey SamsonovConstify getELFDynamicSymbolIterators standalone functi...
2014-10-08 Rafael EspindolaRemove bogus std::error_code returns form SectionRef.
2014-10-08 David Majnemerllvm-dwarfdump: Add support for some COFF relocations
2014-10-06 Eric ChristopherFor biendian targets like ARM and AArch64, it is useful...
2014-10-06 Eric ChristopherRefactor RelocVisitor to take an object. This removes...
2014-09-24 Renato GolinRevert 218406 - Refactor the RelocVisitor::visit method
2014-09-24 Renato GolinRevert 218408 - Report endianness in output of {dwarf...
2014-09-24 Renato GolinReport endianness in output of {dwarf, obj}dump
2014-09-24 Renato GolinRefactor the RelocVisitor::visit method
2014-09-24 Kaelyn TakataRevert "Report endianness in output of {dwarf, obj...
2014-09-24 Kaelyn TakataRevert "Refactor the RelocVisitor::visit method"
2014-09-24 Renato GolinReport endianness in output of {dwarf, obj}dump
2014-09-24 Renato GolinRefactor the RelocVisitor::visit method
2014-08-19 Rafael EspindolaDon't own the buffer in object::Binary.
2014-08-17 Rafael Espindolallvm-objdump: don't print relocations in non-relocatabl...
2014-08-17 Rafael EspindolaAdd a non-templated ELFObjectFileBase class.
2014-08-13 Benjamin KramerCanonicalize header guards into a common format.
2014-08-08 Rafael EspindolaDelete dead code. NFC.
2014-08-08 Rafael EspindolagetLoadName is only implemented for ELF, make it ELF...
2014-07-20 Ulrich Weigand[PowerPC] ELFv2 dynamic loader support
2014-07-05 Rafael EspindolaThis only needs a StringRef. No functionality change.
2014-06-27 Simon Atanasyan[ELF][Mips] Fix recognition of MIPS 64-bit arch in...
2014-06-24 Rafael EspindolaPass a unique_ptr<MemoryBuffer> to the constructors...
2014-06-23 Rafael EspindolaMake ObjectFile and BitcodeReader always own the Memory...
2014-06-12 Rafael EspindolaDon't use 'using std::error_code' in include/llvm.
2014-04-03 Rafael EspindolaImplement getRelocationAddress for MachO and ET_REL...
2014-04-03 Rafael EspindolaRemove section_rel_empty. Just compare begin() and...
2014-04-03 Rafael EspindolaReuse existing variable.
2014-04-03 Rafael EspindolaImplement get getSymbolFileOffset with getSymbolAddress.
2014-04-03 Rafael EspindolaRemove getSymbolValue.
2014-04-03 Rafael EspindolaOnly clear the thumb bit from function addresses.
2014-04-03 Rafael EspindolaSimplify ELFObjectFile<ELFT>::getSymbolAddress.
2014-04-03 Rafael EspindolaRevert "Fix a nomenclature error in llvm-nm."
2014-04-02 Rafael EspindolaFix a nomenclature error in llvm-nm.
2014-04-02 Rafael EspindolaAdd back an assert that was lost in the ELFObjectFile...
2014-03-21 Juergen Ributzka[RuntimeDyld] Allow processRelocationRef to process...
2014-03-05 Craig Topper[C++11] Add 'override' keyword to virtual methods that...
2014-03-02 Craig TopperSwitch all uses of LLVM_OVERRIDE to just use 'override...
2014-02-28 Alexey SamsonovTurn static inline functions to inline, following Rafae...
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.