Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add initialization routines for Analysis and IPA. | Owen Anderson | 2010-10-07 | 1 | -0/+56 |
| | | | | llvm-svn: 115946 | ||||
* | "In order to ease automatic bindings generation, it would be helpful if ↵ | Chris Lattner | 2010-01-09 | 1 | -4/+4 |
| | | | | | | | | 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 | ||||
* | Tidy #includes. | Dan Gohman | 2009-08-11 | 1 | -1/+0 |
| | | | | llvm-svn: 78677 | ||||
* | Expose Function::viewCFG and Function::viewCFGOnly to bindings. | Erick Tryzelaar | 2008-03-31 | 1 | -0/+9 |
| | | | | llvm-svn: 48982 | ||||
* | Unbreak build with gcc 4.3: provide missed includes and silence most ↵ | Anton Korobeynikov | 2008-02-20 | 1 | -0/+1 |
| | | | | | | annoying warnings. llvm-svn: 47367 | ||||
* | Remove attribution from file headers, per discussion on llvmdev. | Chris Lattner | 2007-12-29 | 1 | -2/+2 |
| | | | | llvm-svn: 45418 | ||||
* | Adding bindings for memory buffers and module providers. Switching | Gordon Henriksen | 2007-12-19 | 1 | -4/+0 |
| | | | | | | to exceptions rather than variants for error handling in Ocaml. llvm-svn: 45226 | ||||
* | Bindings for the verifier. | Gordon Henriksen | 2007-10-06 | 1 | -0/+38 |
llvm-svn: 42707 |