aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Transforms/IPO/InlineSimple.cpp
Commit message (Expand)AuthorAgeFilesLines
* This patch makes the inliner refuse to inline functions that have allocaChris Lattner2004-08-121-25/+57
* bug 122:Reid Spencer2004-07-181-3/+2
* Remove the "really gross hacks" that are there to deal with recursive functions.Chris Lattner2004-04-081-7/+1
* Restore old inlining heuristic. As the comment indicates, this is a nastyChris Lattner2004-03-151-1/+8
* This change makes two big adjustments.Chris Lattner2004-03-131-11/+49
* Considering that CI is not even IN SCOPE here, I wooda thought the compilerChris Lattner2003-11-211-1/+1
* * Finegrainify namespacificationChris Lattner2003-11-211-30/+99
* Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke2003-11-111-0/+4
* Added LLVM project notice to the top of every C++ source file.John Criswell2003-10-201-0/+7
* Reorder for minor efficiency gainChris Lattner2003-10-201-1/+1
* Decrease usage of use_size()Chris Lattner2003-10-151-1/+1
* Fix spelling.Misha Brukman2003-10-101-1/+1
* Fix bugzilla bug #5Chris Lattner2003-10-071-1/+6
* Speed up the predicate used to decide when to inline by caching the sizeChris Lattner2003-10-061-13/+28
* Heavily refactor code:Chris Lattner2003-08-311-127/+27
* Inline invoke instructions as well as call instructionsChris Lattner2003-08-241-13/+18
* Big diff for a small change: delete inlined functions if all callees haveChris Lattner2003-08-241-21/+32
* DEBUG got moved to Support/Debug.hChris Lattner2003-08-011-1/+2
* Allow the inlining limit to be controlled from the command line!Chris Lattner2003-06-281-1/+5
* * Separate all of the grunt work of inlining out into the Utils library.Chris Lattner2003-05-291-169/+127
* Don't inline functions that take variable numbers of arguments!Chris Lattner2003-05-081-3/+4
* Remove using declChris Lattner2003-05-081-2/+1
* Remove unnecesary &*'sChris Lattner2003-04-231-1/+1
* Fix references to functionsChris Lattner2003-01-131-6/+8
* Minor changes to cloning interfaceChris Lattner2002-11-191-4/+9
* Rework inline pass to use cloning infrastructure to do the dirty workChris Lattner2002-11-191-112/+38
* Start using the new function cloning headerChris Lattner2002-11-191-1/+2
* Updates to work with recent Statistic's changes:Chris Lattner2002-10-011-3/+2
* Don't insert a PHI node to merge "returns" from an inlined function if thereChris Lattner2002-09-221-1/+12
* Fix FunctionInlining pass assertion failure:Chris Lattner2002-09-161-1/+1
* Clean up code due to auto-insert constructorsChris Lattner2002-09-101-4/+3
* * Add support for different "PassType's"Chris Lattner2002-07-261-1/+1
* * Remove getPassName implementationChris Lattner2002-07-231-1/+1
* MEGAPATCH checkin.Chris Lattner2002-06-251-55/+38
* Add support for printing out statistics information when -stats is added toChris Lattner2002-05-101-0/+4
* Eliminate duplicate or unneccesary #include'sChris Lattner2002-04-291-1/+0
* Add new optional getPassName() virtual function that a Pass can overrideChris Lattner2002-04-291-0/+1
* s/Method/FunctionChris Lattner2002-04-271-1/+1
* * Rename MethodPass class to FunctionPassChris Lattner2002-04-271-10/+10
* Add a fixme so that we don't forget this is broken.Chris Lattner2002-04-181-0/+3
* Move FunctionArgument out of iOther.h into Argument.h and rename class toChris Lattner2002-04-091-0/+1
* s/Method/FunctionChris Lattner2002-04-081-2/+1
* Change references to the Method class to be references to the FunctionChris Lattner2002-04-071-45/+42
* s/Method/FunctionChris Lattner2002-03-291-3/+3
* Change over to use new style pass mechanism, now passes only expose smallChris Lattner2002-02-261-1/+15
* When inlining basic blocks and instructions, give them a name!Chris Lattner2002-02-251-0/+4
* Move stuff out of the Optimizations directories into the appropriate TransformsChris Lattner2002-01-211-10/+7
* Changes to build successfully with GCC 3.02Chris Lattner2002-01-201-6/+7
* Rename ConstPoolVal -> ConstantChris Lattner2001-12-031-1/+1
* Split the PHINode class out from the iOther.h file into the iPHINode.h fileChris Lattner2001-12-031-0/+1