aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/Transforms/IPO.h
Commit message (Expand)AuthorAgeFilesLines
* Add an early implementation of a partial inlining pass. The idea behind thisOwen Anderson2009-06-141-0/+5
* Add helper pass to remove llvm.dbg.declare intrinsics.Devang Patel2009-03-091-2/+7
* Rename AddReadAttrs to FunctionAttrs, and teach it howDuncan Sands2008-12-311-2/+4
* Add new helper pass that strips all symbol names except debugging information.Devang Patel2008-11-181-0/+7
* Undo previous check-in.Devang Patel2008-11-111-7/+0
* Add utility pass to remove dbg info.Devang Patel2008-11-111-0/+7
* Add a new MergeFunctions pass. It finds identical functions and merges them.Nick Lewycky2008-11-021-3/+9
* Add a new pass AddReadAttrs which works out which functionsDuncan Sands2008-09-191-0/+6
* Initial version of a Partial Specialization IPO pass. It triggers a couple h...Andrew Lenharth2008-09-031-0/+6
* Add missing decls.Devang Patel2008-09-031-0/+5
* Add missing semicolumn in my last commit.Matthijs Kooijman2008-06-261-1/+1
* Improve comments wrt createInternalize.Matthijs Kooijman2008-06-261-2/+7
* Rename a few variables to be more consistent.Matthijs Kooijman2008-06-241-1/+1
* Simplify internalize pass. Add test case.Devang Patel2008-05-141-4/+9
* Delete the IPO simplify-libcalls and completely reimplement it asChris Lattner2008-05-011-5/+0
* Allow argpromote to promote struct arguments with a specified numberChris Lattner2008-04-191-2/+3
* FunctionExtractorPass has been superceded by GVExtractorPassAndrew Lenharth2008-03-211-8/+0
* add a pass that can extract all kinds of global values, not just functions. ...Andrew Lenharth2008-03-071-0/+9
* Add pass to promote sret.Devang Patel2008-02-291-0/+1
* Allow clients to specify the inline threshold when creatingChris Lattner2008-01-121-0/+1
* Don't attribute in file headers anymore. See llvmdev for theChris Lattner2007-12-291-2/+2
* Deleting redundant copy of block extractor pass. See also PR1775.Gordon Henriksen2007-11-051-1/+1
* It's not necessary to do rounding for alloca operations when the requestedDan Gohman2007-07-181-0/+173