Add support for global aliases to ocaml.
[oota-llvm.git] / test / Analysis / ScalarEvolution /
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.
2008-12-09 Nick LewyckyIt's easy to handle SLE/SGE when the loop has a unit...
2008-11-18 Nick LewyckyAdd a utility function that detects whether a loop...
2008-11-16 Nick LewyckyDon't brute-force analyze cubic or higher polynomials.
2008-11-03 Nick LewyckyDon't crash analyzing certain quadratics (addrec of...
2008-09-16 Dan GohmanFinally re-apply r46959. This is made feasible by the...
2008-09-16 Dan GohmanFix spacing in the grep line for this test, following...
2008-09-15 Dan GohmanTeach ScalarEvolution to consider loop preheaders in...
2008-09-14 Dan GohmanFix WriteAsOperand to not emit a leading space characte...
2008-08-12 Dan GohmanExtend ScalarEvolution's executesAtLeastOnce logic...
2008-08-04 Eli FriedmanPR2621: Improvements to the SCEV AddRec binomial expans...
2008-07-30 Eli FriedmanAnother SCEV issue from PR2607; essentially the same...
2008-07-30 Eli FriedmanFix for PR2607: SCEV miscomputing the loop count for...
2008-07-20 Wojciech MatyjewiczFix PR2088. Use modulo linear equation solver to comput...
2008-07-19 Nick LewyckyXFAIL this test.
2008-07-19 Wojciech MatyjewiczWhile testing particular algorithms to compute loop...
2008-07-12 Nick LewyckyStop creating extraneous smax/umax in SCEV. This remove...
2008-06-13 Nick LewyckyCrash less. The i64 restriction in BinomialCoefficient...
2008-05-26 Nick LewyckyWhoops -- forgot PR reference on this test.
2008-05-26 Nick LewyckyUse {} instead of "" in RUN lines.
2008-05-25 Nick LewyckyDon't treat values as signed when looking at loop stepp...
2008-02-25 Evan ChengTemporarily reverting 46959.
2008-02-20 Nick LewyckyAdd 'umax' similar to 'smax' SCEV. Closes PR2003.
2008-02-12 Wojciech MatyjewiczNow that ScalarEvolution::print writes to the correct...
2008-02-12 Wojciech MatyjewiczChange negative grep into positive one in my yesterday...
2008-02-12 Wojciech MatyjewiczFix PR2002. Suppose n is the initial value for the...
2008-02-11 Wojciech MatyjewiczIf the LHS of the comparison is a loop-invariant we...
2008-02-11 Wojciech MatyjewiczFix PR1798 - an error in the evaluation of SCEVAddRecEx...
2007-11-28 Tanya LattnerFix bug in regression tests that ignored stderr output...
2007-11-27 Dan GohmanChange grep '' to grep {}.
2007-11-25 Nick LewyckyAdd new SCEV, SCEVSMax. This allows LLVM to analyze...
2007-11-20 Nick LewyckyBe more careful when transforming | to +. Patch from...
2007-11-15 Anton KorobeynikovReverted r44163 per request
2007-11-15 Nick LewyckyFix handling of overflow in loop calculation by adding...
2007-09-27 Nick LewyckyBuild the correct range for loops with unusual bounds...
2007-08-07 Nick LewyckyAdd reference to problem report.
2007-08-06 Nick LewyckyFix the dates on these tests. It's not September yet...
2007-08-06 Nick LewyckyLet scalar-evolution analyze loops with an unsigned...
2007-08-06 Nick LewyckyDon't assume it's safe to transform a loop just because...
2007-07-16 Nick LewyckyHandle decrementing loops properly. Fixes PR1533.
2007-06-29 John CriswellConvert .cvsignore files
2007-04-26 Zhou ShengAdd two test cases to cover apintification change.
2007-04-15 Reid SpencerFor PR1319:
2007-04-11 Reid SpencerMake the llvm-runtest function much more amenable by...
2007-03-28 Reid SpencerRemove use of implementation keyword.
2007-01-30 Reid SpencerFor PR411:
2007-01-26 Reid SpencerFor PR761:
2007-01-17 Reid SpencerIgnore the output directory.
next