| Commit message (Expand) | Author | Age | Files | Lines |
| * | Erase deleted instructions from GVN's ValueTable. This fixes assertion | Bob Wilson | 2010-02-22 | 1 | -0/+7 |
| * | Remove unused variables and parameters. | Dan Gohman | 2010-02-22 | 2 | -44/+24 |
| * | When emitting an instruction which depends on both a post-incremented | Dan Gohman | 2010-02-22 | 1 | -2/+4 |
| * | This cast<Instruction> is unnecessary. | Dan Gohman | 2010-02-22 | 1 | -1/+1 |
| * | Rename getSDiv to getExactSDiv to reflect its behavior in cases where | Dan Gohman | 2010-02-19 | 1 | -23/+25 |
| * | Check for overflow when scaling up an add or an addrec for | Dan Gohman | 2010-02-19 | 1 | -18/+49 |
| * | recommit 96626, evidence that it broke things appears | Dale Johannesen | 2010-02-19 | 1 | -0/+7 |
| * | Revert 96626, which causes build failure on ppc Darwin. | Dale Johannesen | 2010-02-19 | 1 | -7/+0 |
| * | When determining the set of interesting reuse factors, consider | Dan Gohman | 2010-02-19 | 1 | -9/+15 |
| * | Indvars needs to explicitly notify ScalarEvolution when it is replacing | Dan Gohman | 2010-02-18 | 1 | -0/+7 |
| * | Hoist this loop-invariant logic out of the loop. | Dan Gohman | 2010-02-18 | 1 | -4/+6 |
| * | Delete some unneeded casts. | Dan Gohman | 2010-02-17 | 1 | -2/+2 |
| * | Don't attempt to divide INT_MIN by -1; consider such cases to | Dan Gohman | 2010-02-17 | 1 | -0/+4 |
| * | Rename SuccessorNumber to GetSuccessorNumber. | Bob Wilson | 2010-02-16 | 1 | -2/+2 |
| * | Refactor rewriting for PHI nodes into a separate function. | Dan Gohman | 2010-02-16 | 1 | -49/+70 |
| * | Split critical edges as needed for load PRE. | Bob Wilson | 2010-02-16 | 1 | -8/+30 |
| * | Refactor to share code to find the position of a basic block successor in the | Bob Wilson | 2010-02-16 | 1 | -8/+1 |
| * | Fix whitespace. | Dan Gohman | 2010-02-16 | 1 | -3/+3 |
| * | There are two ways of checking for a given type, for example isa<PointerType>(T) | Duncan Sands | 2010-02-16 | 12 | -235/+235 |
| * | Split the main for-each-use loop again, this time for GenerateTruncates, | Dan Gohman | 2010-02-16 | 1 | -1/+4 |
| * | Uniformize the names of type predicates: rather than having isFloatTy and | Duncan Sands | 2010-02-15 | 6 | -27/+28 |
| * | Fix whitespace. | Dan Gohman | 2010-02-14 | 1 | -1/+1 |
| * | Fix a comment. | Dan Gohman | 2010-02-14 | 1 | -1/+1 |
| * | When complicated expressions are broken down into subexpressions | Dan Gohman | 2010-02-14 | 1 | -2/+8 |
| * | Actually, this code doesn't have to be quite so conservative in | Dan Gohman | 2010-02-14 | 1 | -6/+5 |
| * | Don't attempt aggressive post-inc uses if TargetLowering is not available, | Dan Gohman | 2010-02-14 | 1 | -3/+8 |
| * | Make LSR not crash if invoked without target lowering info, e.g. if invoked | John McCall | 2010-02-13 | 1 | -2/+2 |
| * | remove dead code. | Chris Lattner | 2010-02-13 | 1 | -46/+7 |
| * | Split some code out to a helper function (FindReusablePredBB) | Chris Lattner | 2010-02-13 | 1 | -50/+72 |
| * | speed up CGP a bit by scanning predecessors through phi operands | Chris Lattner | 2010-02-13 | 1 | -22/+22 |
| * | Fix a pruning heuristic which implicitly assumed that SmallPtrSet is | Dan Gohman | 2010-02-13 | 1 | -45/+68 |
| * | Reapply 95979, a compile-time speedup, now that the bug it exposed is fixed. | Dan Gohman | 2010-02-12 | 1 | -1/+1 |
| * | Fix this code to avoid dereferencing an end() iterator in | Dan Gohman | 2010-02-12 | 1 | -1/+5 |
| * | Revert "Reverse the order for collecting the parts of an addrec. The order", it | Daniel Dunbar | 2010-02-12 | 1 | -1/+1 |
| * | Reverse the order for collecting the parts of an addrec. The order | Dan Gohman | 2010-02-12 | 1 | -1/+1 |
| * | Reapply the new LoopStrengthReduction code, with compile time and | Dan Gohman | 2010-02-12 | 2 | -2351/+2790 |
| * | Make DSE only scan blocks that are reachable from the entry | Chris Lattner | 2010-02-11 | 1 | -1/+7 |
| * | Make jump threading honor x|undef -> true and x&undef -> false, | Chris Lattner | 2010-02-11 | 1 | -3/+8 |
| * | Ignore dbg info intrinsics. | Devang Patel | 2010-02-11 | 1 | -0/+4 |
| * | Fix "the the" and similar typos. | Dan Gohman | 2010-02-10 | 3 | -4/+4 |
| * | Pull these back out, they're a little too aggressive and time | Eric Christopher | 2010-02-09 | 2 | -115/+0 |
| * | Add file in here too. | Eric Christopher | 2010-02-09 | 1 | -0/+1 |
| * | Add a new pass to do llvm.objsize lowering using SCEV. | Eric Christopher | 2010-02-09 | 1 | -0/+114 |
| * | Don't unroll loops containing function calls. | Jakob Stoklund Olesen | 2010-02-05 | 1 | -2/+8 |
| * | Teach SimplifyCFG about magic pointer constants. | Jakob Stoklund Olesen | 2010-02-05 | 1 | -7/+9 |
| * | Implement releaseMemory in CodeGenPrepare and free the BackEdges | Dan Gohman | 2010-02-05 | 1 | -0/+4 |
| * | Do not reassociate expressions with i1 type. SimplifyCFG converts some | Bob Wilson | 2010-02-04 | 1 | -0/+9 |
| * | Adjust the heuristics used to decide when SROA is likely to be profitable. | Bob Wilson | 2010-02-03 | 1 | -18/+20 |
| * | Revert 94937 and move the noreturn check to codegen. | Evan Cheng | 2010-02-03 | 1 | -5/+4 |
| * | Fix some comment typos. | Bob Wilson | 2010-02-03 | 1 | -3/+3 |