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
2010-03-09
Try to keep the cached inliner costs around for a bit longer for big functions.
Jakob Stoklund Olesen
2010-03-09
Revert r98089, it was breaking a clang test.
Jakob Stoklund Olesen
2010-03-09
Try to keep the cached inliner costs around for a bit longer for big functions.
Jakob Stoklund Olesen
2010-03-09
Add inlining threshold to log output.
Jakob Stoklund Olesen
2010-02-13
Enable the inlinehint attribute in the Inliner.
Jakob Stoklund Olesen
2010-02-06
Reintroduce the InlineHint function attribute.
Jakob Stoklund Olesen
2010-02-04
Increase inliner thresholds by 25.
Jakob Stoklund Olesen
2010-01-20
Move per-function inline threshold calculation to a method.
Jakob Stoklund Olesen
2010-01-05
Change errs() to dbgs().
David Greene
2009-11-12
use isInstructionTriviallyDead, as pointed out by Duncan
Chris Lattner
2009-11-12
implement a nice little efficiency hack in the inliner. Since we're now
Chris Lattner
2009-10-13
Move the InlineCost code from Transforms/Utils to Analysis.
Dan Gohman
2009-10-09
Use names instead of numbers for some of the magic
Dale Johannesen
2009-10-09
When considering whether to inline Callee into Caller,
Dale Johannesen
2009-10-04
Allow -inline-threshold override default threshold even if compiling to optim...
Evan Cheng
2009-08-31
comment and simplify some code.
Chris Lattner
2009-08-31
Fix PR4834, a tricky case where the inliner would resolve an
Chris Lattner
2009-08-31
Fix some nasty callgraph dangling pointer problems in
Chris Lattner
2009-08-28
finish a half formed thought :)
Chris Lattner
2009-08-27
Implement a new optimization in the inliner: if inlining multiple
Chris Lattner
2009-08-27
reduce header #include'age
Chris Lattner
2009-08-27
reduce inlining factor some stuff out to a static helper function,
Chris Lattner
2009-08-25
Allow multiple occurrences of -inline-threshold on
Dale Johannesen
2009-07-31
- Convert the rest of the DOUTs to DEBUG+errs().
Bill Wendling
2009-07-25
More migration to raw_ostream, the water has dried up around the iostream hole.
Daniel Dunbar
2009-07-24
Convert several more passes to use getAnalysisIfAvailable<TargetData>()
Dan Gohman
2009-07-18
Add line breaks to make the debug output a bit more readable.
Eli Friedman
2009-05-23
available_externall linkage is not local, this was confusing the codegenerator,
Torok Edwin
2009-03-23
Use a SmallPtrSet instead of std::set.
Dale Johannesen
2009-03-19
Clear the cached cost when removing a function in
Dale Johannesen
2009-01-15
Add the private linkage.
Rafael Espindola
2009-01-12
Enable recursive inlining. Reduce inlining threshold
Dale Johannesen
2009-01-11
Increase default inlining aggressiveness in partial
Dale Johannesen
2009-01-09
Adjustments to last patch based on review.
Dale Johannesen
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
[prev]
[next]