aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Analysis/InlineCost.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* pull check for return inst out of loop, never inline a callee that containsChris Lattner2009-11-011-5/+7
* rename indbr -> indirectbr to appease the residents of #llvm.Chris Lattner2009-10-281-1/+1
* Random updates to passes for indbr, I need blockaddress before I can do much ...Chris Lattner2009-10-271-0/+3
* Remove FreeInst.Victor Hernandez2009-10-261-4/+0
* Remove AllocationInst. Since MallocInst went away, AllocaInst is the only su...Victor Hernandez2009-10-231-1/+1
* Remove MallocInst from LLVM Instructions.Victor Hernandez2009-10-171-1/+1
* Compute a full cost value even when a setjmp call is found.Dan Gohman2009-10-131-3/+1
* Split code not specific to Function inlining out into a separate class,Dan Gohman2009-10-131-25/+28
* Move the InlineCost code from Transforms/Utils to Analysis.Dan Gohman2009-10-131-0/+337