Restore "Move metadata linking after lazy global materialization/linking."
[oota-llvm.git] / test / Analysis / ScalarEvolution /
2011-10-24 Nick LewyckyNow that we look at all the header PHIs, we need to...
2011-10-24 Nick LewyckyReapply r142781 with fix. Original message:
2011-10-24 Nick LewyckySpeculatively revert r142781. Bots are showing
2011-10-23 Nick LewyckyEnhance SCEV's brute force loop analysis to handle...
2011-10-22 Nick LewyckyMake SCEV's brute force analysis stronger in two ways...
2011-10-05 Andrew TrickMissing test case for r141164.
2011-10-03 Nick LewyckyReapply r140979 with fix! We never did get a testcase...
2011-10-03 Nick LewyckyRevert r140979 due to reports of bootstrap failure.
2011-10-03 Nick LewyckyAdd one more case we compute a max trip count.
2011-09-13 Andrew TrickThis test only makes sense with -enable-iv-rewrite.
2011-09-06 Nick LewyckyThis transform only handles two-operand AddRec's. Preve...
2011-09-06 Nick LewyckyThe logic inside getMulExpr to simplify {a,+,b}*{c...
2011-09-06 Nick LewyckyRevert r139126 due to selfhost failures reported by...
2011-09-05 Nick LewyckyTeach SCEV to report a max backedge count in one intere...
2011-06-19 Chris LattnerRemove support for parsing the "type i32" syntax for...
2011-06-18 Chris Lattnerrip out a ton of intrinsic modernization logic from...
2011-06-17 Chris LattnerRemove support for using "foo" as symbols instead of...
2011-04-27 Andrew TrickTest case and comment for PR9633.
2011-03-15 Andrew TrickPropagate SCEV no-wrap flags whenever possible.
2011-03-09 Andrew TrickWhen SCEV can determine the loop test is X < X, set...
2011-02-13 Chris Lattnerteach SCEV that the scale and addition of an inbounds...
2011-02-11 Chris LattnerPer discussion with Dan G, inbounds geps *certainly...
2011-01-23 Nick LewyckySimplify some code with no functionality change. Make...
2011-01-23 Nick LewyckyUse value ranges to fold ext(trunc) in SCEV when possible.
2011-01-20 Tobias GrosserImplement requiredTransitive
2011-01-19 Nick LewyckySimilarly, analyze truncate through multiply.
2011-01-19 Nick LewyckyAdd a missed SCEV fold that is required to continue...
2011-01-19 Nick LewyckyAdd a missing SCEV simplification sext(zext x) -->...
2011-01-11 Eric ChristopherRevert the testcase from the previous reverted commit.
2011-01-09 Chris Lattneradd a testcase I missed in previous commit.
2011-01-09 Chris Lattnerteach SCEV analysis of PHI nodes that PHI recurences...
2011-01-09 Chris Lattnerreduce indentation. Print <nuw> and <nsw> when dumping...
2010-09-02 Chris Lattnerremove some noise from tests.
2010-08-11 Dan GohmanWhen analyzing loop exit conditions combined with and...
2010-06-30 Dan GohmanRevert the part of r107257 which introduced new logic...
2010-06-30 Dan GohmanAdd a testcase for scev-aa's new capability.
2010-06-22 Dan GohmanAllow "exhaustive" trip count evaluation on phi nodes...
2010-06-19 Dan GohmanFix ScalarEvolution's "exhaustive" trip count evaluatio...
2010-06-18 Dan GohmanRevert r106304 (105548 and friends), which are the...
2010-06-18 Dan GohmanReapply 105540, 105542, and 105548, and revert r105732.
2010-06-09 Daniel DunbarWorkaround SCEV non-determinism on this test, for now...
2010-06-07 Dan GohmanOptimize ScalarEvolution's SCEVComplexityCompare predic...
2010-04-26 Dan GohmanAdd a comment to this test.
2010-04-24 Dan GohmanScalarEvolution support for <= and >= loops.
2010-04-22 Dan GohmanDon't attempt to analyze values which are obviously...
2010-04-12 Dan GohmanGeneralize ScalarEvolution's PHI analysis to handle...
2010-03-09 Dan GohmanAvoid analyzing instructions in blocks not reachable...
2010-02-19 Dan GohmanTeach ScalarEvolution how to compute a tripcount for...
2010-01-26 Dan Gohman-disable-output is no longer needed with -analyze.
2010-01-26 Dan GohmanFix the the ceiling-division used in computing the...
2010-01-09 Dan GohmanUse WriteAsOperand instead of getName() to print loop...
2009-12-01 Dan GohmanAdd a comment about A[i+(j+1)].
2009-11-26 Chris Lattnerupdate status of this. basicaa is much improved now,
2009-11-03 Kenneth UildriksMake opt default to not adding a target data string...
2009-10-27 Edward O'CallaghanConvert Analysis tests to FileCheck in regards to PR5307.
2009-09-17 Dan GohmanTeach ScalarEvolution how to reason about no-wrap flags...
2009-09-11 Dan GohmanChange tests from "opt %s" to "opt < %s" so that opt...
2009-09-08 Dan GohmanUse opt -S instead of piping bitcode output through...
2009-09-08 Dan GohmanChange these tests to feed the assembly files to opt...
2009-08-26 Dan GohmanCreate a ScalarEvolution-based AliasAnalysis implementa...
2009-08-19 Dan GohmanLoosen up the regex for this test so that it doesn...
2009-08-12 Dan GohmanMake LLVM Assembly dramatically easier to read by align...
2009-07-27 Dan GohmanChange the assembly syntax for nsw, nuw, and exact...
2009-07-25 Dan GohmanWhen attempting to sign-extend an addrec by interpreting
2009-07-25 Dan GohmanTeach ScalarEvolution to make use of no-overflow flags...
2009-07-21 Dan GohmanReplace the original ad-hoc code for determining whethe...
2009-07-21 Dan GohmanAdd a testcase for PR4569, which is now fixed.
2009-07-13 Dan GohmanAdd testcases for PR4538, PR4537, and PR4534.
2009-07-04 Nick LewyckyWhen comparing constants, consider a less wide constant...
2009-06-24 Dan GohmanAdd a testcase demoing some of ScalarEvolution's new...
2009-06-22 Dan GohmanFix a bug in the trip-count computation with And/Or...
2009-06-22 Dan GohmanFix llvm::ComputeNumSignBits to handle pointer types
2009-06-22 Dan GohmanTeach ScalarEvolution how to analyze loops with multipl...
2009-06-21 Dan GohmanFix ScalarEvolution's backedge-taken count computations...
2009-06-18 Dan GohmanTeach ScalarEvolution how to recognize another xor...
2009-06-17 Dan GohmanAdd -disable-output to a bunch of tests that don't...
2009-06-17 Dan GohmanFix ScalarEvolution's Xor handling to not assume that...
2009-06-04 Dan GohmanSplit the Add, Sub, and Mul instruction opcodes into...
2009-05-18 Dan GohmanTeach ScalarEvolution to recognize x^-1 in the case...
2009-05-18 Dan GohmanMake ScalarEvolution::isLoopGuardedByCond work even...
2009-05-18 Dan GohmanAdd nounwind to a few tests.
2009-05-09 Eli FriedmanAllow scalar evolution to compute iteration counts...
2009-05-08 Dan GohmanFix bogus overflow checks by replacing them with actual
2009-05-08 Dan GohmanFold trunc casts into add-recurrence expressions, allow...
2009-05-01 Dan GohmanWhen printing a SCEVUnknown with pointer type, don...
2009-04-30 Dan GohmanExtend ScalarEvolution's getBackedgeTakenCount to be...
2009-04-29 Dan GohmanGeneralize the cast-of-addrec folding to handle folding...
2009-04-29 Dan GohmanFix this test to match the new output from scalar-evolu...
2009-04-29 Dan GohmanInclude the source type in SCEV cast expression debug...
2009-04-28 Dan GohmanFix a grammaro in a comment.
2009-04-23 Nick LewyckySimplify trunc(extend(x)) in SCEVs, just for completene...
2009-04-23 Owen AndersonTestcase for PR3909.
2009-04-21 Dan GohmanWhen turning (ashr(shl(x, n), n)) into sext(trunc(x...
2009-02-24 Dan GohmanRename ScalarEvolution's getIterationCount to getBacked...
2009-01-13 Nick LewyckyWind SCEV back in time, to Nov 18th. This 'fixes' PR327...
2009-01-02 Nick LewyckyDon't try to analyze this "backward" case. This is...
2008-12-16 Nick LewyckyGeneralize support for analyzing loops to include SLE...
2008-12-12 Nick LewyckyRevert my re-instated reverted commit, fixes the bootst...
2008-12-11 Nick LewyckySneaky, sneaky: move the -1 to the outside of the SMax...
2008-12-09 Evan Chengxfail this for now.
next