Re-apply "InstrProf: Add unit tests for the profile reader and writer"
[oota-llvm.git] / test / Analysis / ScalarEvolution /
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...
2011-10-25 Duncan SandsRestore commits 142790 and 142843 - they weren't breaki...
2011-10-25 Duncan SandsSpeculatively revert commits 142790 and 142843 to see...
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...
next