summaryrefslogtreecommitdiff
path: root/lib/Transforms/IPO/InlineSimple.cpp
Commit message (Expand)AuthorAge
...
* 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
* Change references to the Method class to be references to the FunctionChris Lattner2002-04-07
* s/Method/FunctionChris Lattner2002-03-29
* Change over to use new style pass mechanism, now passes only expose smallChris Lattner2002-02-26
* When inlining basic blocks and instructions, give them a name!Chris Lattner2002-02-25
* Move stuff out of the Optimizations directories into the appropriate TransformsChris Lattner2002-01-21
* Changes to build successfully with GCC 3.02Chris Lattner2002-01-20
* Rename ConstPoolVal -> ConstantChris Lattner2001-12-03
* Split the PHINode class out from the iOther.h file into the iPHINode.h fileChris Lattner2001-12-03
* Fix bug when inlining a method that refers to a global variableChris Lattner2001-10-31
* Convert optimizations to the pass infrastructureChris Lattner2001-10-18
* Minor cleanupChris Lattner2001-10-14
* Support indirect callsChris Lattner2001-10-13
* Commit more code over to new cast styleChris Lattner2001-10-02
* Convert more code to use new style castsChris Lattner2001-10-01
* Constant pool is deadChris Lattner2001-09-07
* Support external methodsChris Lattner2001-07-15
* Broad superficial changes:Chris Lattner2001-07-07
* Changed the fundemental architecture of Operands for Instructions. NowChris Lattner2001-07-07
* Optimizations got their own header filesChris Lattner2001-06-30
* Miscellaneous cleanups:Chris Lattner2001-06-27
* Updates to supportChris Lattner2001-06-11
* Initial revisionChris Lattner2001-06-06