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
/
BasicInliner.cpp
Age
Commit message (
Expand
)
Author
2010-07-28
simplify
Gabor Greif
2010-04-22
refactor the interface to InlineFunction so that most of the in/out
Chris Lattner
2010-01-05
Change errs() to dbgs().
David Greene
2009-10-25
Remove VISIBILITY_HIDDEN from class/struct found inside anonymous namespaces.
Nick Lewycky
2009-08-23
eliminate the "Value" printing methods that print to a std::ostream.
Chris Lattner
2009-05-23
available_externall linkage is not local, this was confusing the codegenerator,
Torok Edwin
2009-02-23
Changed option name from inline-threshold to basic-inline-threshold because
Mon P Wang
2009-01-15
Add the private linkage.
Rafael Espindola
2008-10-31
Fix warning.
Daniel Dunbar
2008-10-30
Add InlineCost class for represent the estimated cost of inlining a
Daniel Dunbar
2008-10-28
Assorted comment/naming fixes, 80-col violations, and reindentation.
Daniel Dunbar
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
2007-12-29
Remove attribution from file headers, per discussion on llvmdev.
Chris Lattner
2007-07-27
Use SmallPtrSet.
Devang Patel
2007-07-25
Add BasicInliner interface.
Devang Patel