| 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 |
| * | Update the file headers across all of the LLVM projects in the monorepo | Chandler Carruth | 2019-01-19 | 1 | -4/+4 |
| * | Deprecate a few C APIs. | Rafael Espindola | 2015-12-18 | 1 | -2/+24 |
| * | clang-format to reduce diff in another patch. | Rafael Espindola | 2015-12-18 | 1 | -4/+3 |
| * | Reorganize the C API headers to improve build times. | Eric Christopher | 2015-12-18 | 1 | -1/+1 |
| * | Drop function that are deprecated since 2010. | Rafael Espindola | 2015-12-17 | 1 | -12/+0 |
| * | Canonicalize header guards into a common format. | Benjamin Kramer | 2014-08-13 | 1 | -2/+2 |
| * | include/llvm-c: Whitespace. | NAKAMURA Takumi | 2013-10-23 | 1 | -2/+2 |
| * | Organize LLVM C API docs into doxygen modules; add docs | Gregory Szorc | 2012-03-21 | 1 | -0/+10 |
| * | Add Module functions in place of module providers. | Erick Tryzelaar | 2010-03-02 | 1 | -6/+16 |
| * | "In order to ease automatic bindings generation, it would be helpful if boole... | Chris Lattner | 2010-01-09 | 1 | -13/+13 |
| * | Change llvm-c's ordering of contexts to make it consistent. | Erick Tryzelaar | 2009-08-11 | 1 | -4/+4 |
| * | Restore other bits of the C API that I tore up. All pre-existing APIs defaul... | Owen Anderson | 2009-07-02 | 1 | -2/+10 |
| * | Add a pointer to the owning LLVMContext to Module. This requires threading L... | Owen Anderson | 2009-07-01 | 1 | -1/+2 |
| * | Don't attribute in file headers anymore. See llvmdev for the | Chris Lattner | 2007-12-29 | 1 | -2/+2 |
| * | Adding bindings for memory buffers and module providers. Switching | Gordon Henriksen | 2007-12-19 | 1 | -15/+12 |
| * | Add (very basic) bindings for ModuleProvider. | Gordon Henriksen | 2007-12-12 | 1 | -0/+7 |
| * | Adding Ocaml bindings for the bitreader as requested by Sarah | Gordon Henriksen | 2007-12-11 | 1 | -0/+43 |