|  | Commit message (Expand) | Author | Age | Files | Lines | 
|---|
| * | Avoid undefined behavior in negation in LSR.  Patch by Ahmed Charles. | Eli Friedman | 2011-10-13 | 1 | -2/+2 | 
| * | Add experimental -enable-lsr-phielim option. | Andrew Trick | 2011-10-11 | 1 | -0/+22 | 
| * | LSR should only reuse phis that match its formula. | Andrew Trick | 2011-10-07 | 1 | -0/+1 | 
| * | LSR should avoid redundant edge splitting. | Andrew Trick | 2011-10-04 | 1 | -1/+3 | 
| * | typo + pasto | Andrew Trick | 2011-09-29 | 1 | -2/+2 | 
| * | LSR: rewrite inner loops only. | Andrew Trick | 2011-09-29 | 1 | -5/+21 | 
| * | Disable LSR retry by default. | Andrew Trick | 2011-09-27 | 1 | -0/+16 | 
| * | LSR, one of the new Cost::isLoser() checks did not get merged in the previous... | Andrew Trick | 2011-09-26 | 1 | -2/+6 | 
| * | LSR cost metric minor fix and verification. | Andrew Trick | 2011-09-26 | 1 | -3/+26 | 
| * | LSR minor bug fix in RateRegister. | Andrew Trick | 2011-09-23 | 1 | -1/+1 | 
| * | LSR wants to split the landing pad's critical edge. Let it do it, but use the | Bill Wendling | 2011-08-25 | 1 | -1/+8 | 
| * | When inserting new instructions, use getFirstInsertionPt instead of | Bill Wendling | 2011-08-25 | 1 | -3/+4 | 
| * | Skip the landingpad instruction when determining the insertion point. | Bill Wendling | 2011-08-24 | 1 | -0/+3 | 
| * | LSR, correct fix for rdar://9786536. Silly casting bug. | Andrew Trick | 2011-07-21 | 1 | -2/+2 | 
| * | LSR must sometimes sign-extend before generating double constants. | Andrew Trick | 2011-07-21 | 1 | -3/+10 | 
| * | LSR crashes on an empty IVUsers list. | Andrew Trick | 2011-07-21 | 1 | -0/+3 | 
| * | land David Blaikie's patch to de-constify Type, with a few tweaks. | Chris Lattner | 2011-07-18 | 1 | -37/+37 | 
| * | start using the new helper methods a bit. | Chris Lattner | 2011-07-15 | 1 | -1/+1 | 
| * | SCEVExpander: give new insts a name that identifies the reponsible pass. | Andrew Trick | 2011-06-28 | 1 | -1/+1 | 
| * | IVUsers no longer needs to record the phis. | Andrew Trick | 2011-06-21 | 1 | -2/+1 | 
| * | When checking for signed multiplication overflow, watch out for INT_MIN and -1. | Dan Gohman | 2011-05-23 | 1 | -0/+2 | 
| * | indvars: Prototyping Sign/ZeroExtend elimination without canonical IVs. | Andrew Trick | 2011-05-20 | 1 | -1/+2 | 
| * | When forming an ICmpZero LSRUse, normalize the non-IV operand | Dan Gohman | 2011-05-18 | 1 | -0/+4 | 
| * | Add an unfolded offset field to LSR's Formula record. This is used to | Dan Gohman | 2011-05-03 | 1 | -9/+62 | 
| * | Fix a ton of comment typos found by codespell.  Patch by | Chris Lattner | 2011-04-15 | 1 | -2/+2 | 
| * | Reapply r129401 with patch for clang. | Bill Wendling | 2011-04-13 | 1 | -3/+0 | 
| * | Revert r129401 for now. Clang is using the old way of doing things. | Bill Wendling | 2011-04-12 | 1 | -0/+3 | 
| * | Remove the unaligned load intrinsics in favor of using native unaligned loads. | Bill Wendling | 2011-04-12 | 1 | -3/+0 | 
| * | Remove PHINode::reserveOperandSpace(). Instead, add a parameter to | Jay Foad | 2011-03-30 | 1 | -2/+1 | 
| * | (Almost) always call reserveOperandSpace() on newly created PHINodes. | Jay Foad | 2011-03-30 | 1 | -0/+1 | 
| * | Added SCEV::NoWrapFlags to manage unsigned, signed, and self wrap | Andrew Trick | 2011-03-14 | 1 | -6/+16 | 
| * | If we can't avoid running loop-simplify twice for now, at least avoid running | Cameron Zwarich | 2011-02-10 | 1 | -0/+3 | 
| * | Revert this in an attempt to bring the builders back. | Eric Christopher | 2011-02-10 | 1 | -4/+4 | 
| * | Turn this pass ordering: | Cameron Zwarich | 2011-02-10 | 1 | -4/+4 | 
| * | Don't split any loop backedges, including backedges of loops other than | Dan Gohman | 2011-02-08 | 1 | -15/+17 | 
| * | Remove code for updating dominance frontiers and some outdated references to | Cameron Zwarich | 2011-01-18 | 1 | -1/+0 | 
| * | split dom frontier handling stuff out to its own DominanceFrontier header, | Chris Lattner | 2011-01-02 | 1 | -0/+1 | 
| * | Move SCEV::dominates and properlyDominates to ScalarEvolution. | Dan Gohman | 2010-11-17 | 1 | -13/+11 | 
| * | Move SCEV::isLoopInvariant and hasComputableLoopEvolution to be member | Dan Gohman | 2010-11-17 | 1 | -5/+5 | 
| * | Passes do not need to recursively initialize passes that they preserve, if | Owen Anderson | 2010-10-19 | 1 | -2/+2 | 
| * | Get rid of static constructors for pass registration.  Instead, every pass ex... | Owen Anderson | 2010-10-19 | 1 | -1/+3 | 
| * | Begin adding static dependence information to passes, which will allow us to | Owen Anderson | 2010-10-12 | 1 | -1/+9 | 
| * | Filter out illegal formulae after updating offsets, not before, so that | Dan Gohman | 2010-10-08 | 1 | -18/+18 | 
| * | Delete the FormulaSorter class and inline its one method into its | Dan Gohman | 2010-10-07 | 1 | -28/+10 | 
| * | Fix a spello. | Dan Gohman | 2010-10-07 | 1 | -1/+1 | 
| * | Charge a formula for explicit multiplies on scaled registers too, | Dan Gohman | 2010-10-07 | 1 | -3/+3 | 
| * | Use size_t for consistency. | Dan Gohman | 2010-10-07 | 1 | -1/+1 | 
| * | When merging one use into another, transfer the offsets from | Dan Gohman | 2010-10-07 | 1 | -0/+8 | 
| * | Fix LSR to keep the RegUseTracker up to date when combining users. | Dan Gohman | 2010-10-07 | 1 | -8/+19 | 
| * | Now with fewer extraneous semicolons! | Owen Anderson | 2010-10-07 | 1 | -1/+1 |