| Commit message (Expand) | Author | Age | Files | Lines | 
| ... |  | 
| *  | 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 | 
| *  | Convert uses of std::vector in TargetInstrInfo to SmallVector.  This change h... | Owen Anderson | 2008-08-14 | 1 | -14/+14 | 
| *  | Fix PR2609.  If a label is deleted, then it needs | Duncan Sands | 2008-07-29 | 1 | -4/+3 | 
| *  | Pool-allocation for MachineInstrs, MachineBasicBlocks, and | Dan Gohman | 2008-07-07 | 1 | -3/+5 | 
| *  | Fix longstanding thinko:  don't exclude | Dale Johannesen | 2008-07-01 | 1 | -2/+1 | 
| *  | Split ISD::LABEL into ISD::DBG_LABEL and ISD::EH_LABEL, eliminating | Dan Gohman | 2008-07-01 | 1 | -2/+2 | 
| *  | Use the transferSuccessors helper function. | Dan Gohman | 2008-06-19 | 1 | -5/+1 | 
| *  | Rewrite a loop to avoid using iterators pointing to | Dale Johannesen | 2008-05-23 | 1 | -4/+6 | 
| *  | Clean up the use of static and anonymous namespaces. This turned up | Dan Gohman | 2008-05-13 | 1 | -6/+6 | 
| *  | Be more aggressive about tail-merging small blocks | Dale Johannesen | 2008-05-12 | 1 | -1/+12 | 
| *  | Further rework of tail merge algorithm.  Not quite | Dale Johannesen | 2008-05-12 | 1 | -111/+77 | 
| *  | Remove an evil vector bool.  Cosmetic refactoring, | Dale Johannesen | 2008-05-09 | 1 | -62/+85 | 
| *  | Rewrite tail merging algorithm to handle the | Dale Johannesen | 2008-05-09 | 1 | -87/+115 | 
| *  | Make several variable declarations static. | Dan Gohman | 2008-05-06 | 1 | -1/+1 | 
| *  | Teach branch folding pass about implicit_def instructions. Unfortunately we c... | Evan Cheng | 2008-04-10 | 1 | -1/+56 | 
| *  | Add a quick and dirty "loop aligner pass". x86 uses it to align its loops to ... | Evan Cheng | 2008-02-28 | 1 | -1/+1 | 
| *  | PR1909: Tail merging pass ran wild. It makes no sense to merge blocks in orde... | Evan Cheng | 2008-02-19 | 1 | -3/+12 | 
| *  | Rename MRegisterInfo to TargetRegisterInfo. | Dan Gohman | 2008-02-10 | 1 | -2/+2 | 
| *  | Use empty() instead of comparing size() with zero. | Dan Gohman | 2008-01-29 | 1 | -1/+1 | 
| *  | rename TargetInstrDescriptor -> TargetInstrDesc. | Chris Lattner | 2008-01-07 | 1 | -5/+5 |