| Commit message (Expand) | Author | Age | Files | Lines | 
| ... |  | 
| *  | Add statistics for tail duplication. | Bob Wilson | 2009-11-18 | 1 | -0/+4 | 
| *  | Add a target hook to allow changing the tail duplication limit based on the | Bob Wilson | 2009-11-18 | 1 | -4/+5 | 
| *  | Remove a special case for tail merging that seems to be both broken and | Bob Wilson | 2009-11-17 | 1 | -33/+0 | 
| *  | Set MadeChange instead of MadeChangeThisIteration. | Dan Gohman | 2009-11-17 | 1 | -1/+1 | 
| *  | Update a comment, now that tail duplication happens after other branch | Bob Wilson | 2009-11-17 | 1 | -2/+2 | 
| *  | Perform tail duplication only once, after tail merging is complete. | Bob Wilson | 2009-11-17 | 1 | -30/+66 | 
| *  | Fix a comment. | Bob Wilson | 2009-11-16 | 1 | -1/+1 | 
| *  | Fix some comments. | Bob Wilson | 2009-11-16 | 1 | -5/+4 | 
| *  | Whitespace: be consistent with pointer syntax. | Bob Wilson | 2009-11-16 | 1 | -6/+6 | 
| *  | Clean up whitespace. | Bob Wilson | 2009-11-16 | 1 | -6/+6 | 
| *  | When optimizing for size, don't tail-merge unless it's likely to be a | Dan Gohman | 2009-11-13 | 1 | -9/+12 | 
| *  | Make the BranchFolderPass class local to BranchFolding.cpp. | Dan Gohman | 2009-11-12 | 1 | -0/+14 | 
| *  | Minor code cleanups. | Dan Gohman | 2009-11-12 | 1 | -9/+9 | 
| *  | Tail merge at any size when there are two potentials blocks and one | Dan Gohman | 2009-11-12 | 1 | -10/+34 | 
| *  | Promote MergePotentialsElt and SameTailElt to be regular classes | Dan Gohman | 2009-11-11 | 1 | -56/+58 | 
| *  | Revert this line of 86871. | Dan Gohman | 2009-11-11 | 1 | -1/+1 | 
| *  | Add support for tail duplication to BranchFolding, and extend | Dan Gohman | 2009-11-11 | 1 | -49/+295 | 
| *  | Fix indentation level. | Dan Gohman | 2009-11-11 | 1 | -8/+8 | 
| *  | Whitespace cleanups. | Dan Gohman | 2009-11-11 | 1 | -93/+92 | 
| *  | Prefix MBB numbers with "BB#" in debug output to make it clear what | Dan Gohman | 2009-11-11 | 1 | -3/+3 | 
| *  | Minor code simplification. | Dan Gohman | 2009-11-11 | 1 | -9/+8 | 
| *  | Remove an unused variable. | Dan Gohman | 2009-11-10 | 1 | -1/+0 | 
| *  | Minor code simplification. | Dan Gohman | 2009-11-10 | 1 | -1/+1 | 
| *  | Fix branch folding bug for indirect branches: for a block containing only | Bob Wilson | 2009-11-03 | 1 | -1/+2 | 
| *  | Don't delete blocks which have their address taken. | Dan Gohman | 2009-10-30 | 1 | -2/+3 | 
| *  | Refactor complicated predicate into a separate function. | Bob Wilson | 2009-10-29 | 1 | -17/+33 | 
| *  | Reimplement BranchFolding change to avoid tail merging for a 1 instruction | Bob Wilson | 2009-10-28 | 1 | -13/+15 | 
| *  | Revert r85346 change to control tail merging by CodeGenOpt::Level. | Bob Wilson | 2009-10-28 | 1 | -9/+5 | 
| *  | Record CodeGen optimization level in the BranchFolding pass so that we can | Bob Wilson | 2009-10-27 | 1 | -5/+9 | 
| *  | Revert the main portion of r31856. It was causing BranchFolding | Dan Gohman | 2009-10-22 | 1 | -5/+5 | 
| *  | Run branch folding if if-converter make some transformations. | Evan Cheng | 2009-09-04 | 1 | -84/+63 | 
| *  | Funky indentation. | Evan Cheng | 2009-09-03 | 1 | -1/+2 | 
| *  | Convert DOUT to DEBUG(errs()...). | Bill Wendling | 2009-08-22 | 1 | -9/+10 | 
| *  | Make tail merging handle blocks with repeated predecessors correctly, and | Dan Gohman | 2009-08-18 | 1 | -25/+4 | 
| *  | Rewrite previous patch to follow Chris' stylistic | Dale Johannesen | 2009-08-07 | 1 | -14/+22 | 
| *  | Fix PR 4626, a crash in branch folding after OptimizeBlock | Dale Johannesen | 2009-08-06 | 1 | -1/+17 | 
| *  | llvm_unreachable->llvm_unreachable(0), LLVM_UNREACHABLE->llvm_unreachable. | Torok Edwin | 2009-07-14 | 1 | -1/+1 | 
| *  | assert(0) -> LLVM_UNREACHABLE. | Torok Edwin | 2009-07-11 | 1 | -1/+2 | 
| *  | Fix PR4188.  TailMerging can't tolerate inexact | Dale Johannesen | 2009-05-11 | 1 | -0/+15 | 
| *  | Turns out AnalyzeBranch can modify the mbb being analyzed. This is a nasty | Evan Cheng | 2009-02-09 | 1 | -6/+6 | 
| *  | Rename getAnalysisToUpdate to getAnalysisIfAvailable. | Duncan Sands | 2009-01-28 | 1 | -1/+1 | 
| *  | Delete unnecessary parens around return values. | Dan Gohman | 2009-01-08 | 1 | -1/+1 | 
| *  | Add a newline after this debug output. | Bill Wendling | 2008-12-10 | 1 | -1/+1 | 
| *  | Add a sanity-check to tablegen to catch the case where isSimpleLoad | Dan Gohman | 2008-12-03 | 1 | -1/+1 | 
| *  | Increase default setting of tail-merge-threshold to | Dale Johannesen | 2008-10-27 | 1 | -1/+1 | 
| *  | Switch the MachineOperand accessors back to the short names like | Dan Gohman | 2008-10-03 | 1 | -2/+2 | 
| *  | Mark several codegen passes as preserving all analysis. | Evan Cheng | 2008-09-22 | 1 | -6/+6 | 
| *  | Remove isImm(), isReg(), and friends, in favor of  | Dan Gohman | 2008-09-13 | 1 | -1/+1 | 
| *  | Tidy up several unbeseeming casts from pointer to intptr_t. | Dan Gohman | 2008-09-04 | 1 | -1/+1 | 
| *  | Fix SmallVector's size calculation so that a size of 0 is | Dan Gohman | 2008-08-22 | 1 | -2/+2 |