Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2011-11-27 | Fixed ObjectFile functions: | Danil Malyshev | 1 | -2/+9 |
2011-10-27 | Expose relocation accessors through the libObject C API. | Owen Anderson | 1 | -0/+45 |
2011-10-27 | Add relocation iterators to the libObject C API. | Owen Anderson | 1 | -0/+23 |
2011-10-21 | Use LLVMBool for a function that logically returns a boolean value. | Owen Anderson | 1 | -1/+1 |
2011-10-21 | Bind libObject API for obtaining the section containing a Symbol. | Owen Anderson | 1 | -0/+6 |
2011-10-21 | Expand the coverage of the libObject C bindings to include more SectionRef ac... | Owen Anderson | 1 | -0/+69 |
2011-10-07 | Change relocation API to be per section. This time without breaking GCC. | Michael J. Spencer | 1 | -2/+2 |
2011-10-07 | Revert 141376 and 141377 due to breaking the build. | Bill Wendling | 1 | -2/+2 |
2011-10-07 | Change relocation API to be per section. | Michael J. Spencer | 1 | -2/+2 |
2011-06-25 | Object: Add proper error handling. | Michael J. Spencer | 1 | -6/+15 |
2011-04-03 | Move Object.cpp out of VMCore and into Object. | Eric Christopher | 1 | -0/+59 |