[MC/AsmParser] Avoid setting MCSymbol.IsUsed in some cases
[oota-llvm.git] / include / llvm / Object /
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...
2015-07-08 Rafael EspindolaRevert part of "Disallow Archive::child_iterator that...
2015-07-08 Rafael EspindolaDisallow Archive::child_iterator that don't point to...
2015-07-08 Rafael EspindolaStart adding support for writing archives in BSD format.
2015-07-08 Rui UeyamaObject/COFF: Fix import library's getNameType method.
2015-07-07 Rafael EspindolaDelete UnknownAddress. It is a perfectly valid symbol...
2015-07-06 Rafael EspindolaInline function into single use. NFC.
2015-07-06 Rafael EspindolaRemove getRelocationAddress.
2015-07-06 Rafael EspindolaFix handling of ELF::R_MIPS_32 on Mips64.
2015-07-03 Simon Atanasyan[ELFYAML] Fix handling SHT_NOBITS sections by obj2yaml...
2015-07-03 Benjamin KramerDelete dead code. NFC.
2015-07-03 Rafael EspindolaReturn ErrorOr from getSymbolAddress.
2015-07-03 Rafael EspindolaThis reverts commit r241350 and r241352.
2015-07-03 Rafael EspindolaDelete dead code.
2015-07-03 Simon Atanasyan[ELFYAML] Fix handling SHT_NOBITS sections by obj2yaml...
2015-07-03 Rafael EspindolaAvoid warning about unused variable when building witho...
2015-07-03 Rafael EspindolaContinue to remove the notion that ELF has dynamic...
2015-07-02 Rafael EspindolaReturn ErrorOr from SymbolRef::getName.
2015-07-02 Rafael EspindolaRemove a report_fatal_error that should be unreachable.
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 EspindolaMove error checking from once per relocation to once...
2015-07-02 Rafael EspindolaExpose getRel and getRela to reduce code duplication.
2015-07-02 Rafael EspindolaImprove error message.
2015-07-01 Rafael EspindolaReturn ErrorOr from getSection.
2015-06-30 Rafael EspindolaUse ErrorOr in getRelocationAdress.
2015-06-30 Rafael EspindolaImplement containsSymbol with other lower level methods.
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-30 Rafael EspindolaDon't return error_code from a function that doesn...
2015-06-30 Rafael EspindolaMove function to the only file that uses it.
2015-06-30 Rafael EspindolaDon't return error_code from a function that doesn...
2015-06-30 Rafael EspindolaDon't return error_code from a function that doesn...
2015-06-30 Rafael EspindolaCleanup getRelocationAddend.
2015-06-30 Rui UeyamaObject/COFF: Define coff_symbol_generic.
2015-06-29 Rafael EspindolaUse asserts for checks that should never fail.
next