summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Analysis/ScalarEvolution.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Trim unnecessary headers. Code in Analysis shouldn't use TransformsDan Gohman2009-05-071-3/+0
* Factor out a common base class between SCEVCommutativeExpr andDan Gohman2009-05-071-10/+1
* Use stable_sort instead of plain sort to avoid the risk of generatingDan Gohman2009-05-061-1/+1
* Re-apply 70645, converting ScalarEvolution to useDan Gohman2009-05-041-80/+114
* Fix an 80-column violation.Dan Gohman2009-05-041-1/+2
* Fix doxygen comment syntax.Dan Gohman2009-05-041-1/+1
* Constify a bunch of SCEV-using code.Dan Gohman2009-05-041-59/+61
* Revert r70645 for now; it's causing a variety of regressions.Dan Gohman2009-05-031-25/+33
* Convert ScalarEvolution to use CallbackVH for its internal map. ThisDan Gohman2009-05-021-33/+25
* When ScalarEvolution is told to forget the trip count for a loop, haveDan Gohman2009-05-021-3/+11
* When printing a SCEVUnknown with pointer type, don't print anDan Gohman2009-05-011-4/+0
* Fix an 80-column violation.Dan Gohman2009-05-011-1/+2
* When creating cast scevs, canonicalize the destination type. ThisDan Gohman2009-05-011-0/+9
* hasSCEV() was declared in ScalarEvolution.h, but never defined. This must haveTorok Edwin2009-05-011-0/+6
* Add some comments, and tidy up some whitespace.Dan Gohman2009-04-301-5/+7
* Extend ScalarEvolution's getBackedgeTakenCount to be able toDan Gohman2009-04-301-65/+127
* Don't try to mix integers and pointers in an icmp instructionDan Gohman2009-04-301-12/+19
* Fix ScalarEvolution::print to print a value for any Instruction withDan Gohman2009-04-301-1/+1
* Implement getSCEVAtScope for SCEV cast expressions.Dan Gohman2009-04-291-2/+25
* Generalize the cast-of-addrec folding to handle folding of SCEVs likeDan Gohman2009-04-291-46/+33
* Include the source type in SCEV cast expression debug output, andDan Gohman2009-04-291-3/+3
* Fix recent regression in gcc.dg/pr26719.c (6835035).Dale Johannesen2009-04-291-2/+5
* Update comments to reflect the current code.Dan Gohman2009-04-291-4/+4
* Teach getZeroExtendExpr and getSignExtendExpr to use trip-countDan Gohman2009-04-271-9/+133
* Handle ands with ~0 correctly too. This fixes PR4052.Dan Gohman2009-04-271-0/+2
* Handle ands with 0 and shifts by 0 correctly. These aren'tDan Gohman2009-04-251-2/+9
* Simplify trunc(extend(x)) in SCEVs, just for completeness. Also fix some oddNick Lewycky2009-04-231-4/+12
* Simplify trivial cast-of-cast SCEVs.Dan Gohman2009-04-221-0/+12
* De-pImpl-ify ScalarEvolution. The pImpl pattern doesn't provide muchDan Gohman2009-04-211-452/+165
* When turning (ashr(shl(x, n), n)) into sext(trunc(x)), the width of theDan Gohman2009-04-211-1/+1
* Teach ScalarEvolution how to recognize zext-inreg and sext-inreg,Dan Gohman2009-04-211-0/+27
* This FIXME is fixed, now that SCEV understands pointers.Dan Gohman2009-04-211-3/+0
* Factor out a common base class from SCEVTruncateExpr, SCEVZeroExtendExpr,Dan Gohman2009-04-211-15/+13
* Usage getAnalysisToUpdate for TargetData, per PR760.Dan Gohman2009-04-211-2/+1
* Introduce encapsulation for ScalarEvolution's TargetData object, and refactorDan Gohman2009-04-211-68/+122
* Move some assertion checks so they can do more complete checking.Dan Gohman2009-04-211-6/+8
* Convert ScalarEvolution to use raw_ostream instead of OStream.Dan Gohman2009-04-211-22/+32
* Add a ScalarEvolution::getCouldNotCompute() function, and use itDan Gohman2009-04-181-12/+21
* Fix a bug with inttoptr/ptrtoint casts where the pointer has a differentDan Gohman2009-04-161-3/+6
* Expand GEPs in ScalarEvolution expressions. SCEV expressions can nowDan Gohman2009-04-161-122/+283
* Rename ScalarEvolution's getIterationCount to getBackedgeTakenCount,Dan Gohman2009-02-241-76/+99
* Use a sign-extend instead of a zero-extend when promoting aDan Gohman2009-02-181-0/+15
* Add a method to ScalarEvolution for telling it when a loop has beenDan Gohman2009-02-171-0/+16
* Strengthen the "non-constant stride must dominate loop preheader" check.Evan Cheng2009-02-171-0/+40
* Teach IndVarSimplify to optimize code using the C "int" type forDan Gohman2009-02-121-27/+73
* Start generating arbitrary precision integer SCEVs. This removes the temporaryNick Lewycky2009-01-251-11/+1
* Reinstate r60509 from Dale:Nick Lewycky2009-01-161-0/+1
* Wind SCEV back in time, to Nov 18th. This 'fixes' PR3275, PR3294, PR3295,Nick Lewycky2009-01-131-202/+41
* We know it's always a SCEVConstant if it gets here, so just cast it andNick Lewycky2009-01-031-6/+2
* Don't try to analyze this "backward" case. This is overly conservative Nick Lewycky2009-01-021-0/+12
OpenPOWER on IntegriCloud