Remove Elf_Sym_Iter.
[oota-llvm.git] / include / llvm / Object / ELF.h
2015-06-29 Rafael EspindolaRemove Elf_Sym_Iter.
2015-06-26 Rafael EspindolaFix error handling in getString and simplify callers.
2015-06-26 Rafael EspindolaDelete dead code. NFC.
2015-06-25 Michael J. Spencer[ELF] Add some accessors for lld.
2015-06-25 Michael J. Spencer[Object][ELF] Add support for dumping dynamic relocatio...
2015-06-24 Rafael EspindolaDon't get confused with sections whose section number...
2015-06-04 Alexey SamsonovRevert "[Object, ELF] Fix segmentation fault in ELFFile...
2015-06-04 Alexey Samsonov[Object, ELF] Fix segmentation fault in ELFFile::getSec...
2015-06-03 Rafael EspindolaFix the interpretation of a 0 st_name.
2015-06-02 Rafael EspindolaSimplify now that we always use an alignment of 2 for...
2015-05-28 Alexey SamsonovObject, ELF: Use error code instead of calling report_f...
2015-03-17 Shankar Easwaran[Object][ELF] ELFEntityIterator : Add operators for...
2015-03-17 Shankar Easwaran[Object][ELF] ELFEntityIterator : Add operators for...
2015-03-03 David BlaikieRemove some explicit copy assignment operators is favor...
2014-08-27 Craig TopperSimplify creation of a bunch of ArrayRefs by using...
2014-07-06 Alp TokerFix the MSVC build following r212382
2014-07-06 Alp TokerDon't use StringRef iterator functions for data access
2014-07-05 Rafael EspindolaThis only needs a StringRef. No functionality change.
2014-06-27 Ed Mastellvm-objdump: don't assert if ELF file has no sections
2014-06-12 Rafael EspindolaDon't use 'using std::error_code' in include/llvm.
2014-06-04 Simon Atanasyan[Object][ELF] Range-based loop simplification.
2014-05-31 Rafael EspindolaUse error_code() instead of error_code::succes()
2014-05-05 Simon AtanasyanAdd range access to ELFFile's sections collection.
2014-04-30 Matheus Almeida[mips] Emit all three relocation operations for each...
2014-04-24 Craig Topper[C++] Use 'nullptr'.
2014-04-21 Rui UeyamaFix wrong iterator type
2014-04-15 Craig Topper[C++11] More 'nullptr' conversion. In some cases just...
2014-04-13 Craig Topper[C++11] More 'nullptr' conversion or in some cases...
2014-03-07 Benjamin Kramer[C++11] Replace LLVM-style type traits with C++11 stand...
2013-08-09 Alexey SamsonovTry to unbreak Windows build after r188022
2013-08-08 Michael J. Spencerllvm isn't C++11 yet :(
2013-08-08 Michael J. Spencer[Object] Split the ELF interface into 3 parts.
2013-07-26 Bill Schmidt[PowerPC] Support powerpc64le as a syntax-checking...
2013-07-24 Akira Hatanaka[mips] Use pristine object file while processing reloca...
2013-07-22 Rafael EspindolaMark ELF's first symbol as format specific so that...
2013-07-01 Ulrich Weigand[PowerPC] Add support for TLS data relocations
2013-07-01 Ulrich Weigand[PowerPC] Fix 32-bit PowerPC TLS relocs
2013-06-25 Ulrich Weigand[PowerPC] Support @got modifier
2013-06-21 Ulrich Weigand[PowerPC] Support R_PPC_REL16 family of relocations
2013-06-21 Ulrich Weigand[PowerPC] Support various tls-related modifiers
2013-06-21 Ulrich Weigand[PowerPC] Support @higher et.al. modifiers
2013-06-21 Ulrich Weigand[PowerPC] Support @toc@h modifier
2013-06-17 Tim NorthoverAArch64: print relocation addends if present on AArch64
2013-06-05 Rafael EspindolaDon't hide the first ELF symbol.
2013-06-05 Rafael EspindolaRepresent symbols with a SymbolIndex,SectionIndex pair.
2013-06-05 Rafael EspindolaHandle relocations that don't point to symbols.
2013-05-30 Eric ChristopherFix a couple of typos and 80-col.
2013-05-30 Daniel JasperFix warning on varialbe unused in opt builds.
2013-05-30 Rafael EspindolaChange how we iterate over relocations on ELF.
2013-05-30 Rafael EspindolaRemove dead return.
2013-05-18 Benjamin KramerAdd basic support for ELF32-ppc relocations to llvm...
2013-05-09 Rafael EspindolaIntroduce convenience typedefs for the 4 ELF object...
2013-05-09 Rafael EspindolaChange getRelocationAdditionalInfo to be ELF only.
2013-05-08 Ulrich Weigand[PowerPC] Add some missing PPC64 relocs
2013-05-03 Amara EmersonRevert r181009.
2013-05-03 Amara EmersonAdd support for reading ARM ELF build attributes.
2013-05-03 Richard Sandiford[SystemZ] Add ELF relocation support
2013-04-29 Rafael EspindolaAdd getSymbolAlignment to the ObjectFile interface.
2013-04-25 Rafael EspindolaClarify getRelocationAddress x getRelocationOffset...
2013-04-17 Rafael EspindolaTwo small cleanups for ELF's templates.
2013-04-12 Nico RieckAdd missing relocation names
2013-04-12 Nico RieckSupport MIPS64EL relocation type names
2013-04-07 Rafael EspindolaRemove unused argument.
2013-04-03 Rafael EspindolaImplement the "mips endian" for r_info.
2013-04-03 Eric ChristopherImplements low-level object file format specific output...
2013-04-03 Eric ChristopherImplement sectionContainsSymbol for ELF.
2013-04-03 Eric ChristopherWhen dumping clear the arm/thumb flag for now.
2013-04-01 Jack CarterMips direct object exception handling regression
2013-03-30 Benjamin KramerObject: Turn a couple of degenerate for loops into...
2013-03-28 Michael GottesmanRevert "Updated ELF relocation test for .eh_frame section"
2013-03-27 Jack CarterUpdated ELF relocation test for .eh_frame section
2013-03-25 Shankar Easwaran[ELF] dont compute symbolname size in every loop
2013-03-25 Shankar Easwaranreflect comment to the official reference
2013-03-25 Shankar Easwaran[ELF] add elf_hash function to compute the hash value...
2013-02-20 Michael J. Spencer[llvm-readobj] Add ELF .dynamic table dumping.
2013-02-14 Dmitry Vyukovinclude/llvm/Object/ELF.h: do debug checks only when...
2013-02-07 Michael J. Spencer[Object][ELF] Add a way to get the dynamic symbol table...
2013-02-07 Michael J. Spencer[Object][ELF] Add {begin,end}_elf_dynamic_symbols to...
2013-02-07 Michael J. Spencer[Object][ELF] Fix crash on no dynamic section.
2013-02-07 Michael J. Spencer80-col
2013-02-07 Michael J. Spencer[Object][ELF] Do the actual devirtualization.
2013-02-07 Michael J. Spencer[Object][ELF] Devirtualize and simplify dynamic table...
2013-01-31 Tim NorthoverAdd AArch64 as an experimental target.
2013-01-26 NAKAMURA TakumiObject/RelocVisitor: Add minimal support, R_MIPS_32...
2013-01-21 Michael J. SpencerRevert "[Object] .bss sections have no content. PR15005."
2013-01-21 Michael J. Spencer[Object] .bss sections have no content. PR15005.
2013-01-18 Andrew KaylorFixing behavior of ELFObjectFile::getSymbolFileOffset().
2013-01-16 Dmitri GribenkoImprove r172577 by using the correct type when declarin...
2013-01-15 David GreeneAvoid Enum Compare Warnings
2013-01-15 Michael J. Spencer[Object][ELF] Fix -Wenum-compare.
2013-01-15 Michael J. Spencer[Object][ELF] Simplify ELFObjectFile by using ELFType.
2013-01-08 Tim NorthoverAllow ELF64 relocation type to be more than 8 bits.
2013-01-06 Michael J. Spencer[Object][ELF] Fix incorrect size of members for the...
2013-01-06 Michael J. Spencer[Object][ELF] Add program header iterator.
2013-01-06 Michael J. Spencer[Object][ELF] Refactor ELFRelocationIterator into ELFEn...
2013-01-05 Eric ChristopherMake this an integer so we have enumeral types in the...
2013-01-04 Michael J. Spencer[Object][ELF] Add a maximum alignment. This is used...
2012-12-31 Rafael EspindolaFix bits check in ELFObjectFile::isSectionZeroInit().
2012-12-03 Chandler CarruthSort the #include lines for the include/... tree with...
2012-11-13 Shankar EaswaranAdding convenience function to ELF Header
next