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