aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Object/COFFObjectFile.cpp
Commit message (Expand)AuthorAgeFilesLines
* Object: make the following changes into SymbolRefBenjamin Kramer2011-09-141-1/+50
* Silence false positive uninitialized variable warnings from GCC.Benjamin Kramer2011-09-131-3/+3
* Add support for relocations to ObjectFile.Benjamin Kramer2011-09-081-2/+73
* ObjectFile: Add a method to check whether a section contains a symbol.Benjamin Kramer2011-07-151-0/+8
* Use memcmp.Benjamin Kramer2011-07-051-3/+1
* Really fix typo :-(Rafael Espindola2011-07-051-1/+1
* Fix typo.Rafael Espindola2011-07-051-2/+2
* Compare all 4 bytes of the header.Rafael Espindola2011-07-051-2/+3
* Fix warnings.Michael J. Spencer2011-07-051-3/+3
* Object: Add proper error handling.Michael J. Spencer2011-06-251-83/+243
* Make Binary the parent of ObjectFile and update children to new interface.Michael J. Spencer2011-06-251-114/+14
* Revert the last two commits in the series. r132911, r132912.Michael J. Spencer2011-06-131-14/+114
* Make Binary the parent of ObjectFile and update children to new interface.Michael J. Spencer2011-06-131-114/+14
* Remove dead variable pointed out by GCC 4.6 warnings, and reflow this a littleNick Lewycky2011-05-021-4/+1
* Assorted bugfixes in object file handling:Eric Christopher2011-04-031-2/+18
* Object: Fix type punned pointer issues by making DataRefImpl a union and usin...Michael J. Spencer2011-01-211-23/+28
* Object: Add COFF Support.Michael J. Spencer2011-01-201-0/+370