Remove bogus std::error_code returns form SectionRef.
[oota-llvm.git] / lib / Object / COFFObjectFile.cpp
2014-10-08 Rafael EspindolaRemove bogus std::error_code returns form SectionRef.
2014-10-07 Rafael EspindolaDon't check for null after calling COFFObjectFile:...
2014-10-07 Rafael EspindolaOptimize COFFObjectFile::sectionContainsSymbol a bit.
2014-10-03 Rui Ueyamallvm-readobj: print out the fields of the COFF delay...
2014-10-03 Rui Ueyamallvm-readobj: print COFF delay-load import table
2014-10-02 Rui Ueyamallvm-readobj: print COFF imported symbols
2014-10-02 Rui UeyamaThis patch adds a new flag "-coff-imports" to llvm...
2014-09-26 David MajnemerObject: BSS/virtual sections don't have contents
2014-09-11 Rui UeyamaSupport: Delete {aligned_,}{u,}{little,big}8_t
2014-09-10 David MajnemerAttempt to pacify buildbots.
2014-09-10 David MajnemerObject: Add support for bigobj
2014-08-27 Craig TopperSimplify creation of a bunch of ArrayRefs by using...
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-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-06-24 Rafael EspindolaPass a unique_ptr<MemoryBuffer> to the constructors...
2014-06-23 Rafael EspindolaMake ObjectFile and BitcodeReader always own the Memory...
2014-06-13 Rafael EspindolaRemove 'using std::errro_code' from lib.
2014-06-12 Rafael EspindolaDon't use 'using std::error_code' in include/llvm.
2014-04-15 Craig Topper[C++11] More 'nullptr' conversion. In some cases just...
2014-04-09 Saleem AbdulrasoolObject: add type names for ARM/COFF relocations
2014-04-03 Rafael EspindolaRemove section_rel_empty. Just compare begin() and...
2014-04-03 Rafael EspindolaImplement get getSymbolFileOffset with getSymbolAddress.
2014-04-03 Rafael EspindolaRemove getSymbolValue.
2014-04-03 Rafael EspindolaRevert "Fix a nomenclature error in llvm-nm."
2014-04-02 Rafael EspindolaFix a nomenclature error in llvm-nm.
2014-03-21 Juergen Ributzka[RuntimeDyld] Allow processRelocationRef to process...
2014-03-21 Rui UeyamaObject/COFF: Support large relocation table.
2014-03-19 David MajnemerObject: Provide a richer means of describing auxiliary...
2014-03-18 Rui UeyamaObject/COFF: Add function to check if section number...
2014-03-18 Alexey Samsonov[C++11] Change the interface of getCOFF{Section,Relocat...
2014-03-13 Saleem AbdulrasoolSupport: add support to identify WinCOFF/ARM objects
2014-03-06 Ahmed CharlesReplace OwningPtr<T> with std::unique_ptr<T>.
2014-03-05 Ahmed Charles[C++11] Replace OwningPtr::take() with OwningPtr::relea...
2014-02-26 Nico RieckRelax COFF string table check
2014-02-25 Rui UeyamaSimplify base64 routine a bit.
2014-02-22 Nico RieckMC: Support COFF string tables larger than 10MB
2014-02-21 Rafael EspindolaAdd a SymbolicFile interface between Binary and ObjectFile.
2014-02-20 Benjamin Kramercstdint is a C++11 header, LLVM provides its own versio...
2014-02-20 Rui UeyamaFix build breakage.
2014-02-20 Rui UeyamaObject/COFF: Fix possible truncation bug.
2014-02-20 NAKAMURA TakumiCOFFObjectFile.cpp: Appease msvc in r201760.
2014-02-20 Rui Ueyamallvm-objdump/COFF: Print SEH table addresses.
2014-02-10 Rafael EspindolaChange the begin and end methods in ObjectFile to match...
2014-02-05 Rafael EspindolaUse the information provided by getFlags to unify some...
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-26 Rui Ueyamallvm-readobj: add support for PE32+ (Windows 64 bit...
2014-01-24 Rafael EspindolaMake ObjectFile ownership of the MemoryBuffer optional.
2014-01-21 Rafael EspindolaBe a bit more consistent about using ErrorOr when const...
2014-01-17 Rui Ueyama80-column.
2014-01-17 Rui Ueyamallvm-objdump/COFF: Print ordinal base number.
2014-01-16 Rui Ueyamallvm-objdump/COFF: Print DLL name in the export table...
2014-01-16 Rui UeyamaUse static instead of anonymous namespace.
2014-01-16 Rui UeyamaReduce nesting.
2014-01-16 Rui UeyamaUse the current local variable naming style.
2014-01-16 Rui Ueyamallmv-objdump/COFF: Print export table contents.
2014-01-16 Rui UeyamaDon't use DataRefImpl to implement ImportDirectoryEntryRef.
2013-11-15 Rui UeyamaReadobj: If NumbersOfSections is 0xffff, it's an COFF...
2013-11-02 Rafael Espindolamove getSymbolNMTypeChar to the one program that needs...
2013-11-02 Rafael EspindolaConvert another use of getSymbolNMTypeChar.
2013-11-02 Rafael EspindolaAvoid some getSymbolNMTypeChar uses in COFFObjectFile...
2013-11-02 Rafael EspindolaRevert "Don't use getSymbolNMTypeChar for implementing...
2013-11-02 Rafael EspindolaDon't use getSymbolNMTypeChar for implementing COFFObje...
2013-10-12 Will DietzAdd missing #include's to cctype when using isdigit...
2013-09-27 Rui UeyamaObject/COFF: Rename getXXX{Begin,End} -> xxx_{begin...
2013-09-27 Rui UeyamaRe-submit r191472 with a fix for big endian.
2013-09-27 Rui UeyamaRevert "llvm-objdump: Dump COFF import table if -privat...
2013-09-27 Rui Ueyamallvm-objdump: Dump COFF import table if -private-header...
2013-07-19 Rui UeyamaRetry submitting r186623: COFFDumper: Dump data directo...
2013-07-18 Rui UeyamaRevert "COFFDumper: Dump data directory entries."
2013-07-18 Rui UeyamaCOFFDumper: Dump data directory entries.
2013-06-12 Rui Ueyamareadobj: Dump PE/COFF optional records.
2013-06-05 Rafael EspindolaHandle relocations that don't point to symbols.
2013-05-09 Rafael EspindolaChange getRelocationAdditionalInfo to be ELF only.
2013-04-25 Rafael EspindolaClarify getRelocationAddress x getRelocationOffset...
2013-04-07 Rafael EspindolaRemove unused argument.
2013-02-12 Guy BenyeiAdd static cast to unsigned char whenever a character...
2012-10-29 Tim NorthoverAdd interface for querying object files for symbol...
2012-10-10 Andrew KaylorCosmetic changes
2012-10-10 Andrew KaylorThis patch adds new functions to the SectionRef and...
2012-06-18 Marshall ClowAdded accessors for getting coff_relocation info
2012-06-15 Marshall ClowHad a closing brace inside an #ifdef -- oops!
2012-06-15 Marshall ClowAdding acessors to COFFObjectFile so that clients can...
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-19 Michael J. Spencer[Object/COFF]: Expose getSectionContents.
2012-03-19 Michael J. Spencer[Object/COFF]: Expose getSectionName.
2012-03-15 Michael J. SpencerFix bug found by warning.
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...
2011-11-29 Danil MalyshevFixed ObjectFile functions:
next