[AA] Enhance the new AliasAnalysis infrastructure with an optional
[oota-llvm.git] / include / llvm / Object /
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...
2015-06-15 Rafael EspindolaAvoid a "always true" warning from gcc.
2015-06-12 Rafael EspindolaHave the ELF symbol predicates match more directly...
2015-06-11 Davide Italiano[ELF] Introduce getValue() for ELF Symbols.
2015-06-09 Rui UeyamaRemove object_error::success and use std::error_code...
2015-06-08 Peter Collingbournellvm-ar: Move archive writer to Object.
2015-06-07 Davide Italiano[Object/ELF] Don't confuse isDefined() and isCommon.
2015-06-06 Davide Italiano[Object/ELF] Provide helpers for symbol types.
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-04 Alexey Samsonov[Object, MachO] Fixup for r239075: use union to store...
2015-06-04 Alexey Samsonov[Object, MachO] Don't crash on invalid MachO segment...
2015-06-04 Alexey Samsonov[Object, MachO] Don't crash on invalid MachO load commands.
2015-06-04 Alexey Samsonov[Object, MachO] Remove some code duplication. NFC.
2015-06-04 Alexey Samsonov[Object, MachO] Cache parsed MachO header in MachOObjec...
2015-06-03 Alexey Samsonov[Object, MachO] Introduce MachOObjectFile::load_command...
2015-06-03 Rafael EspindolaFix the interpretation of a 0 st_name.
2015-06-03 Rafael EspindolaMove to llvm-objdump a large amount of code to that...
2015-06-02 Rafael EspindolaSimplify now that we always use an alignment of 2 for...
2015-06-01 Rafael EspindolaSimplify another function that doesn't fail.
2015-05-31 Rafael EspindolaSimplify interface of function that doesn't fail.
2015-05-30 Keno FischerAdd RelocVisitor support for MachO
2015-05-28 Alexey SamsonovObject, ELF: Use error code instead of calling report_f...
2015-05-27 Rui UeyamaObject/COFF: Add accessors for import header bitfields.
2015-05-27 Rui UeyamaObject/COFF: Add coff_import_header.
2015-05-26 Rui UeyamaObject/COFF: Add COFFSymbolRef::isAbsolute().
2015-05-26 Rui UeyamaObject/COFF: Define .idata import directory table entry.
2015-05-26 Rui UeyamaObject: Add Archive::getNumberOfSymbols().
2015-05-26 Simon Atanasyan[mips] Move some structures represent MIPS specific...
2015-05-21 Keno FischerMake it easier to use DwarfContext with MCJIT
2015-05-07 Simon Atanasyan[obj2yaml/yaml2obj] Add SHT_MIPS_ABIFLAGS section support
2015-05-07 Simon Atanasyan[llvm-readobj] Print .MIPS.abiflags section content
2015-04-30 Davide Italiano[Object] Teach Object and llvm-objdump about ".hidden"
2015-04-29 Douglas Katzman[Sparc] Really add sparcel architecture support.
2015-04-11 Alexander KornienkoUse 'override/final' instead of 'virtual' for overridde...
2015-03-24 Rafael Espindola[llvm-readobj] add support for macho universal binary.
2015-03-23 David BlaikieRefactor: simplify boolean expressions in llvm-objdump
2015-03-17 Shankar Easwaran[Object][ELF] ELFEntityIterator : Add operators for...
2015-03-17 Shankar Easwaran[Object][ELF] ELFEntityIterator : Add operators for...
2015-03-12 Davide Italiano[Object/ELF] Add support for setVisibility()
2015-03-04 Rui UeyamaObject: Add range iterators to Archive symbols
2015-03-03 David BlaikieRemove some explicit copy assignment operators is favor...
2015-02-21 Shankar Easwaran[obj2yaml/yaml2obj] Add SHT_GROUP support.
2015-02-18 Colin LeMahieu[Objdump] Fixing crash when printing symbols in ELF...
2015-02-17 Simon Atanasyan[Object] Support reading 64-bit MIPS ELF archives
2015-02-15 Aaron BallmanRemoving LLVM_DELETED_FUNCTION, as MSVC 2012 was the...
next