aboutsummaryrefslogtreecommitdiff
path: root/include/llvm-c/Transforms/IPO.h
AgeCommit message (Expand)Author
2012-03-21Organize LLVM C API docs into doxygen modules; add docsGregory Szorc
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-09Land the long talked about "type system rewrite" patch. ThisChris Lattner
2010-04-09Adding IPSCCP and Internalize passes to the C-bindingsWesley Peck
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