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
/
Utils
/
InlineCost.cpp
Age
Commit message (
Expand
)
Author
2008-11-05
Check Attribute::NoInline.
Devang Patel
2008-10-30
Add InlineCost class for represent the estimated cost of inlining a
Daniel Dunbar
2008-09-29
Rename isWeakForLinker to mayBeOverridden. Use it
Duncan Sands
2008-09-26
Implement function notes as function attributes.
Devang Patel
2008-09-25
Large mechanical patch.
Devang Patel
2008-09-24
Put FN_NOTE_AlwaysInline and others in FnAttr namespace.
Devang Patel
2008-09-23
Move FN_NOTE_AlwaysInline and other out of ParamAttrs namespace.
Devang Patel
2008-09-23
Use parameter attribute store (soon to be renamed) for
Devang Patel
2008-09-22
Add hasNote() to check note associated with a function.
Devang Patel
2008-09-03
Handle "always inline" note during inline cost analysis.
Devang Patel
2008-07-17
Inliner tweak. Function calls should cost more than one instruction!
Evan Cheng
2008-07-14
Reapply r53540, now with the matching header!
Chris Lattner
2008-07-14
Revert r53540 - it does not compile.
Duncan Sands
2008-07-14
If a function calls setjmp, never inline it into other functions. This is
Chris Lattner
2008-07-14
simplify some code, shuffle and insertelt always return a vector.
Chris Lattner
2008-04-24
Adjust inline cost computation to be less aggressive.
Evan Cheng
2008-04-01
1. Drop default inline threshold back down to 200.
Evan Cheng
2008-03-24
Increasing the inline limit from (overly conservative) 200 to 300. Given each...
Evan Cheng
2008-03-20
80 col violation.
Evan Cheng
2007-12-29
Remove attribution from file headers, per discussion on llvmdev.
Chris Lattner
2007-09-17
Fix comment.
Devang Patel
2007-07-27
Use SmallPtrSet.
Devang Patel
2007-07-25
Add BasicInliner interface.
Devang Patel