Change relocation API to be per section. This time without breaking GCC.
[oota-llvm.git] / lib / Object / COFFObjectFile.cpp
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.