| Commit message (Expand) | Author | Age | Files | Lines |
| * | eliminate RegisterOpt. It does the same thing as RegisterPass. | Chris Lattner | 2006-08-27 | 1 | -2/+1 |
| * | s|llvm/Support/Visibility.h|llvm/Support/Compiler.h| | Chris Lattner | 2006-08-27 | 1 | -1/+1 |
| * | Changes: | Chris Lattner | 2006-08-03 | 1 | -17/+46 |
| * | Only reuse a previous IV if it would not require a type conversion. | Evan Cheng | 2006-07-18 | 1 | -14/+17 |
| * | Use hidden visibility to make symbols in an anonymous namespace get | Chris Lattner | 2006-06-28 | 1 | -1/+2 |
| * | RewriteExpr, either the new PHI node of induction variable or the | Evan Cheng | 2006-06-09 | 1 | -0/+3 |
| * | Get rid of a signed/unsigned compare warning. | Reid Spencer | 2006-04-12 | 1 | -1/+1 |
| * | Fix spello | Chris Lattner | 2006-03-24 | 1 | -2/+2 |
| * | silence a bogus gcc warning | Chris Lattner | 2006-03-22 | 1 | -2/+2 |
| * | - Fixed a bogus if condition. | Evan Cheng | 2006-03-18 | 1 | -19/+25 |
| * | Sort StrideOrder so we can process the smallest strides first. This allows | Evan Cheng | 2006-03-18 | 1 | -0/+27 |
| * | Allow users of iv / stride to be rewritten with expression that is a multiply | Evan Cheng | 2006-03-17 | 1 | -41/+83 |
| * | For each loop, keep track of all the IV expressions inserted indexed by | Evan Cheng | 2006-03-16 | 1 | -36/+115 |
| * | Added target lowering hooks which LSR consults to make more intelligent | Evan Cheng | 2006-03-13 | 1 | -25/+33 |
| * | Use SCEVExpander::InsertCastOfTo instead of our own code. This reduces | Chris Lattner | 2006-02-04 | 1 | -18/+1 |
| * | Fix two significant bugs in LSR: | Chris Lattner | 2006-02-04 | 1 | -14/+75 |
| * | Make iostream #inclusion explicit | Chris Lattner | 2006-01-22 | 1 | -0/+1 |
| * | Switch these to using ETForest instead of DominatorSet to compute itself. | Chris Lattner | 2006-01-11 | 1 | -7/+8 |
| * | getRawValue zero extens for unsigned values, use getsextvalue so that we | Chris Lattner | 2005-12-05 | 1 | -3/+3 |
| * | My previous patch was too conservative. Reject FP and void types, but do | Chris Lattner | 2005-10-21 | 1 | -1/+2 |
| * | Do NOT touch FP ops with LSR. This fixes a testcase Nate sent me from an | Chris Lattner | 2005-10-20 | 1 | -1/+1 |
| * | Fix (hopefully the last) issue where LSR is nondeterminstic. When pulling | Chris Lattner | 2005-10-11 | 1 | -8/+14 |
| * | Fix another problem where LSR was being nondeterminstic. Also remove elements | Chris Lattner | 2005-10-11 | 1 | -10/+16 |
| * | Fix another lsr-is-nondeterministic case | Chris Lattner | 2005-10-11 | 1 | -6/+10 |
| * | Hrm, you didn't see this. | Chris Lattner | 2005-10-09 | 1 | -3/+0 |
| * | Fix a source of non-determinism in the backend: the order of processing | Chris Lattner | 2005-10-09 | 1 | -6/+25 |
| * | Make IVUseShouldUsePostIncValue more aggressive when the use is a PHI. In | Chris Lattner | 2005-10-03 | 1 | -6/+38 |
| * | Refactor some code into a function | Chris Lattner | 2005-10-03 | 1 | -7/+23 |
| * | This break is bogus and I have no idea why it was there. Basically it prevents | Chris Lattner | 2005-10-03 | 1 | -1/+0 |
| * | when checking if we should move a split edge block outside of a loop, | Chris Lattner | 2005-10-03 | 1 | -7/+6 |
| * | Make the pass name simpler | Chris Lattner | 2005-09-27 | 1 | -1/+1 |
| * | Fix an issue where LSR would miss rewriting a use of an IV expression by a PH... | Chris Lattner | 2005-09-13 | 1 | -4/+8 |
| * | Fix a regression from last night, which caused this pass to create invalid | Chris Lattner | 2005-09-12 | 1 | -8/+6 |
| * | _test: | Chris Lattner | 2005-09-12 | 1 | -5/+19 |
| * | implement Transforms/LoopStrengthReduce/dont-hoist-simple-loop-constants.ll. | Chris Lattner | 2005-09-10 | 1 | -1/+1 |
| * | Fix Transforms/LoopStrengthReduce/2005-08-17-OutOfLoopVariant.ll, a crash | Chris Lattner | 2005-08-17 | 1 | -1/+4 |
| * | Use a new helper to split critical edges, making the code simpler. | Chris Lattner | 2005-08-17 | 1 | -18/+21 |
| * | Fix a bad case in gzip where we put lots of things in registers across the | Chris Lattner | 2005-08-16 | 1 | -9/+17 |
| * | Ooops, don't forget to clear this. The real inner loop is now: | Chris Lattner | 2005-08-13 | 1 | -0/+1 |
| * | Recursively scan scev expressions for common subexpressions. This allows us | Chris Lattner | 2005-08-13 | 1 | -28/+61 |
| * | When splitting critical edges, make sure not to leave the new block in the | Chris Lattner | 2005-08-12 | 1 | -3/+15 |
| * | Fix a FIXME: if we are inserting code for a PHI argument, split the critical | Chris Lattner | 2005-08-12 | 1 | -6/+19 |
| * | Teach LSR to strength reduce IVs that have a loop-invariant but non-constant ... | Chris Lattner | 2005-08-10 | 1 | -24/+34 |
| * | Fix Regression/Transforms/LoopStrengthReduce/phi_node_update_multiple_preds.ll | Chris Lattner | 2005-08-10 | 1 | -7/+14 |
| * | Fix some 80 column violations. | Chris Lattner | 2005-08-09 | 1 | -6/+11 |
| * | SCEVAddExpr::get() of an empty list is invalid. | Chris Lattner | 2005-08-09 | 1 | -1/+4 |
| * | Implement: LoopStrengthReduce/share_ivs.ll | Chris Lattner | 2005-08-09 | 1 | -53/+153 |
| * | Suck the base value out of the UsersToProcess vector into the BasedUser | Chris Lattner | 2005-08-08 | 1 | -38/+38 |
| * | Split MoveLoopVariantsToImediateField out from MoveImmediateValues. The | Chris Lattner | 2005-08-08 | 1 | -23/+65 |
| * | Not all constants are legal immediates in load/store instructions. | Chris Lattner | 2005-08-08 | 1 | -1/+7 |