Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | pull check for return inst out of loop, never inline a callee that contains | Chris Lattner | 2009-11-01 | 1 | -5/+7 | |
* | rename indbr -> indirectbr to appease the residents of #llvm. | Chris Lattner | 2009-10-28 | 1 | -1/+1 | |
* | Random updates to passes for indbr, I need blockaddress before I can do much ... | Chris Lattner | 2009-10-27 | 1 | -0/+3 | |
* | Remove FreeInst. | Victor Hernandez | 2009-10-26 | 1 | -4/+0 | |
* | Remove AllocationInst. Since MallocInst went away, AllocaInst is the only su... | Victor Hernandez | 2009-10-23 | 1 | -1/+1 | |
* | Remove MallocInst from LLVM Instructions. | Victor Hernandez | 2009-10-17 | 1 | -1/+1 | |
* | Compute a full cost value even when a setjmp call is found. | Dan Gohman | 2009-10-13 | 1 | -3/+1 | |
* | Split code not specific to Function inlining out into a separate class, | Dan Gohman | 2009-10-13 | 1 | -25/+28 | |
* | Move the InlineCost code from Transforms/Utils to Analysis. | Dan Gohman | 2009-10-13 | 1 | -0/+337 |