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
/
Analysis
/
InlineCost.cpp
Age
Commit message (
Expand
)
Author
2010-01-14
Pad my commit stats by reducing indentation in this now separate
Eric Christopher
2010-01-14
Few minor changes that were requested. No functional change.
Eric Christopher
2010-01-14
Small tweak to inline cost computation. Ext of i/fcmp results are mostly opti...
Evan Cheng
2010-01-14
Reduce the inlining cost of functions that contain calls to easily,
Eric Christopher
2009-11-01
Add a missing closing parenthesis, and tweak to fit in 80
Duncan Sands
2009-11-01
add a comment about why we don't allow inlining indbr.
Chris Lattner
2009-11-01
pull check for return inst out of loop, never inline a callee that contains
Chris Lattner
2009-10-28
rename indbr -> indirectbr to appease the residents of #llvm.
Chris Lattner
2009-10-27
Random updates to passes for indbr, I need blockaddress before I can do much ...
Chris Lattner
2009-10-26
Remove FreeInst.
Victor Hernandez
2009-10-23
Remove AllocationInst. Since MallocInst went away, AllocaInst is the only su...
Victor Hernandez
2009-10-17
Remove MallocInst from LLVM Instructions.
Victor Hernandez
2009-10-13
Compute a full cost value even when a setjmp call is found.
Dan Gohman
2009-10-13
Split code not specific to Function inlining out into a separate class,
Dan Gohman
2009-10-13
Move the InlineCost code from Transforms/Utils to Analysis.
Dan Gohman