Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 | ||||
* | Auto-upgrade free instructions to calls to the builtin free function. | Victor Hernandez | 2009-10-24 | 1 | -1/+1 |
| | | | | | | | Update all analysis passes and transforms to treat free calls just like FreeInst. Remove RaiseAllocations and all its tests since FreeInst no longer needs to be raised. llvm-svn: 84987 | ||||
* | fix header comment and include guard. | Chris Lattner | 2009-03-06 | 1 | -9/+5 |
| | | | | llvm-svn: 66273 | ||||
* | add a bunch more passes to the C bindings (PR3734), patch by | Chris Lattner | 2009-03-06 | 2 | -9/+131 |
| | | | | | | 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 |