aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Analysis/InlineCost.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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