Fixed ObjectFile functions:
[oota-llvm.git] / lib / Object / COFFObjectFile.cpp
2011-11-29 Danil MalyshevFixed ObjectFile functions:
2011-11-28 Daniel DunbarFix some possible gcc-4.2 may be used uninitialized...
2011-11-27 Chandler CarruthRevert r145180 as it is causing test failures on all...
2011-11-27 Danil MalyshevFixed ObjectFile functions:
2011-11-16 Michael J. SpencerObject/COFF: Support common symbols.
2011-11-08 Michael J. SpencerObject/COFF: Fix PE reading.
2011-11-02 Michael J. Spencerobject/COFF: Properly initalize uses of DataRefImpl.
2011-10-26 Owen AndersonExpand relocation type field to 64 bits. MachO scatter...
2011-10-18 Michael J. SpencerObject/COFF: Remove useless test.
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: Fix redundant name.
2011-10-13 Michael J. SpencerCOFF: Implement sectionContainsSymbol for relocatable...
2011-10-10 Michael J. SpencerObject: add getSectionAlignment.
2011-10-08 NAKAMURA Takumilib/Object: Suppress warnings on gcc-4.3.4 cygwin
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-13 Benjamin KramerSilence false positive uninitialized variable warnings...
2011-09-08 Benjamin KramerAdd support for relocations to ObjectFile.
2011-07-15 Benjamin KramerObjectFile: Add a method to check whether a section...
2011-07-05 Benjamin KramerUse memcmp.
2011-07-05 Rafael EspindolaReally fix typo :-(
2011-07-05 Rafael EspindolaFix typo.
2011-07-05 Rafael EspindolaCompare all 4 bytes of the header.
2011-07-05 Michael J. SpencerFix warnings.
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...
2011-05-02 Nick LewyckyRemove dead variable pointed out by GCC 4.6 warnings...
2011-04-03 Eric ChristopherAssorted bugfixes in object file handling:
2011-01-21 Michael J. SpencerObject: Fix type punned pointer issues by making DataRe...
2011-01-20 Michael J. SpencerObject: Add COFF Support.