summaryrefslogtreecommitdiff
path: root/include/llvm/Transforms/IPO
AgeCommit message (Expand)AuthorFilesLines
2011-08-16Add a mechanism for optimisation plugins to register passes that all front en...David Chisnall1-1/+14
2011-08-02Move methods in PassManagerBuilder offline.Rafael Espindola1-236/+25
2011-08-02move PassManagerBuilder.h to IPO. This is a non intuitive place to put it,Rafael Espindola1-0/+331
2010-08-06Reapply r110396, with fixes to appease the Linux buildbot gods.Owen Anderson1-2/+2
2010-08-06Revert r110396 to fix buildbots.Owen Anderson1-2/+2
2010-08-05Don't use PassInfo* as a type identifier for passes. Instead, use the addres...Owen Anderson1-2/+2
2010-04-16introduce a new CallGraphSCC class, and pass it aroundChris Lattner1-2/+2
2010-03-09Try to keep the cached inliner costs around for a bit longer for big functions.Jakob Stoklund Olesen1-0/+4
2010-03-09Revert r98089, it was breaking a clang test.Jakob Stoklund Olesen1-4/+0
2010-03-09Try to keep the cached inliner costs around for a bit longer for big functions.Jakob Stoklund Olesen1-0/+4
2010-02-06Reintroduce the InlineHint function attribute.Jakob Stoklund Olesen1-3/+4
2010-01-20Move per-function inline threshold calculation to a method.Jakob Stoklund Olesen1-0/+6
2009-08-31Fix some nasty callgraph dangling pointer problems in Chris Lattner1-1/+1
2009-08-27Implement a new optimization in the inliner: if inlining multipleChris Lattner1-4/+0
2009-08-27reduce header #include'ageChris Lattner1-9/+9
2009-07-24Convert several more passes to use getAnalysisIfAvailable<TargetData>()Dan Gohman1-2/+2
2009-03-23Use a SmallPtrSet instead of std::set.Dale Johannesen1-2/+1
2009-03-19Clear the cached cost when removing a function inDale Johannesen1-0/+7
2009-01-09Adjustments to last patch based on review.Dale Johannesen1-0/+5
2008-11-05Do now allow InlineAlways pass to remove dead functions.Devang Patel1-0/+4
2008-10-30Add InlineCost class for represent the estimated cost of inlining aDaniel Dunbar1-1/+2
2008-10-29Factor shouldInline method out of Inliner.Daniel Dunbar1-1/+5
2008-09-04Tidy up several unbeseeming casts from pointer to intptr_t.Dan Gohman1-2/+2
2008-05-30Revert 51775.Evan Cheng1-2/+2
2008-05-30Patches for building llvm on Solaris x86. Contributed by Nathan Keynes.Evan Cheng1-2/+2
2008-03-24Increasing the inline limit from (overly conservative) 200 to 300. Given each...Evan Cheng1-0/+5
2008-01-12Allow clients to specify the inline threshold when creatingChris Lattner1-0/+1
2007-12-29Don't attribute in file headers anymore. See llvmdev for theChris Lattner1-2/+2
2007-08-01More explicit keywords.Dan Gohman1-1/+1
2007-06-19Move inliner pass header file.Tanya Lattner1-0/+64
2002-07-24Move contents of these files into IPO.hChris Lattner4-59/+0
2002-07-23Incorporate into IPO.hChris Lattner1-19/+0
2002-07-23*** empty log message ***Chris Lattner1-2/+3
2002-06-25*** empty log message ***Chris Lattner1-5/+0
2002-04-28Initial checkin of new "Internalize" pass for GCCLDChris Lattner1-0/+15
2002-03-28New file for new passChris Lattner1-0/+15
2002-02-26Change over to use new style pass mechanism, now passes only expose smallChris Lattner3-84/+8
2002-01-30Convert xforms over to use new pass structureChris Lattner3-2/+16
2002-01-21Moved headerChris Lattner1-1/+1
2002-01-21Implement a more powerful, simpler, pass system. This pass system can figureChris Lattner3-18/+28
2002-01-20Changes to build successfully with GCC 3.02Chris Lattner1-1/+1
2001-12-03Rename ConstPoolVal -> ConstantChris Lattner1-2/+2
2001-11-26Implement DCE of global valuesChris Lattner1-0/+21
2001-11-26Rearrange codeChris Lattner1-18/+8
2001-11-10Initail checking of structure swapperChris Lattner1-0/+35
2001-10-18move llvm/Transforms/Pass.h to the top level llvm/Pass.h fileChris Lattner1-1/+1
2001-10-18Initial CheckinChris Lattner1-0/+58