Implement containsSymbol with other lower level methods.
[oota-llvm.git] / include / llvm / Object / ObjectFile.h
2015-06-30 Rafael EspindolaImplement containsSymbol with other lower level methods.
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-29 Rafael EspindolaDon't return error_code from function that never fails.
2015-06-26 Rafael EspindolaRename getObjectFile to getObject for consistency.
2015-06-26 Rafael EspindolaSimplify getSymbolType.
2015-06-26 Rafael EspindolaMake getOther ELF only.
2015-06-25 Rafael EspindolaUse range loop. NFC.
2015-06-24 Rafael EspindolaAdd a SymbolRef::getValue.
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-19 Rafael EspindolaMake getRelocationSection MachO only.
2015-06-09 Rui UeyamaRemove object_error::success and use std::error_code...
2015-06-03 Rafael EspindolaMove to llvm-objdump a large amount of code to that...
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-21 Keno FischerMake it easier to use DwarfContext with MCJIT
2015-02-15 Aaron BallmanRemoving LLVM_DELETED_FUNCTION, as MSVC 2012 was the...
2014-12-10 Rafael EspindolaMove three methods only used by MCJIT to MCJIT.
2014-10-08 Rafael EspindolaRemove bogus std::error_code returns form SectionRef.
2014-10-08 Rafael EspindolaRemove an out of date comment.
2014-08-19 Rafael EspindolaDon't own the buffer in object::Binary.
2014-08-17 Rafael Espindolallvm-objdump: don't print relocations in non-relocatabl...
2014-08-17 Rafael EspindolaRemove a redundant "public:". NFC.
2014-08-08 Rafael EspindolaDelete dead code. NFC.
2014-08-08 Rafael EspindolagetLoadName is only implemented for ELF, make it ELF...
2014-07-31 Rafael EspindolaUse std::unique_ptr to make the ownership explicit.
2014-07-20 Ulrich Weigand[PowerPC] ELFv2 dynamic loader support
2014-06-24 Rafael EspindolaPass a unique_ptr<MemoryBuffer> to the constructors...
2014-06-23 Rafael EspindolaPass a std::unique_ptr& to the create??? methods is...
2014-06-23 Rafael EspindolaMake ObjectFile and BitcodeReader always own the Memory...
2014-06-12 Rafael EspindolaDon't use 'using std::error_code' in include/llvm.
2014-04-21 Jim GrosbachTidy up. Remove extraneous typedef.
2014-04-21 Rafael EspindolaConvert getFileOffset to getOffset and move it to its...
2014-04-13 Craig Topper[C++11] More 'nullptr' conversion or in some cases...
2014-04-03 Rafael EspindolaRemove section_rel_empty. Just compare begin() and...
2014-04-03 Rafael EspindolaHandle getting UnknownAddressOrSize or section_end().
2014-04-03 Rafael EspindolaImplement get getSymbolFileOffset with getSymbolAddress.
2014-04-03 Rafael EspindolaRemove getSymbolValue.
2014-03-21 Juergen Ributzka[RuntimeDyld] Allow processRelocationRef to process...
2014-03-17 Alexey Samsonov[C++11] Introduce ObjectFile::symbols() to use range...
2014-03-14 Alexey SamsonovDelete unused ObjectFile::{begin,end}_symbols()
2014-03-14 Alexey Samsonov[C++11] Introduce SectionRef::relocations() to use...
2014-03-13 Alexey Samsonov[C++11] Introduce ObjectFile::sections().
2014-03-05 Craig Topper[C++11] Add 'override' keyword to virtual methods that...
2014-02-21 Rafael EspindolaAdd a SymbolicFile interface between Binary and ObjectFile.
2014-02-10 Rafael EspindolaChange the begin and end methods in ObjectFile to match...
2014-02-04 Rafael EspindolaRemove unused SF_ThreadLocal.
2014-01-31 Rafael EspindolaSimplify getSymbolFlags.
2014-01-30 Rafael EspindolaOnly ELF has a dynamic symbol table. Remove it from...
2014-01-30 Rafael EspindolaSimplify the handling of iterators in ObjectFile.
2014-01-29 Rafael EspindolaMake createObjectFile's signature a bit less error...
2014-01-24 Rafael EspindolaMake ObjectFile ownership of the MemoryBuffer optional.
2014-01-22 Rafael EspindolaPass the computed magic to createBinary and createObjec...
2014-01-22 Rafael EspindolaChange createObjectFile to return an ErrorOr.
2014-01-21 Rafael EspindolaBe a bit more consistent about using ErrorOr when const...
2013-11-02 Rafael Espindolamove getSymbolNMTypeChar to the one program that needs...
2013-09-27 Rui UeyamaObject/COFF: Rename getXXX{Begin,End} -> xxx_{begin...
2013-09-23 Reid KlecknerExplicitly request unsigned enum types when desired
2013-06-05 Rafael EspindolaHandle relocations that don't point to symbols.
2013-05-30 Rafael EspindolaChange how we iterate over relocations on ELF.
2013-05-09 Rafael EspindolaChange getRelocationAdditionalInfo to be ELF only.
2013-04-29 Rafael EspindolaAdd getSymbolAlignment to the ObjectFile interface.
2013-04-29 Rafael EspindolaRemove unused method.
2013-04-07 Rafael EspindolaRemove unused argument.
2013-01-10 Jakub StaszakFix include guards so they exactly match file names.
2012-12-03 Chandler CarruthSort the #include lines for the include/... tree with...
2012-10-29 Tim NorthoverAdd interface for querying object files for symbol...
2012-10-19 Eric ChristopherGrammar-o.
2012-10-11 Sean SilvaRemove unnecessary classof()'s
2012-10-10 Eric ChristopherFormatting and 80-col.
2012-10-10 Andrew KaylorThis patch adds new functions to the SectionRef and...
2012-09-21 Alexey SamsonovFix SymbolRef::getAddress implementation for ELF. The...
2012-09-17 Craig TopperMark unimplemented copy constructors and copy assignmen...
2012-06-20 Chandler CarruthRemove 'static' from inline functions defined in header...
2012-06-18 Marshall ClowAdded accessors for getting coff_relocation info
2012-04-12 Preston GurdThis patch improves the MCJIT runtime dynamic loader...
2012-04-10 Danil MalyshevAdd a constructor for DataRefImpl and remove excess...
2012-03-09 David Meyer[Object]
2012-03-01 David Meyer[Object]
2012-03-01 David Meyer[Object]
2012-02-29 David Meyer[Object] Add symbol attribute flags: ST_ThreadLocal...
2012-02-28 David MeyerIn the ObjectFile interface, replace isInternal(),...
2012-02-28 Michael J. Spencer[Object] Add {begin,end}_dynamic_symbols stubs and...
2012-02-12 Eli BenderskyExpose the ELFObjectFile class directly in the Object...
2012-01-22 Eli BenderskyBasic runtime dynamic loading capabilities added to...
2011-12-20 David BlaikieUnweaken vtables as per llvm.org/docs/CodingStandards...
2011-11-29 Danil MalyshevFixed ObjectFile functions:
2011-11-27 Chandler CarruthRevert r145180 as it is causing test failures on all...
2011-11-27 Danil MalyshevFixed ObjectFile functions:
2011-11-02 Michael J. Spencerobject: Add operator < for SymbolRef and SectionRef.
2011-10-26 Owen AndersonExpand relocation type field to 64 bits. MachO scatter...
2011-10-25 Owen AndersonAdd support for the notion of "hidden" relocations...
2011-10-17 Michael J. SpencerObject: Add some types to SymbolRef::Type.
2011-10-17 Michael J. SpencerObject: Add isSymbolAbsolute and getSymbolSection.
2011-10-17 Michael J. SpencerObject: Add isSymbolWeak.
2011-10-17 Michael J. Spencer80-col.
2011-10-17 Michael J. SpencerObject: Fix redundant name.
next