| Commit message (Expand) | Author | Age | Files | Lines |
* | -Move the DwarfWriter::ValidDebugInfo check to a static DIDescriptor::ValidDe... | Argyrios Kyrtzidis | 2009-05-03 | 1 | -0/+44 |
* | Revert r70645 for now; it's causing a variety of regressions. | Dan Gohman | 2009-05-03 | 1 | -25/+33 |
* | Convert ScalarEvolution to use CallbackVH for its internal map. This | Dan Gohman | 2009-05-02 | 1 | -33/+25 |
* | When ScalarEvolution is told to forget the trip count for a loop, have | Dan Gohman | 2009-05-02 | 1 | -3/+11 |
* | Change the description string of the LoopInfo pass. | Dan Gohman | 2009-05-01 | 1 | -1/+1 |
* | Actually insert inserted instructions into the InsertedValues map. | Dan Gohman | 2009-05-01 | 1 | -11/+33 |
* | When printing a SCEVUnknown with pointer type, don't print an | Dan Gohman | 2009-05-01 | 1 | -4/+0 |
* | Short-circuit inttoptr-ptrtoint constant expressions; these aren't | Dan Gohman | 2009-05-01 | 1 | -1/+8 |
* | Fix an 80-column violation. | Dan Gohman | 2009-05-01 | 1 | -1/+2 |
* | When creating cast scevs, canonicalize the destination type. This | Dan Gohman | 2009-05-01 | 1 | -0/+9 |
* | hasSCEV() was declared in ScalarEvolution.h, but never defined. This must have | Torok Edwin | 2009-05-01 | 1 | -0/+6 |
* | Add some comments, and tidy up some whitespace. | Dan Gohman | 2009-04-30 | 1 | -5/+7 |
* | Extend ScalarEvolution's getBackedgeTakenCount to be able to | Dan Gohman | 2009-04-30 | 1 | -65/+127 |
* | Don't try to mix integers and pointers in an icmp instruction | Dan Gohman | 2009-04-30 | 1 | -12/+19 |
* | Fix ScalarEvolution::print to print a value for any Instruction with | Dan Gohman | 2009-04-30 | 1 | -1/+1 |
* | Implement getSCEVAtScope for SCEV cast expressions. | Dan Gohman | 2009-04-29 | 1 | -2/+25 |
* | Generalize the cast-of-addrec folding to handle folding of SCEVs like | Dan Gohman | 2009-04-29 | 1 | -46/+33 |
* | Include the source type in SCEV cast expression debug output, and | Dan Gohman | 2009-04-29 | 1 | -3/+3 |
* | Fix recent regression in gcc.dg/pr26719.c (6835035). | Dale Johannesen | 2009-04-29 | 1 | -2/+5 |
* | Update comments to reflect the current code. | Dan Gohman | 2009-04-29 | 1 | -4/+4 |
* | Teach getZeroExtendExpr and getSignExtendExpr to use trip-count | Dan Gohman | 2009-04-27 | 1 | -9/+133 |
* | Handle ands with ~0 correctly too. This fixes PR4052. | Dan Gohman | 2009-04-27 | 1 | -0/+2 |
* | Handle ands with 0 and shifts by 0 correctly. These aren't | Dan Gohman | 2009-04-25 | 1 | -2/+9 |
* | Change SCEVExpander's expandCodeFor to provide more flexibility | Dan Gohman | 2009-04-23 | 1 | -3/+1 |
* | Simplify trunc(extend(x)) in SCEVs, just for completeness. Also fix some odd | Nick Lewycky | 2009-04-23 | 1 | -4/+12 |
* | Fix cut-n-pasto. | Devang Patel | 2009-04-22 | 1 | -2/+2 |
* | Simplify trivial cast-of-cast SCEVs. | Dan Gohman | 2009-04-22 | 1 | -0/+12 |
* | SCEVExpander's InsertCastOfTo knows how to move existing cast | Dan Gohman | 2009-04-22 | 1 | -0/+5 |
* | Use BasicBlock::iterator instead of Instruction* for insert points, | Dan Gohman | 2009-04-22 | 1 | -7/+7 |
* | De-pImpl-ify ScalarEvolution. The pImpl pattern doesn't provide much | Dan Gohman | 2009-04-21 | 1 | -452/+165 |
* | When turning (ashr(shl(x, n), n)) into sext(trunc(x)), the width of the | Dan Gohman | 2009-04-21 | 1 | -1/+1 |
* | Teach ScalarEvolution how to recognize zext-inreg and sext-inreg, | Dan Gohman | 2009-04-21 | 1 | -0/+27 |
* | This FIXME is fixed, now that SCEV understands pointers. | Dan Gohman | 2009-04-21 | 1 | -3/+0 |
* | Factor out a common base class from SCEVTruncateExpr, SCEVZeroExtendExpr, | Dan Gohman | 2009-04-21 | 1 | -15/+13 |
* | Usage getAnalysisToUpdate for TargetData, per PR760. | Dan Gohman | 2009-04-21 | 1 | -2/+1 |
* | Introduce encapsulation for ScalarEvolution's TargetData object, and refactor | Dan Gohman | 2009-04-21 | 2 | -118/+171 |
* | Move some assertion checks so they can do more complete checking. | Dan Gohman | 2009-04-21 | 1 | -6/+8 |
* | Convert ScalarEvolution to use raw_ostream instead of OStream. | Dan Gohman | 2009-04-21 | 1 | -22/+32 |
* | Add a ScalarEvolution::getCouldNotCompute() function, and use it | Dan Gohman | 2009-04-18 | 1 | -12/+21 |
* | More const qualifiers. | Dan Gohman | 2009-04-18 | 1 | -14/+14 |
* | Use more const qualifiers with SCEV interfaces. | Dan Gohman | 2009-04-18 | 1 | -12/+12 |
* | Handle a pointer type correctly in SCEVExpander::visitAddRecExpr. | Dan Gohman | 2009-04-16 | 1 | -0/+2 |
* | Fix a bug with inttoptr/ptrtoint casts where the pointer has a different | Dan Gohman | 2009-04-16 | 2 | -5/+12 |
* | Fix SCEVExpander::visitSMaxExpr and SCEVExpander::visitUMaxExpr to | Dan Gohman | 2009-04-16 | 1 | -0/+8 |
* | Teach SCEVExpander::InsertCastOfTo to avoid creating inttoptr-of-ptrtoint | Dan Gohman | 2009-04-16 | 1 | -0/+8 |
* | Expand GEPs in ScalarEvolution expressions. SCEV expressions can now | Dan Gohman | 2009-04-16 | 2 | -134/+330 |
* | Add a method to check that the subprogram holds debug info for the given Func... | Devang Patel | 2009-04-15 | 1 | -0/+13 |
* | use higher level APIs. | Chris Lattner | 2009-04-03 | 1 | -8/+6 |
* | getEntryFor() may invalidate DenseMap iterator. | Devang Patel | 2009-03-30 | 1 | -0/+1 |
* | now that you can put a PointerIntPair in a SmallPtrSet, remove some | Chris Lattner | 2009-03-29 | 1 | -17/+15 |