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
/
Inliner.cpp
Age
Commit message (
Expand
)
Author
2008-11-21
Fix error where it wasn't getting the correct caller function.
Bill Wendling
2008-11-21
If the function being inlined has a higher stack protection level than the
Bill Wendling
2008-11-05
Do now allow InlineAlways pass to remove dead functions.
Devang Patel
2008-10-30
Add InlineCost class for represent the estimated cost of inlining a
Daniel Dunbar
2008-10-29
Factor shouldInline method out of Inliner.
Daniel Dunbar
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-05
Use removeAllCalledFunctions rather than removing
Duncan Sands
2008-09-04
Tidy up several unbeseeming casts from pointer to intptr_t.
Dan Gohman
2008-09-03
Update inline threshold for current function if the notes say, optimize for s...
Devang Patel
2008-09-03
Handle "always inline" note during inline cost analysis.
Devang Patel
2008-09-03
Handle "noinline" note inside the simple inliner.
Devang Patel
2008-09-02
s/FP_AlwaysInline/FN_NOTE_AlwaysInline/g
Devang Patel
2008-09-02
respect inline=never and inline=always notes.
Devang Patel
2008-05-13
Clean up the use of static and anonymous namespaces. This turned up
Dan Gohman
2008-05-06
Make several variable declarations static.
Dan Gohman
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-01
allow specified inline threshold to be negative, as the value is
Chris Lattner
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-10-03
Use empty() member functions when that's what's being tested for instead
Dan Gohman
2007-06-19
Inliner pass header file was moved.
Tanya Lattner
2007-05-06
Fix PR1395, by passing the ID correctly
Chris Lattner
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-01-30
the inliner pass now passes targetdata down through the inliner api's
Chris Lattner
2007-01-30
For PR1136: Rename GlobalVariable::isExternal as isDeclaration to avoid
Reid Spencer
2006-12-19
Eliminate static ctors due to Statistic objects
Chris Lattner
2006-12-06
Detemplatize the Statistic class. The only type it is instantiated with
Chris Lattner
2006-11-26
Replace #include <iostream> with llvm_* streams.
Bill Wendling
2006-11-09
second patch to fix PR992/993.
Chris Lattner
2006-11-09
Minimal patch to fix PR992/PR993
Chris Lattner
2006-11-02
For PR786:
Reid Spencer
2006-07-12
Change the callgraph representation to store the callsite along with the
Chris Lattner
2006-05-12
Remove some dead variables.
Chris Lattner
2006-01-22
Make iostream #inclusion explicit
Chris Lattner
2006-01-14
Let the inliner update the callgraph to reflect the changes it makes, instead
Chris Lattner
2006-01-13
Fix 80 column violations
Chris Lattner
2005-04-21
Remove trailing whitespace
Misha Brukman
2004-09-18
Fix the inliner to always delete any edges from the external call node to
Chris Lattner
2004-09-01
Changes For Bug 352
Reid Spencer
2004-08-08
Fix another really nasty regression that Anshu pointed out. In cases where
Chris Lattner
2004-07-29
Fix #includes of i*.h => Instructions.h as per PR403.
Misha Brukman
2004-07-18
Fix a performance regression from the CPR patch, simplify code
Chris Lattner
[next]