[Object] Fix a bug in a condition introduced in r226217 - visibility can't be
[oota-llvm.git] / include / llvm / Object / COFF.h
2014-12-15 Michael IlsemanSilence more static analyzer warnings.
2014-12-10 Rafael EspindolaMove three methods only used by MCJIT to MCJIT.
2014-11-19 Rui Ueyamallvm-readobj: teach it how to dump COFF base relocation...
2014-11-17 David MajnemerObject, COFF: Tighten the object file parser
2014-11-14 David Majnemerobj2yaml, yaml2obj: Add support for COFF executables
2014-11-13 David MajnemerObject, COFF: Clean up formatting in hasExtendedRelocations
2014-11-13 Rui Ueyamallvm-readobj: Print out address table when dumping...
2014-11-11 David MajnemerMC, COFF: Use relocations for function references insid...
2014-11-05 David Majnemerllvm-readobj: Add support for dumping the DOS header...
2014-10-31 David MajnemerObject, COFF: Cleanup symbol type code, improve binutil...
2014-10-10 David MajnemerObject, COFF: Relax aux symbols for section definitions
2014-10-09 David MajnemerObject, COFF: Move the VirtualSize/SizeOfRawData logic...
2014-10-09 Rui UeyamaObject: Add range iterators for COFF import/export...
2014-10-08 Rafael EspindolaRemove bogus std::error_code returns form SectionRef.
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 UeyamaRename data -> Data
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-15 David MajnemerMC: Add support for BigObj
2014-09-11 David MajnemerObject: Small cleanup in COFFObjectFile::getSymbol
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-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-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-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-13 Saleem Abdulrasooltools: teach objdump about FILE aux records
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-03-21 Juergen Ributzka[RuntimeDyld] Allow processRelocationRef to process...
2014-03-21 Rui UeyamaObject/COFF: Support large relocation table.
2014-03-20 David MajnemerObject: Abstract out the determination of function...
2014-03-19 David MajnemerCOFF: Fix a typo
2014-03-19 David MajnemerObject: Provide a richer means of describing auxiliary...
2014-03-19 David MajnemerObject: Move auxiliary symbol definitions from llvm...
2014-03-19 David MajnemerObject: Clean up COFF.h
2014-03-18 Alexey Samsonov[C++11] Change the interface of getCOFF{Section,Relocat...
2014-03-15 Rui UeyamaObject/COFF: change data type of SymbolNumber from...
2014-03-02 Craig TopperSwitch all uses of LLVM_OVERRIDE to just use 'override...
2014-02-28 Rui UeyamaRename coff_pdata_x64 -> coff_runtime_function_x64.
2014-02-27 Rui UeyamaObject/COFF: Add a struct for the function table in...
2014-02-21 Rafael EspindolaAdd a SymbolicFile interface between Binary and ObjectFile.
2014-02-20 Rui UeyamaObject/COFF: Fix possible truncation bug.
2014-02-20 Rui Ueyamallvm-objdump/COFF: Print SEH table addresses.
2014-02-20 Rui UeyamaObject/COFF: Fix padding between CSDVersion and EditList.
2014-02-19 Rui Ueyamallvm-objdump/COFF: Print load configuration table.
2014-02-10 Rafael EspindolaChange the begin and end methods in ObjectFile to match...
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-30 Rafael Espindolaadd a bunch of LLVM_OVERRIDE before I start refactoring...
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-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 Ueyamallmv-objdump/COFF: Print export table contents.
2014-01-16 Rui UeyamaDon't use DataRefImpl to implement ImportDirectoryEntryRef.
2013-12-13 Rui UeyamaObject/COFF: ExportAddressTableEntry is a union of...
2013-12-06 Rui UeyamaObject/COFF: Add export table entry structs.
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-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-08-28 Rui Ueyama[Object/COFF] Add coff_aux_weak_external.
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-07-16 Rui Ueyama[Object/COFF] Add import_directory_table_entry.
2013-06-12 Rui Ueyamareadobj: Dump PE/COFF optional records.
2013-06-11 Rui Ueyama[PECOFF] Remove COFF header from PE header for simplicity.
2013-06-07 Rui Ueyama[Object/COFF] BaseOfData field should be absent in...
2013-06-05 Rafael EspindolaHandle relocations that don't point to symbols.
2013-06-02 Rui Ueyama[Object/COFF] Add dos_header, pe32{,plus}_header and...
2013-05-09 Rafael EspindolaChange getRelocationAdditionalInfo to be ELF only.
2012-10-29 Tim NorthoverAdd interface for querying object files for symbol...
2012-10-11 Sean SilvaRemove unnecessary classof()'s
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 ClowAdding acessors to COFFObjectFile so that clients can...
2012-04-12 Preston GurdThis patch improves the MCJIT runtime dynamic loader...
2012-03-19 Michael J. Spencer[Object/COFF]: Expose getSectionContents.
2012-03-19 Michael J. Spencer[Object/COFF]: Expose getSectionName.
2012-03-09 David Meyer[Object]
2012-03-01 David Meyer[Object]
2012-03-01 David Meyer[Object]
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:
2011-11-27 Chandler CarruthRevert r145180 as it is causing test failures on all...
2011-11-27 Danil MalyshevFixed ObjectFile functions:
2011-10-26 Owen AndersonExpand relocation type field to 64 bits. MachO scatter...
next