aboutsummaryrefslogtreecommitdiff
path: root/include/llvm-c/Transforms
AgeCommit message (Expand)Author
2011-07-26Add LLVMAddAlwaysInlinerPass to the C API.Rafael Espindola
2011-07-26LLVM 3.0 is here, remove old do nothing method.Rafael Espindola
2011-07-25Add LLVMAddLowerExpectIntrinsicPass to the C API.Rafael Espindola
2011-07-09Land the long talked about "type system rewrite" patch. ThisChris Lattner
2011-04-13Add the alias analysis to the C api.Rafael Espindola
2011-04-07Expose more passes to the C API.Rafael Espindola
2010-10-11remove dead prototype, PR8351Chris Lattner
2010-04-09Adding IPSCCP and Internalize passes to the C-bindingsWesley Peck
2010-03-11Whoops this already existed.Nate Begeman
2010-03-11Add a handful of additional useful pass manager things to the C APINate Begeman
2009-11-11remove the now dead condprop pass, PR3906.Chris Lattner
2009-10-24Auto-upgrade free instructions to calls to the builtin free function.Victor Hernandez
2009-03-06fix header comment and include guard.Chris Lattner
2009-03-06add a bunch more passes to the C bindings (PR3734), patch byChris Lattner
2008-03-20C and Objective Caml bindings for mem2reg and reg2mem.Gordon Henriksen
2008-03-16C and Objective Caml bindings for several scalar transforms.Gordon Henriksen