summaryrefslogtreecommitdiff
path: root/lib/Transforms/IPO/InlineSimple.cpp
Commit message (Expand)AuthorAge
* Add parentheses to make code more readable.Devang Patel2008-09-03
* Check noinline note and ignore other notes.Devang Patel2008-09-03
* Handle "noinline" note inside the simple inliner.Devang Patel2008-09-03
* Clean up the use of static and anonymous namespaces. This turned upDan Gohman2008-05-13
* Increasing the inline limit from (overly conservative) 200 to 300. Given each...Evan Cheng2008-03-24
* Allow clients to specify the inline threshold when creatingChris Lattner2008-01-12
* Remove attribution from file headers, per discussion on llvmdev.Chris Lattner2007-12-29
* Don't crash on bogus llvm.noinline. This is first part of PR1817 (preventing ...Anton Korobeynikov2007-11-22
* Use SmallPtrSet.Devang Patel2007-07-27
* Add BasicInliner interface. Devang Patel2007-07-25
* fix Transforms/Inline/2007-06-25-WeakInline.ll by not inlining functionsChris Lattner2007-06-25
* Inliner pass header file was moved.Tanya Lattner2007-06-19
* Formating fixes.Tanya Lattner2007-06-07
* Instruct the inliner to obey the noinline attribute. Add test case.Tanya Lattner2007-06-06
* Fix PR1395, by passing the ID correctlyChris Lattner2007-05-06
* Fix typo in comment.Nick Lewycky2007-05-06
* Drop 'const'Devang Patel2007-05-03
* Use 'static const char' instead of 'static const int'.Devang Patel2007-05-02
* Do not use typeinfo to identify pass in pass manager.Devang Patel2007-05-01
* Apply the VISIBILITY_HIDDEN field to the remaining anonymous classes inReid Spencer2007-02-05
* Inherit CallGraphSCCPass directly from Pass.Devang Patel2007-01-26
* For PR950:Reid Spencer2006-11-27
* For PR786:Reid Spencer2006-11-02
* Make inlining costs more accurate.Chris Lattner2006-09-09
* eliminate RegisterOpt. It does the same thing as RegisterPass.Chris Lattner2006-08-27
* 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