Object/COFF: Rename getXXX{Begin,End} -> xxx_{begin,end}.
[oota-llvm.git] / include / llvm / Object / COFF.h
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...
2011-10-18 Michael J. SpencerObject/COFF: Change type from a struct to a uint16_t...
2011-10-17 Michael J. SpencerObject: Add isSymbolAbsolute and getSymbolSection.
2011-10-17 Michael J. SpencerObject: Add isSymbolWeak.
2011-10-17 Michael J. SpencerObject/COFF: Expose more data in the public API.
2011-10-17 Michael J. SpencerObject: Implement casting for concrete classes.
2011-10-17 Michael J. SpencerObject: Fix redundant name.
2011-10-10 Michael J. SpencerObject: add getSectionAlignment.
2011-10-07 Michael J. SpencerChange relocation API to be per section. This time...
2011-10-07 Bill WendlingRevert 141376 and 141377 due to breaking the build.
2011-10-07 Michael J. SpencerChange relocation API to be per section.
2011-09-28 Michael J. SpencerObject: Add isSection{Data,BSS}.
2011-09-14 Benjamin KramerObject: make the following changes into SymbolRef
2011-09-08 Benjamin KramerAdd support for relocations to ObjectFile.
2011-07-15 Benjamin KramerObjectFile: Add a method to check whether a section...
2011-06-25 Michael J. SpencerObject: Add proper error handling.
2011-06-25 Michael J. SpencerMake Binary the parent of ObjectFile and update childre...
2011-06-13 Michael J. SpencerRevert the last two commits in the series. r132911...
2011-06-13 Michael J. SpencerMake Binary the parent of ObjectFile and update childre...