index
:
emscripten-fastcomp
master
LLVM with the emscripten fastcomp javascript backend
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
llvm
/
Transforms
/
IPO
/
InlinerPass.h
Age
Commit message (
Expand
)
Author
2013-01-07
Move CallGraphSCCPass.h into the Analysis tree; that's where the
Chandler Carruth
2012-12-04
Add 'using' declarations to suppress -Woverloaded-virtual warnings.
Matt Beaumont-Gay
2012-10-08
Move TargetData to DataLayout.
Micah Villmow
2012-03-31
Remove a bunch of empty, dead, and no-op methods from all of these
Chandler Carruth
2012-03-31
Initial commit for the rewrite of the inline cost analysis to operate
Chandler Carruth
2012-03-16
Start removing the use of an ad-hoc 'never inline' set and instead
Chandler Carruth
2012-02-25
Add support for disabling llvm.lifetime intrinsics in the AlwaysInliner. These
Chad Rosier
2010-08-06
Reapply r110396, with fixes to appease the Linux buildbot gods.
Owen Anderson
2010-08-06
Revert r110396 to fix buildbots.
Owen Anderson
2010-08-05
Don't use PassInfo* as a type identifier for passes. Instead, use the addres...
Owen Anderson
2010-04-16
introduce a new CallGraphSCC class, and pass it around
Chris Lattner
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-02-06
Reintroduce the InlineHint function attribute.
Jakob Stoklund Olesen
2010-01-20
Move per-function inline threshold calculation to a method.
Jakob Stoklund Olesen
2009-08-31
Fix some nasty callgraph dangling pointer problems in
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-07-24
Convert several more passes to use getAnalysisIfAvailable<TargetData>()
Dan Gohman
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-09
Adjustments to last patch based on review.
Dale Johannesen
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-04
Tidy up several unbeseeming casts from pointer to intptr_t.
Dan Gohman
2008-05-30
Revert 51775.
Evan Cheng
2008-05-30
Patches for building llvm on Solaris x86. Contributed by Nathan Keynes.
Evan Cheng
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
Don't attribute in file headers anymore. See llvmdev for the
Chris Lattner
2007-08-01
More explicit keywords.
Dan Gohman
2007-06-19
Move inliner pass header file.
Tanya Lattner