| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | Revert test polarity to match comment and desired outcome. Remove undeserved ↵ | Jakob Stoklund Olesen | 2010-01-26 | 1 | -2/+2 | |
| | | | | | | | | | | | | | | | bonus. A GEP with all constant indices is already considered free by analyzeBasicBlock(), so don't give it an extra bonus in CountCodeReductionForAlloca(). This patch should remove a small positive bias toward inlining functions with variable-index GEPs, and remove a smaller negative bias from functions with all-constant index GEPs. llvm-svn: 94591 | |||||
| * | Remove dead code. | Jakob Stoklund Olesen | 2010-01-26 | 1 | -3/+0 | |
| | | | | | | | | | | | Functions containing indirectbr are marked NeverInline by analyzeBasicBlock(), so there is no point in giving indirectbr special treatment in CountCodeReductionForConstant. It is never called. No functional change intended. llvm-svn: 94590 | |||||
| * | Skip calculation of ArgumentWeights if it will never be used. | Jakob Stoklund Olesen | 2010-01-26 | 1 | -0/+6 | |
| | | | | | | | | | Save a few bytes by allocating the correct size vector. No functional change intended. llvm-svn: 94589 | |||||
| * | Pad my commit stats by reducing indentation in this now separate | Eric Christopher | 2010-01-14 | 1 | -19/+20 | |
| | | | | | | | commit. llvm-svn: 93473 | |||||
| * | Few minor changes that were requested. No functional change. | Eric Christopher | 2010-01-14 | 1 | -2/+6 | |
| | | | | | llvm-svn: 93462 | |||||
| * | Small tweak to inline cost computation. Ext of i/fcmp results are mostly ↵ | Evan Cheng | 2010-01-14 | 1 | -1/+6 | |
| | | | | | | | optimized away in codegen. llvm-svn: 93453 | |||||
| * | Reduce the inlining cost of functions that contain calls to easily, | Eric Christopher | 2010-01-14 | 1 | -1/+27 | |
| | | | | | | | and frequently optimized functions. llvm-svn: 93448 | |||||
| * | Add a missing closing parenthesis, and tweak to fit in 80 | Duncan Sands | 2009-11-01 | 1 | -2/+2 | |
| | | | | | | | columns. llvm-svn: 85732 | |||||
| * | add a comment about why we don't allow inlining indbr. | Chris Lattner | 2009-11-01 | 1 | -0/+5 | |
| | | | | | llvm-svn: 85724 | |||||
| * | 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 | ||||||

