[DivergenceAnalysis] fix a bug in computing influence regions
[oota-llvm.git] / test / Analysis / ScalarEvolution /
2015-11-19 Pete CooperRevert "Change memcpy/memset/memmove to have dest and...
2015-11-18 Pete CooperChange memcpy/memset/memmove to have dest and source...
2015-11-02 Sanjoy Das[SCEV] Fix PR25369
2015-10-31 Sanjoy Das[SCEV] Don't create SCEV expressions that break LCSSA
2015-10-30 Silviu Baranga[SCEV] Generalize the SCEV algorithm for creating expre...
2015-10-28 Sanjoy Das[SCEV] Compute max backedge count for loops with "shift...
2015-10-22 Sanjoy Das[SCEV] Commute zero extends through <nuw> additions
2015-10-22 Sanjoy Das[SCEV] Commute sign extends through nsw additions
2015-10-22 Sanjoy Das[SCEV] Mark AddExprs as nsw or nuw if legal
2015-10-07 Mehdi AminiRevert "Revert "This patch builds on top of D13378...
2015-10-07 James MolloyRevert "This patch builds on top of D13378 to handle...
2015-10-06 Mehdi AminiThis patch builds on top of D13378 to handle constant...
2015-10-02 Sanjoy Das[SCEV] Recognize simple br-phi patterns
2015-09-25 Sanjoy Das[SCEV] Reapply 'Teach isLoopBackedgeGuardedByCond to...
2015-09-25 Sanjoy DasRevert two SCEV changes that caused test failures in...
2015-09-25 Sanjoy Das[SCEV] Teach isLoopBackedgeGuardedByCond to exploit...
2015-09-10 Sanjoy Das[ScalarEvolution] Fix PR24757.
2015-09-09 Piotr PadlewskiScalarEvolution assume hanging bugfix
2015-09-09 Chandler Carruth[PM/AA] Rebuild LLVM's alias analysis infrastructure...
2015-08-17 Chandler Carruth[PM] Port ScalarEvolution to the new pass manager.
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-16 David Blaikie[opaque pointer type] Add textual IR support for explic...
2015-04-01 Sanjoy Das[SCEV] Look at backedge dominating conditions (re-land...
2015-03-30 Daniel JasperRevert "[SCEV] Look at backedge dominating conditions."
2015-03-27 Sanjoy Das[SCEV] Look at backedge dominating conditions.
2015-03-26 Sanjoy Das[SCEV] Revert bailout added in r75511.
2015-03-20 Nick LewyckyWhen simplifying a SCEV truncate by distributing, consi...
2015-03-18 Sanjoy Das[SCEV] Make isImpliedCond smarter.
2015-03-13 Sanjoy Das[SCEV] Fix PR22856.
2015-03-13 David Blaikie[opaque pointer type] Add textual IR support for explic...
2015-03-13 Nick LewyckyWhen forming an addrec out of a phi don't just look...
2015-03-09 Sanjoy Das[SCEV] Unify getUnsignedRange and getSignedRange
2015-03-09 Sanjoy Das[SCEV] Add a `scalar-evolution-print-constant-ranges...
2015-03-04 Sanjoy Das[SCEV] make SCEV smarter about proving no-wrap.
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...
2015-02-25 Sanjoy DasBugfix: SCEVExpander incorrectly marks increment operat...
2015-02-24 Hans WennborgRevert r230280: "Bugfix: SCEVExpander incorrectly marks...
2015-02-24 Sanjoy DasFix bug 22641
2015-02-23 Sanjoy DasBugfix: SCEVExpander incorrectly marks increment operat...
2015-02-23 Sanjoy DasRevert 230275.
2015-02-23 Sanjoy DasFix bug 22641
2015-02-18 Sanjoy DasGeneralize getExtendAddRecStart to work with both sign...
2015-02-09 Sanjoy DasBugfix: SCEV incorrectly marks certain add recurrences...
2015-02-09 Johannes DoerfertAllow ScalarEvolution to catch more min/max cases
2015-02-08 Sanjoy DasBugfix: ScalarEvolution incorrectly assumes that the...
2015-01-22 Sanjoy DasMake ScalarEvolution less aggressive with respect to...
2015-01-10 Sanjoy DasFix PR22179.
2014-12-15 Duncan P. N. Exon... IR: Make metadata typeless in assembly
2014-11-16 David MajnemerScalarEvolution: HowFarToZero was wrongly using signed...
2014-11-06 Rafael EspindolaUse FileCheck in a few tests.
2014-10-31 Bradley Smith[SCEV] Improve Scalar Evolution's use of no {un,}signed...
2014-10-10 Sanjoy DasThis patch teaches ScalarEvolution to pick and use...
2014-10-10 Mark HeffernanThis patch de-pessimizes the calculation of loop trip...
2014-09-07 Hal FinkelMake use @llvm.assume for loop guards in ScalarEvolution
2014-05-27 Dinesh DwivediAdding testcase for PR18886.
2014-05-23 Andrew TrickTest case comments. Fix sloppiness.
2014-05-23 Andrew TrickFix and improve SCEV ComputeBackedgeTankCount.
2014-05-22 Andrew TrickFix a bug in SCEV's backedge taken count computation...
2014-03-25 Benjamin KramerScalarEvolution: Compute exit counts for loops with...
2014-02-16 Nico RieckActually call FileCheck in tests
2014-02-11 Benjamin KramerScalarEvolution: Analyze trip count of loops with a...
2014-01-27 Nick LewyckyFix crasher introduced in r200203 and caught by a libc...
2014-01-27 Nick LewyckyTeach SCEV to handle more cases of 'and X, CST', specif...
2014-01-24 Alp TokerFix known typos
2014-01-09 Stepan DyatkovskiyFixed old typo in ScalarEvolution, that caused wrong...
2013-11-06 Andrew TrickRewrite SCEV's backedge taken count computation.
2013-10-28 Benjamin KramerSCEV: Make the final add of an inbounds GEP nuw if...
2013-10-21 Matt ArsenaultFix creating bitcasts between address spaces in SCEV.
2013-10-18 Andrew TrickSCEV should use NSW to get trip count for positive...
2013-09-10 Matt ArsenaultTeach ScalarEvolution about pointer address spaces
2013-08-22 Bill WendlingFileCheck-ize tests.
2013-08-16 Daniel Dunbar[tests] Cleanup initialization of test suffixes.
2013-08-05 Bill WendlingFileCheckize some of the testcases.
2013-07-13 Stephen LinAdd newlines at end of test files, no functionality...
2013-05-31 Andrew TrickUnit test for SCEV fix r182989, PR16130.
2013-04-29 Manman RenTBAA: remove !tbaa from testing cases if not used.
2013-03-26 Andrew TrickFix SCEV forgetMemoizedResults should search and destro...
2012-12-30 Dmitri GribenkoTests: rewrite 'opt ... %s' to 'opt ... < %s' so that...
2012-12-30 Dmitri GribenkoAdd a check to the test Analysis/ScalarEvolution/2010...
2012-12-30 Dmitri GribenkoTests: rewrite 'opt ... %s' to 'opt ... < %s' so that...
2012-08-17 Benjamin KramerFix broken check lines.
2012-08-01 Nick LewyckyStay rational; don't assert trying to take the square...
2012-07-02 Chandler CarruthFix the remaining TCL-style quotes found in the testsui...
2012-07-02 Chandler CarruthConvert the uses of '|&' to use '2>&1 |' instead, which...
2012-07-02 Chandler CarruthConvert all tests using TCL-style quoting to use shell...
2012-06-28 Nick LewyckyIf the step value is a constant zero, the loop isn...
2012-05-30 Andrew TrickSCEV: Handle a corner case reducing AddRecExpr * AddRecExpr
2012-05-19 Andrew TrickSCEV: Add MarkPendingLoopPredicates to avoid recursive...
2012-04-17 Benjamin KramerRevert "SCEV: When expanding a GEP the final addition...
2012-04-07 Benjamin KramerSCEV: When expanding a GEP the final addition to the...
2012-03-26 Andrew TrickSCEV fix: Handle loop invariant loads.
2012-03-22 Andrew TrickTest scalar evolution directly instead of testing the...
2012-02-16 Eli BenderskyReplace all instances of dg.exp file with lit.local...
2011-11-29 Andrew TrickSCEV fix. In general, Add/Mul expressions should not...
2011-11-29 Andrew TrickFilecheckize.
2011-11-09 Nick LewyckyDon't forget to check FlagNW when determining whether...
2011-10-27 Benjamin Kramer2>&1 doesn't work here, it just creates an empty file...
next