index
:
llvm
master
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
svn-tags/RELEASE_32
testing
http://llvm.org
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
Transforms
/
IPO
/
InlineSimple.cpp
Age
Commit message (
Expand
)
Author
2008-03-24
Increasing the inline limit from (overly conservative) 200 to 300. Given each...
Evan Cheng
2008-01-12
Allow clients to specify the inline threshold when creating
Chris Lattner
2007-12-29
Remove attribution from file headers, per discussion on llvmdev.
Chris Lattner
2007-11-22
Don't crash on bogus llvm.noinline. This is first part of PR1817 (preventing ...
Anton Korobeynikov
2007-07-27
Use SmallPtrSet.
Devang Patel
2007-07-25
Add BasicInliner interface.
Devang Patel
2007-06-25
fix Transforms/Inline/2007-06-25-WeakInline.ll by not inlining functions
Chris Lattner
2007-06-19
Inliner pass header file was moved.
Tanya Lattner
2007-06-07
Formating fixes.
Tanya Lattner
2007-06-06
Instruct the inliner to obey the noinline attribute. Add test case.
Tanya Lattner
2007-05-06
Fix PR1395, by passing the ID correctly
Chris Lattner
2007-05-06
Fix typo in comment.
Nick Lewycky
2007-05-03
Drop 'const'
Devang Patel
2007-05-02
Use 'static const char' instead of 'static const int'.
Devang Patel
2007-05-01
Do not use typeinfo to identify pass in pass manager.
Devang Patel
2007-02-05
Apply the VISIBILITY_HIDDEN field to the remaining anonymous classes in
Reid Spencer
2007-01-26
Inherit CallGraphSCCPass directly from Pass.
Devang Patel
2006-11-27
For PR950:
Reid Spencer
2006-11-02
For PR786:
Reid Spencer
2006-09-09
Make inlining costs more accurate.
Chris Lattner
2006-08-27
eliminate RegisterOpt. It does the same thing as RegisterPass.
Chris Lattner
2006-01-13
Permit inlining functions that contain dynamic allocations now that
Chris Lattner
2005-05-18
teach the inliner about coldcc and noreturn functions
Chris Lattner
2005-04-21
Remove trailing whitespace
Misha Brukman
2005-03-15
This mega patch converts us from using Function::a{iterator|begin|end} to
Chris Lattner
2004-11-22
Ignore debugger intrinsics when doing inlining size computations.
Chris Lattner
2004-11-09
Change this back so that I get stable numbers to reflect the change from the
Chris Lattner
2004-11-07
VERY large functions that are only called from one place are not really
Chris Lattner
2004-09-20
'Pass' should now not be derived from by clients. Instead, they should derive
Chris Lattner
2004-08-12
This patch makes the inliner refuse to inline functions that have alloca
Chris Lattner
2004-07-18
bug 122:
Reid Spencer
2004-04-08
Remove the "really gross hacks" that are there to deal with recursive functions.
Chris Lattner
2004-03-15
Restore old inlining heuristic. As the comment indicates, this is a nasty
Chris Lattner
2004-03-13
This change makes two big adjustments.
Chris Lattner
2003-11-21
Considering that CI is not even IN SCOPE here, I wooda thought the compiler
Chris Lattner
2003-11-21
* Finegrainify namespacification
Chris Lattner
2003-11-11
Put all LLVM code into the llvm namespace, as per bug 109.
Brian Gaeke
2003-10-20
Added LLVM project notice to the top of every C++ source file.
John Criswell
2003-10-20
Reorder for minor efficiency gain
Chris Lattner
2003-10-15
Decrease usage of use_size()
Chris Lattner
2003-10-10
Fix spelling.
Misha Brukman
2003-10-07
Fix bugzilla bug #5
Chris Lattner
2003-10-06
Speed up the predicate used to decide when to inline by caching the size
Chris Lattner
2003-08-31
Heavily refactor code:
Chris Lattner
2003-08-24
Inline invoke instructions as well as call instructions
Chris Lattner
2003-08-24
Big diff for a small change: delete inlined functions if all callees have
Chris Lattner
2003-08-01
DEBUG got moved to Support/Debug.h
Chris Lattner
2003-06-28
Allow the inlining limit to be controlled from the command line!
Chris Lattner
2003-05-29
* Separate all of the grunt work of inlining out into the Utils library.
Chris Lattner
2003-05-08
Don't inline functions that take variable numbers of arguments!
Chris Lattner
[next]