| Commit message (Expand) | Author | Age | Files | Lines |
| * | Wrap C APIs with pragmas enforcing -Werror=strict-prototypes | Duncan P. N. Exon Smith | 2019-11-19 | 1 | -6/+3 |
| * | [LLVM-C] Add Accessor for Mach-O Universal Binary Slices | Robert Widmann | 2019-05-25 | 1 | -0/+16 |
| * | Fix a typo | Alexander Kornienko | 2019-04-10 | 1 | -2/+2 |
| * | [LLVM-C] Add Section and Symbol Iterator Accessors for Object File Binaries | Robert Widmann | 2019-04-09 | 1 | -11/+63 |
| * | [LLVM-C] Allow Access to the Type of a Binary | Robert Widmann | 2019-04-07 | 1 | -0/+26 |
| * | [LLVM-C] Begin to Expose A More General Binary Interface | Robert Widmann | 2019-04-05 | 1 | -0/+39 |
| * | Update the file headers across all of the LLVM projects in the monorepo | Chandler Carruth | 2019-01-19 | 1 | -4/+4 |
| * | Reorganize the C API headers to improve build times. | Eric Christopher | 2015-12-18 | 1 | -1/+1 |
| * | Remove getRelocationAddress. | Rafael Espindola | 2015-07-06 | 1 | -1/+0 |
| * | Convert getFileOffset to getOffset and move it to its only user. | Rafael Espindola | 2014-04-21 | 1 | -1/+0 |
| * | include/llvm-c: Whitespace. | NAKAMURA Takumi | 2013-10-23 | 1 | -1/+0 |
| * | Move C++ code out of the C headers and into either C++ headers | Eric Christopher | 2013-04-22 | 1 | -46/+0 |
| * | Revert r178713 | Evan Cheng | 2013-04-04 | 1 | -6/+2 |
| * | Make it possible to include llvm-c without including C++ headers. Patch by Fi... | Evan Cheng | 2013-04-03 | 1 | -2/+6 |
| * | Organize LLVM C API docs into doxygen modules; add docs | Gregory Szorc | 2012-03-21 | 1 | -0/+10 |
| * | Fixed ObjectFile functions: | Danil Malyshev | 2011-11-29 | 1 | -1/+2 |
| * | Revert r145180 as it is causing test failures on all the bots. | Chandler Carruth | 2011-11-27 | 1 | -2/+1 |
| * | Fixed ObjectFile functions: | Danil Malyshev | 2011-11-27 | 1 | -1/+2 |
| * | Expose relocation accessors through the libObject C API. | Owen Anderson | 2011-10-27 | 1 | -0/+10 |
| * | Add relocation iterators to the libObject C API. | Owen Anderson | 2011-10-27 | 1 | -0/+20 |
| * | Use LLVMBool for a function that logically returns a boolean value. | Owen Anderson | 2011-10-21 | 1 | -1/+1 |
| * | Fix typo. | 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/+2 |
| * | Expand the coverage of the libObject C bindings to include more SectionRef ac... | Owen Anderson | 2011-10-21 | 1 | -2/+31 |
| * | Change relocation API to be per section. This time without breaking GCC. | Michael J. Spencer | 2011-10-07 | 1 | -4/+4 |
| * | Revert 141376 and 141377 due to breaking the build. | Bill Wendling | 2011-10-07 | 1 | -4/+4 |
| * | Change relocation API to be per section. | Michael J. Spencer | 2011-10-07 | 1 | -4/+4 |
| * | Add a set of C bindings for the Object interface. | Eric Christopher | 2011-04-03 | 1 | -0/+77 |