aboutsummaryrefslogtreecommitdiff
path: root/lib/Transforms/IPO/IPO.cpp
AgeCommit message (Expand)Author
2012-10-26Change the internalize pass to internalize all symbols when given an emptyRafael Espindola
2012-10-16Fix filename in file header.Craig Topper
2011-08-19C API functions must be able to see their extern "C" definitions, or it will ...Benjamin Kramer
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
2011-04-11remove the StructRetPromotion pass. It is unused, not maintained andChris Lattner
2011-01-16remove the partial specialization pass. It is unmaintained and has bugs.Chris Lattner
2010-10-07Add an initialization routine for libLLVMipo.aOwen Anderson
2010-04-09Adding IPSCCP and Internalize passes to the C-bindingsWesley Peck
2009-11-01Reverting 85714, 85715, 85716, which are breaking the buildDouglas Gregor
2009-11-01Remove the #include of Pass.h from PassManager.h. This breaks a significantDan Gohman
2009-10-24Auto-upgrade free instructions to calls to the builtin free function.Victor Hernandez
2009-03-06add a bunch more passes to the C bindings (PR3734), patch byChris Lattner