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
/
lib
/
Transforms
/
Utils
/
BasicInliner.cpp
Age
Commit message (
Expand
)
Author
2011-10-20
Refactor code from inlining and globalopt that checks whether a function defi...
Eli Friedman
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