summaryrefslogtreecommitdiff
path: root/lib/Transforms/IPO/InlineSimple.cpp
Commit message (Expand)AuthorAge
...
* Permit inlining functions that contain dynamic allocations now thatChris Lattner2006-01-13
* teach the inliner about coldcc and noreturn functionsChris Lattner2005-05-18
* Remove trailing whitespaceMisha Brukman2005-04-21
* This mega patch converts us from using Function::a{iterator|begin|end} toChris Lattner2005-03-15
* Ignore debugger intrinsics when doing inlining size computations.Chris Lattner2004-11-22
* Change this back so that I get stable numbers to reflect the change from theChris Lattner2004-11-09
* VERY large functions that are only called from one place are not reallyChris Lattner2004-11-07
* 'Pass' should now not be derived from by clients. Instead, they should deriveChris Lattner2004-09-20
* This patch makes the inliner refuse to inline functions that have allocaChris Lattner2004-08-12
* bug 122:Reid Spencer2004-07-18
* Remove the "really gross hacks" that are there to deal with recursive functions.Chris Lattner2004-04-08
* Restore old inlining heuristic. As the comment indicates, this is a nastyChris Lattner2004-03-15
* This change makes two big adjustments.Chris Lattner2004-03-13
* Considering that CI is not even IN SCOPE here, I wooda thought the compilerChris Lattner2003-11-21
* * Finegrainify namespacificationChris Lattner2003-11-21
* Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke2003-11-11
* Added LLVM project notice to the top of every C++ source file.John Criswell2003-10-20
* Reorder for minor efficiency gainChris Lattner2003-10-20
* Decrease usage of use_size()Chris Lattner2003-10-15
* Fix spelling.Misha Brukman2003-10-10
* Fix bugzilla bug #5Chris Lattner2003-10-07
* Speed up the predicate used to decide when to inline by caching the sizeChris Lattner2003-10-06
* Heavily refactor code:Chris Lattner2003-08-31
* Inline invoke instructions as well as call instructionsChris Lattner2003-08-24
* Big diff for a small change: delete inlined functions if all callees haveChris Lattner2003-08-24
* DEBUG got moved to Support/Debug.hChris Lattner2003-08-01
* Allow the inlining limit to be controlled from the command line!Chris Lattner2003-06-28
* * Separate all of the grunt work of inlining out into the Utils library.Chris Lattner2003-05-29
* Don't inline functions that take variable numbers of arguments!Chris Lattner2003-05-08
* Remove using declChris Lattner2003-05-08
* Remove unnecesary &*'sChris Lattner2003-04-23
* Fix references to functionsChris Lattner2003-01-13
* Minor changes to cloning interfaceChris Lattner2002-11-19
* Rework inline pass to use cloning infrastructure to do the dirty workChris Lattner2002-11-19
* Start using the new function cloning headerChris Lattner2002-11-19
* Updates to work with recent Statistic's changes:Chris Lattner2002-10-01
* Don't insert a PHI node to merge "returns" from an inlined function if thereChris Lattner2002-09-22
* Fix FunctionInlining pass assertion failure:Chris Lattner2002-09-16
* Clean up code due to auto-insert constructorsChris Lattner2002-09-10
* * Add support for different "PassType's"Chris Lattner2002-07-26
* * Remove getPassName implementationChris Lattner2002-07-23
* MEGAPATCH checkin.Chris Lattner2002-06-25
* Add support for printing out statistics information when -stats is added toChris Lattner2002-05-10
* Eliminate duplicate or unneccesary #include'sChris Lattner2002-04-29
* Add new optional getPassName() virtual function that a Pass can overrideChris Lattner2002-04-29
* s/Method/FunctionChris Lattner2002-04-27
* * Rename MethodPass class to FunctionPassChris Lattner2002-04-27
* Add a fixme so that we don't forget this is broken.Chris Lattner2002-04-18
* Move FunctionArgument out of iOther.h into Argument.h and rename class toChris Lattner2002-04-09
* s/Method/FunctionChris Lattner2002-04-08