Use getEdgeProbability() instead of getEdgeWeight() in BFI and remove getEdgeWeight...
[oota-llvm.git] / test / Analysis / Delinearization /
2015-10-22 Sanjoy Das[SCEV] Mark AddExprs as nsw or nuw if legal
2015-10-12 Tobias GrosserSCEV: Allow simple AddRec * Parameter products in delin...
2015-08-14 Bjarke Hammersholt... [SCEV] Apply NSW and NUW flags via poison value analysi...
2015-07-28 Jingyue Wu[SCEV] Apply NSW and NUW flags via poison value analysis
2015-04-22 Brendon CahoonFix a type mismatch assert in SCEV division
2015-04-20 Brendon CahoonRecognize n/1 in the SCEV divide function
2015-03-04 Mehdi AminiMake DataLayout Non-Optional in the Module
2015-02-27 David Blaikie[opaque pointer type] Add textual IR support for explic...
2015-02-27 David Blaikie[opaque pointer type] Add textual IR support for explic...
2014-06-08 Tobias GrosserScalarEvolution: Derive element size from the type...
2014-05-27 Sebastian Popremove constant terms
2014-05-12 Adam Nemet[Test] Trim unnecessary .c and .cpp from config.suffix...
2014-05-12 Sebastian Popdo not assert when delinearization fails
2014-05-08 Sebastian Popadd testcase for r208237: do not collect undef terms
2014-05-07 Sebastian Popsplit delinearization pass in 3 steps
2014-04-08 Sebastian Popin findGCD of multiply expr return the gcd
2013-11-12 Sebastian Popdelinearization of arrays