aboutsummaryrefslogtreecommitdiff
path: root/include/llvm-c/Transforms
AgeCommit message (Expand)Author
2013-04-22Move C++ code out of the C headers and into either C++ headersEric Christopher
2013-04-11Rename the C function to create a SLPVectorizerPass to something sane and exp...Benjamin Kramer
2013-04-04Revert r178713Evan Cheng
2013-04-03Make it possible to include llvm-c without including C++ headers. Patch by Fi...Evan Cheng
2013-03-10Use LLVMBool instead of 'bool' in the C API. Based on a patch by Peter Zotov!Nick Lewycky
2013-01-10Fix include guards so they exactly match file names.Jakub Staszak
2012-10-20Symbol hygiene: Make sure declarations and definitions match, make helper fun...Benjamin Kramer
2012-03-21Organize LLVM C API docs into doxygen modules; add docsGregory Szorc
2012-02-01A few of the changes suggested in code review (by Nick Lewycky)Hal Finkel
2012-02-01Add a basic-block autovectorization pass.Hal Finkel
2011-08-09Add missing file.Rafael Espindola
2011-08-03Remove the LowerSetJmp pass. It wasn't used effectively by any of the targets.Bill Wendling
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