| Commit message (Collapse) | 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 | |
| | | | | | | | an indirectbr. llvm-svn: 85702 | |||||
| * | rename indbr -> indirectbr to appease the residents of #llvm. | Chris Lattner | 2009-10-28 | 1 | -1/+1 | |
| | | | | | llvm-svn: 85351 | |||||
| * | Random updates to passes for indbr, I need blockaddress before I can do much ↵ | Chris Lattner | 2009-10-27 | 1 | -0/+3 | |
| | | | | | | | more. llvm-svn: 85316 | |||||
| * | Remove FreeInst. | Victor Hernandez | 2009-10-26 | 1 | -4/+0 | |
| | | | | | | | | Remove LowerAllocations pass. Update some more passes to treate free calls just like they were treating FreeInst. llvm-svn: 85176 | |||||
| * | Remove AllocationInst. Since MallocInst went away, AllocaInst is the only ↵ | Victor Hernandez | 2009-10-23 | 1 | -1/+1 | |
| | | | | | | | subclass of AllocationInst, so it no longer is necessary. llvm-svn: 84969 | |||||
| * | Remove MallocInst from LLVM Instructions. | Victor Hernandez | 2009-10-17 | 1 | -1/+1 | |
| | | | | | llvm-svn: 84299 | |||||
| * | Compute a full cost value even when a setjmp call is found. | Dan Gohman | 2009-10-13 | 1 | -3/+1 | |
| | | | | | llvm-svn: 84015 | |||||
| * | Split code not specific to Function inlining out into a separate class, | Dan Gohman | 2009-10-13 | 1 | -25/+28 | |
| | | | | | | | | named CodeMetrics. Move it to be a non-nested class. Rename RegionInfo back to FunctionInfo. llvm-svn: 84013 | |||||
| * | Move the InlineCost code from Transforms/Utils to Analysis. | Dan Gohman | 2009-10-13 | 1 | -0/+337 | |
| llvm-svn: 83998 | ||||||

