aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Object/COFFObjectFile.cpp
AgeCommit message (Expand)AuthorFilesLines
2011-09-14Object: make the following changes into SymbolRefBenjamin Kramer1-1/+50
2011-09-13Silence false positive uninitialized variable warnings from GCC.Benjamin Kramer1-3/+3
2011-09-08Add support for relocations to ObjectFile.Benjamin Kramer1-2/+73
2011-07-15ObjectFile: Add a method to check whether a section contains a symbol.Benjamin Kramer1-0/+8
2011-07-05Use memcmp.Benjamin Kramer1-3/+1
2011-07-05Really fix typo :-(Rafael Espindola1-1/+1
2011-07-05Fix typo.Rafael Espindola1-2/+2
2011-07-05Compare all 4 bytes of the header.Rafael Espindola1-2/+3
2011-07-05Fix warnings.Michael J. Spencer1-3/+3
2011-06-25Object: Add proper error handling.Michael J. Spencer1-83/+243
2011-06-25Make Binary the parent of ObjectFile and update children to new interface.Michael J. Spencer1-114/+14
2011-06-13Revert the last two commits in the series. r132911, r132912.Michael J. Spencer1-14/+114
2011-06-13Make Binary the parent of ObjectFile and update children to new interface.Michael J. Spencer1-114/+14
2011-05-02Remove dead variable pointed out by GCC 4.6 warnings, and reflow this a littleNick Lewycky1-4/+1
2011-04-03Assorted bugfixes in object file handling:Eric Christopher1-2/+18
2011-01-21Object: Fix type punned pointer issues by making DataRefImpl a union and usin...Michael J. Spencer1-23/+28
2011-01-20Object: Add COFF Support.Michael J. Spencer1-0/+370