Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | "In order to ease automatic bindings generation, it would be helpful if ↵ | Chris Lattner | 2010-01-09 | 1 | -3/+3 |
| | | | | | | | | boolean values were distinguishable from integers. The attached patch introduces "typedef int LLVMBool;", and uses LLVMBool instead of int throughout the C API, wherever a boolean value is called for." Patch by James Y Knight! llvm-svn: 93079 | ||||
* | Expose Function::viewCFG and Function::viewCFGOnly to bindings. | Erick Tryzelaar | 2008-03-31 | 1 | -0/+4 |
| | | | | llvm-svn: 48982 | ||||
* | Don't attribute in file headers anymore. See llvmdev for the | Chris Lattner | 2007-12-29 | 1 | -2/+2 |
| | | | | | | discussion of this change. Boy are my fingers tired. ;-) llvm-svn: 45411 | ||||
* | Adding bindings for memory buffers and module providers. Switching | Gordon Henriksen | 2007-12-19 | 1 | -4/+2 |
| | | | | | | to exceptions rather than variants for error handling in Ocaml. llvm-svn: 45226 | ||||
* | Bindings for the verifier. | Gordon Henriksen | 2007-10-06 | 1 | -0/+53 |
llvm-svn: 42707 |