Age | Commit message (Expand) | Author |
2011-12-14 | Move Instruction::isSafeToSpeculativelyExecute out of VMCore and | Dan Gohman |
2011-09-05 | Delete trivial landing pads that just continue unwinding the caught | Duncan Sands |
2011-08-26 | Address review comments. | Benjamin Kramer |
2011-08-26 | SimplifyCFG: If we have a PHI node that can evaluate to NULL and do a load or... | Benjamin Kramer |
2011-08-16 | I think there was some confusion about what I meant. :-) Replacing the comment. | Bill Wendling |
2011-08-16 | After talking with Bill, it seems like the LandingPad handling here is likely | Eli Friedman |
2011-08-16 | Minor comment fixes. | Eli Friedman |
2011-08-15 | Update SimplifyCFG for atomic operations. | Eli Friedman |
2011-07-18 | land David Blaikie's patch to de-constify Type, with a few tweaks. | Chris Lattner |
2011-07-15 | Convert CallInst and InvokeInst APIs to use ArrayRef. | Jay Foad |
2011-06-30 | Add r134057 back, but splice the predecessor after the successors phi | Rafael Espindola |
2011-06-29 | Temporarily revert r134057: "Let simplify cfg simplify bb with only debug and | Chad Rosier |
2011-06-29 | Let simplify cfg simplify bb with only debug and lifetime intrinsics. | Rafael Espindola |
2011-06-18 | Fix PR10103: Less code for enum type translation. | Hans Wennborg |
2011-06-04 | If the block that we're threading through is jumped to by an indirect branch, | Bill Wendling |
2011-05-22 | Add a parameter to ConstantFoldTerminator() that callers can use to ask it to... | Frits van Bommel |
2011-05-19 | Reapply r131605. This time with a fix, which is to use NoFolder. | Devang Patel |
2011-05-19 | revert 131605 to fix PR9946. | Rafael Espindola |
2011-05-19 | Use IRBuilder. | Devang Patel |
2011-05-19 | Use IRBuilder while simplifying unreachable. | Devang Patel |
2011-05-18 | Use IRBuilder while simplifying conditional branch. | Devang Patel |
2011-05-18 | Use IRBuilder while simplifying branch. | Devang Patel |
2011-05-18 | Use IRBuilder while simplifying return instruction. | Devang Patel |
2011-05-18 | Spread use of IRBuilder even more. | Devang Patel |
2011-05-18 | Use IRBuilder while simplifying switch instruction. | Devang Patel |
2011-05-18 | Use IRBuilder while simplifying unwind. | Devang Patel |
2011-05-18 | Use IRBuilder while simplifying terminator. | Devang Patel |
2011-05-18 | Use IRBuilder while simplifying unconditional branch. | Devang Patel |
2011-05-18 | Use IRBuilder while folding two entry PHINode. | Devang Patel |
2011-05-18 | Set up IRBuilder for use during simplification. | Devang Patel |
2011-05-17 | Preseve line numbers while simplifying CFG. | Devang Patel |
2011-05-14 | SimplifyCFG: Use ComputeMaskedBits to prune dead cases from switch instructions. | Benjamin Kramer |
2011-04-29 | SimplifyCFG: Expose phi node folding cost threshold as command line parameter | Peter Collingbourne |
2011-04-29 | SimplifyCFG: Add CostRemaining parameter to DominatesMergePoint | Peter Collingbourne |
2011-04-29 | SimplifyCFG: Add Trunc, ZExt and SExt to the list of cheap instructions for p... | Peter Collingbourne |
2011-04-14 | rework FoldBranchToCommonDest to exit earlier when there is a bonus | Chris Lattner |
2011-04-11 | comment cleanup, use moveBefore instead of removeFromParent+insertBefore. | Chris Lattner |
2011-04-07 | Do not let debug info interfer with branch folding. | Devang Patel |
2011-04-07 | While hoisting common code from if/else, hoist debug info intrinsics if they ... | Devang Patel |
2011-04-07 | Simplify. isIdenticalToWhenDefined() checks opcode. | Devang Patel |
2011-04-06 | While folding branch to a common destination into a predecessor, copy dbg val... | Devang Patel |
2011-03-30 | Remove PHINode::reserveOperandSpace(). Instead, add a parameter to | Jay Foad |
2011-03-30 | (Almost) always call reserveOperandSpace() on newly created PHINodes. | Jay Foad |
2011-03-15 | PR9450: Make switch optimization in SimplifyCFG not dependent on the ordering | Eli Friedman |
2011-03-09 | PR9420; an instruction before an unreachable is guaranteed not to have any | Eli Friedman |
2011-02-28 | Teach SimplifyCFG that (switch (select cond, X, Y)) is better expressed as a ... | Frits van Bommel |
2011-02-25 | Revert "SimplifyCFG: GEPs with just one non-constant index are also cheap." | Benjamin Kramer |
2011-02-24 | SimplifyCFG: GEPs with just one non-constant index are also cheap. | Benjamin Kramer |
2011-02-24 | SimplifyCFG: GEPs with constant indices are cheap enough to be executed uncon... | Benjamin Kramer |
2011-02-07 | SimplifyCFG: Track the number of used icmps when turning a icmp chain into a ... | Benjamin Kramer |