Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add LLVMAddLowerExpectIntrinsicPass to the C API. | Rafael Espindola | 2011-07-25 | 1 | -0/+3 |
| | | | | llvm-svn: 135966 | ||||
* | Add the alias analysis to the C api. | Rafael Espindola | 2011-04-13 | 1 | -0/+7 |
| | | | | llvm-svn: 129447 | ||||
* | Expose more passes to the C API. | Rafael Espindola | 2011-04-07 | 1 | -0/+12 |
| | | | | llvm-svn: 129087 | ||||
* | remove dead prototype, PR8351 | Chris Lattner | 2010-10-11 | 1 | -3/+0 |
| | | | | llvm-svn: 116209 | ||||
* | Whoops this already existed. | Nate Begeman | 2010-03-11 | 1 | -3/+0 |
| | | | | llvm-svn: 98297 | ||||
* | Add a handful of additional useful pass manager things to the C API | Nate Begeman | 2010-03-11 | 1 | -0/+10 |
| | | | | llvm-svn: 98296 | ||||
* | remove the now dead condprop pass, PR3906. | Chris Lattner | 2009-11-11 | 1 | -3/+0 |
| | | | | llvm-svn: 86810 | ||||
* | add a bunch more passes to the C bindings (PR3734), patch by | Chris Lattner | 2009-03-06 | 1 | -9/+57 |
| | | | | | | Lennart Augustsson! llvm-svn: 66272 | ||||
* | C and Objective Caml bindings for mem2reg and reg2mem. | Gordon Henriksen | 2008-03-20 | 1 | -0/+6 |
| | | | | | | Patch by Erick Tryzelaar. llvm-svn: 48602 | ||||
* | C and Objective Caml bindings for several scalar transforms. | Gordon Henriksen | 2008-03-16 | 1 | -0/+47 |
Patch originally by Erick Tryzelaar, but has been modified somewhat. llvm-svn: 48419 |