summaryrefslogtreecommitdiff
path: root/include/llvm-c/Transforms
Commit message (Expand)AuthorAge
* Symbol hygiene: Make sure declarations and definitions match, make helper fun...Benjamin Kramer2012-10-20
* Organize LLVM C API docs into doxygen modules; add docsGregory Szorc2012-03-21
* A few of the changes suggested in code review (by Nick Lewycky)Hal Finkel2012-02-01
* Add a basic-block autovectorization pass.Hal Finkel2012-02-01
* Add missing file.Rafael Espindola2011-08-09
* Remove the LowerSetJmp pass. It wasn't used effectively by any of the targets.Bill Wendling2011-08-03
* Add LLVMAddAlwaysInlinerPass to the C API.Rafael Espindola2011-07-26
* LLVM 3.0 is here, remove old do nothing method.Rafael Espindola2011-07-26
* Add LLVMAddLowerExpectIntrinsicPass to the C API.Rafael Espindola2011-07-25
* Land the long talked about "type system rewrite" patch. ThisChris Lattner2011-07-09
* Add the alias analysis to the C api.Rafael Espindola2011-04-13
* Expose more passes to the C API.Rafael Espindola2011-04-07
* remove dead prototype, PR8351Chris Lattner2010-10-11
* Adding IPSCCP and Internalize passes to the C-bindingsWesley Peck2010-04-09
* Whoops this already existed.Nate Begeman2010-03-11
* Add a handful of additional useful pass manager things to the C APINate Begeman2010-03-11
* remove the now dead condprop pass, PR3906.Chris Lattner2009-11-11
* Auto-upgrade free instructions to calls to the builtin free function.Victor Hernandez2009-10-24
* fix header comment and include guard.Chris Lattner2009-03-06
* add a bunch more passes to the C bindings (PR3734), patch byChris Lattner2009-03-06
* C and Objective Caml bindings for mem2reg and reg2mem.Gordon Henriksen2008-03-20
* C and Objective Caml bindings for several scalar transforms.Gordon Henriksen2008-03-16