Merging r258611:
[oota-llvm.git] / include / llvm / Object /
2016-01-12 Rui UeyamaCOFF: Teach llvm-objdump how to dump DLL forwarder...
2016-01-12 Dan Gohman[WebAssembly] Add a EM_WEBASSEMBLY value, and several...
2015-12-06 Craig TopperUse make_range to reduce mentions of iterator type...
2015-12-03 Mehdi AminiRemove "ExportingModule" from ThinLTO Index (NFC)
2015-11-23 Teresa Johnson[ThinLTO] Deduplicate function index loading into share...
2015-11-19 Mehdi AminiDo not require a Context to extract the FunctionIndex...
2015-11-10 Kevin EnderbyFix llvm-nm(1) printing of llvm-bitcode files for ...
2015-11-05 Kevin EnderbyReapply r250906 with many suggested updates from Rafael...
2015-11-04 Michael Kuperstein[ELF] elfiamcu triple should imply e_machine == EM_IAMCU
2015-11-03 Rafael EspindolaThis never returns end(), simplify to use Child instead...
2015-11-03 Teresa JohnsonRestore "Support for ThinLTO function importing and...
2015-11-02 Teresa JohnsonRevert "Support for ThinLTO function importing and...
2015-11-02 Teresa JohnsonSupport for ThinLTO function importing and symbol linking.
2015-11-02 Teresa JohnsonClang format a few prior patches (NFC)
2015-11-01 Rafael EspindolaUse Child instead of child_iterator in the archive...
2015-10-31 Rafael EspindolaDon't store a Child to the first regular member.
2015-10-31 Rafael EspindolaDelete dead code.
2015-10-31 Rafael EspindolaSimplify handling of archive Symbol tables.
2015-10-31 Rafael EspindolaSimplify the handling of the archive string table.
2015-10-23 Dylan McKay[AVR] Add ELF constants to headers
2015-10-21 Kevin EnderbyBacking out commit r250906 as it broke lld.
2015-10-21 Kevin EnderbyThis removes the eating of the error in Archive::Child...
2015-10-14 Igor Kudrin[llvm-readobj/ELF] Print GNU Hash section
2015-10-13 Kevin EnderbyTweak to r250117 and change to use ErrorOr and drop...
2015-10-12 Kevin EnderbyFixed bugs in llvm-obdump while parsing Mach-O files...
2015-10-09 Reid KlecknerAddress review comments, remove error case and return...
2015-10-09 Reid Kleckner[llvm-symbolizer] Make --relative-address work with...
2015-10-08 Rafael EspindolaAdd a helper for getting a section's content as an...
2015-10-05 NAKAMURA TakumiPrune trailing whitespaces in comment lines.
2015-10-05 NAKAMURA TakumiReformat blank lines.
2015-10-04 Teresa JohnsonSupport for function summary index bitcode sections...
2015-10-01 Rafael EspindolaUse more strict types. NFC.
2015-09-21 Craig TopperUse makeArrayRef or None to avoid unnecessarily mention...
2015-09-18 Rafael EspindolaThis code never uses r_addend, so it can just use Elf_Rel.
2015-09-18 Davide Italiano[Object/ELF] Change comment to reflect reality.
2015-09-02 Rafael EspindolaPass a symbol table to getRelocationSymbol instead...
2015-09-01 Rui UeyamaObject: Fix COFF import file's symbols.
2015-08-28 Rui Ueyamallvm-readobj: Dump more info for COFF import libraries.
2015-08-28 Rui UeyamaAttempt to unbreak Win32 build.
2015-08-28 Rui UeyamaRe-apply r246276 - Object: Teach llvm-ar to create...
2015-08-25 Davide Italiano[MachO] Move trivial accessors to header.
2015-08-25 Davide Italiano[MachO] Introduce MinVersion API.
2015-08-24 Rafael EspindolaReport an error if a SHT_SYMTAB_SHNDX section has the...
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-10 Rafael Espindolarename toELFShdrIter to getSection and move it closer...
2015-08-10 Rafael EspindolatoELFSymIter and getSymbol are now the same thing....
2015-08-08 Rafael EspindolaReturn early on error. Should fix the asan bots.
2015-08-08 Rafael EspindolaDelete dead code. NFC.
2015-08-07 Rafael EspindolaConvert getSymbolSection to return an ErrorOr.
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-08-05 Rafael EspindolaDrop unnecessary static_cast.
2015-07-28 Lang Hames[RuntimeDyld] Make LoadedObjectInfo::getLoadedSectionAd...
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 EspindolaFix fetching the symbol table of a thin archive.
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 EspindolaRemove duplicated code.
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-15 Rafael EspindolaFor new archive member we only need to store the full...
2015-07-15 Rafael EspindolaHandle the error of trying to convert a regular archive...
2015-07-15 Rafael EspindolaInitial support for writing thin archives.
2015-07-14 Rafael EspindolaAdd support for reading members out of thin archives.
2015-07-14 Rafael Espindolallvm-ar: Don't try to extract from thin archives.
2015-07-14 Hans WennborgAllocate the IntervalMap in ELF.h on the heap to work...
2015-07-14 Rafael EspindolaAdd a herper function. NFC.
2015-07-13 Rafael EspindolaAdd support deterministic output in llvm-ar and make...
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 Davide ItalianoSilence a warning, trying to unbreak the build after...
2015-07-09 Michael J. SpencerFix typename issues.
2015-07-09 Michael J. Spencer[Object][ELF] Support dumping hash-tables from files...
next