Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Object: Add proper error handling. | Michael J. Spencer | 2011-06-25 | 1 | -83/+243 |
| | | | | llvm-svn: 133872 | ||||
* | Make Binary the parent of ObjectFile and update children to new interface. | Michael J. Spencer | 2011-06-25 | 1 | -114/+14 |
| | | | | llvm-svn: 133870 | ||||
* | Revert the last two commits in the series. r132911, r132912. | Michael J. Spencer | 2011-06-13 | 1 | -14/+114 |
| | | | | llvm-svn: 132913 | ||||
* | Make Binary the parent of ObjectFile and update children to new interface. | Michael J. Spencer | 2011-06-13 | 1 | -114/+14 |
| | | | | llvm-svn: 132911 | ||||
* | Remove dead variable pointed out by GCC 4.6 warnings, and reflow this a little | Nick Lewycky | 2011-05-02 | 1 | -4/+1 |
| | | | | | | to scope a variable more tightly per llvm coding style. No functional change. llvm-svn: 130684 | ||||
* | Assorted bugfixes in object file handling: | Eric Christopher | 2011-04-03 | 1 | -2/+18 |
| | | | | | | | | | | | | | | | | | | | | | | | - Adds support for sniffing PE/COFF files on win32 (.exe and .dll) which are COFF files that have an MS-DOS compatibility stub on the front of them. - Fixes a bug in the COFFObjectFile's support for the Microsoft COFF extension for long symbol names, wherein it was attempting to parse the leading '/' in an extended symbol name reference as part of the integer offset. - Fixes bugs in COFFObjectFile and ELFObjectFile wherein section and symbol iterators were being returned with uninitialized bytes; the type DataRefImpl is a union between 2 32-bit words (d.a and d.b) and a single intptr_t word (p). Only p was being initialized, so in 32-bit builds the result would be iterators with random upper 32-bit words in their DataRefImpls. This caused random failures when seeking around in object files. Patch by Graydon Hoare! llvm-svn: 128799 | ||||
* | Object: Fix type punned pointer issues by making DataRefImpl a union and ↵ | Michael J. Spencer | 2011-01-21 | 1 | -23/+28 |
| | | | | | | using intptr_t. llvm-svn: 123962 | ||||
* | Object: Add COFF Support. | Michael J. Spencer | 2011-01-20 | 1 | -0/+370 |
llvm-svn: 123895 |