[opaque pointer type]: Pass explicit pointee type when building a constant GEP.
[oota-llvm.git] / include / llvm / Object / ELF.h
2015-08-10 Rafael EspindolaDon't iterate over all sections in the ELFFile constructor.
2015-08-10 Rafael EspindolaRename improperly named variable. NFC.
2015-08-10 Rafael EspindolaDelete getDotSymtabSec.
2015-08-08 Rafael EspindolaDelete dead code. NFC.
2015-08-07 Rafael EspindolaDon't look for a SHT_DYNSYM in the ELFFile's constructor.
2015-08-07 Rafael EspindolaRemove the symbol iteration functions that don't take...
2015-08-07 Rafael EspindolaDelete dead code. NFC.
2015-08-07 Rafael EspindolaDon't use a DenseMap to handle SHT_SYMTAB_SHNDX.
2015-08-07 Rafael EspindolaDelete dead typedef. NFC.
2015-08-07 Rafael EspindolaAdd dynamic_table iterators back to ELF.h.
2015-08-06 Rafael EspindolaMove to llvm-readobj code that is only used there.
2015-08-06 Rafael EspindolaReuse variable. NFC.
2015-07-23 Rafael EspindolaDelete dead code.
2015-07-23 Rafael EspindolaAdd a version of getSymbol with an explicit symbol...
2015-07-23 Rafael EspindolaRefactor duplicated code and check for invalid symbol...
2015-07-22 Rafael EspindolaDelete ELFEntityIterator. NFC.
2015-07-21 Michael J. Spencer[Object][ELF] Handle files with no section header strin...
2015-07-21 Rafael EspindolaDon't iterate over the program headers in the construct...
2015-07-21 Rafael EspindolaRemove always null argument.
2015-07-21 Rafael EspindolaRemove getDynamicSymbolName.
2015-07-21 Rafael EspindolaRemove getStaticSymbolName.
2015-07-21 Rafael EspindolaRemove dead code.
2015-07-21 Rafael EspindolaReplace the last uses of ELF::getSymbolName in llvm...
2015-07-21 Rafael Espindolallvm-readobj: use the associated string table to print...
2015-07-21 Rafael EspindolaRemove unused variable.
2015-07-21 Rafael EspindolaDon't do a walk over the dynamic table just to find...
2015-07-20 Rafael EspindolaSimplify now that we can iterate backwards. NFC.
2015-07-20 Rafael EspindolaSimplify iterating over the dynamic section and report...
2015-07-20 Rafael EspindolaRemove Elf_Rela_Iter and Elf_Rel_Iter.
2015-07-20 Rafael EspindolaReport errors an invalid virtual addresses.
2015-07-20 Rafael EspindolaRemove unnecessary code.
2015-07-20 Rafael EspindolaSimplify the search for which segment has a virtual...
2015-07-20 Rafael EspindolaSimplify iterating over program headers and detect...
2015-07-14 Hans WennborgAllocate the IntervalMap in ELF.h on the heap to work...
2015-07-10 Michael J. Spencer[Object][ELF] Handle the dynamic string table in files...
2015-07-10 NAKAMURA Takumillvm/Object/ELF.h: Appease g++-4.7.2.
2015-07-09 Michael J. SpencerFix shadowing.
2015-07-09 Michael J. Spencer[Object][ELF] Support dumping hash-tables from files...
2015-07-09 Adrian PrantlTemporarily reverting 241765, 241768, and 241772 to...
2015-07-09 Michael J. SpencerFix typename issues.
2015-07-09 Michael J. Spencer[Object][ELF] Support dumping hash-tables from files...
2015-07-03 Rafael EspindolaDelete dead code.
2015-07-03 Rafael EspindolaContinue to remove the notion that ELF has dynamic...
2015-07-02 Rafael EspindolaHandle .dynsym a bit more like we handle .symtab.
2015-07-02 Rafael EspindolaUse default member initializes. NFC.
2015-07-02 Rafael EspindolaImprove error message.
2015-07-01 Rafael EspindolaReturn ErrorOr from getSection.
2015-06-30 Rafael EspindolaRemove Elf_Shdr_Iter. Diagnose files with invalid secti...
2015-06-30 Rafael EspindolaFix the name of the iterator functions to match the...
2015-06-30 Rafael EspindolaReport an error on invalid sh_entsize.
2015-06-30 NAKAMURA TakumiELF.h: Prune obsolete comments removed in r240996....
2015-06-29 Rafael EspindolaConvert obj->getSymbolName to sym->getName.
2015-06-29 Rafael EspindolaFactor out the checking of string tables.
2015-06-29 Rafael EspindolaConvert an assert that can fail into error checking.
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.
next