Add 'const' to a few more functions in MachineFrameInfo
[oota-llvm.git] / include / llvm / Object /
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.
2015-06-29 Rafael EspindolaDon't return error_code from function that never fails.
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 Lang Hames[StackMaps] Add a lightweight parser for stackmap versi...
2015-06-26 Rafael EspindolaFix error handling in getString and simplify callers.
2015-06-26 Rafael EspindolaDelete dead code. NFC.
2015-06-26 Rafael EspindolaELF: Simplify the rel/rela implementation.
2015-06-26 Rafael EspindolaRename getObjectFile to getObject for consistency.
2015-06-26 Rafael EspindolaImplement elf_section_iterator and getELFType().
2015-06-26 Rafael EspindolaExpose getFlags via ELFSectionRef.
2015-06-26 Rafael EspindolaAdd a ELFSectionRef class and use it to expose getSecti...
2015-06-26 Rafael EspindolaSimplify getSymbolType.
2015-06-26 Rafael EspindolaMake getOther ELF only.
2015-06-25 Michael J. Spencer[ELF] Move ELF{32,64}{L,B}E typedefs to llvm.
2015-06-25 Michael J. Spencer[ELF] Add some accessors for lld.
2015-06-25 Rafael EspindolaAdd an ELFSymbolRef type.
2015-06-25 Michael J. Spencer[Object][ELF] Add support for dumping dynamic relocatio...
2015-06-25 Rafael Espindolallvm-nm: Don't print mapping symbols.
2015-06-25 Rafael EspindolaUse range loop. NFC.
2015-06-25 Rafael EspindolaModernize getELFDynamicSymbolIterators.
2015-06-25 Rui UeyamalibObject/COFF: Add a function to get pointers to reloc...
2015-06-24 Rafael EspindolaMake computeSymbolSizes never fail.
2015-06-24 Rafael EspindolaAdd a SymbolRef::getValue.
2015-06-24 Rafael EspindolaRefactor duplicated code. NFC.
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-24 Rafael EspindolaDon't repeat name in comments.
2015-06-23 Sanjoy DasRevert "[FaultMaps] Move FaultMapParser to Object/"
2015-06-23 Alexander KornienkoRevert r240137 (Fixed/added namespace ending comments...
2015-06-23 Rafael EspindolaRemove broken banner.
2015-06-23 Rafael EspindolaExtract an utility for computing symbol sizes on MachO...
2015-06-23 Sanjoy Das[FaultMaps] Move FaultMapParser to Object/
2015-06-22 Frederic Riss[Object] Search for architecures by name in MachOUniver...
2015-06-21 Rui UeyamaObject: Add load configuration structure for 64 bit...
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...
next