summaryrefslogtreecommitdiffstats
path: root/llvm/test/Transforms/LoopUnroll
Commit message (Expand)AuthorAgeFilesLines
* Add functions for finding ephemeral valuesHal Finkel2014-09-071-0/+44
* After unrolling a loop with llvm.loop.unroll.count metadata (unroll factorMark Heffernan2014-07-241-6/+54
* Do not add unroll disable metadata after unrolling pass for loops with #pragm...Mark Heffernan2014-07-231-14/+46
* In unroll pragma syntax and loop hint metadata, change "enable" forms to a ne...Mark Heffernan2014-07-232-41/+11
* Remove unroll pragma metadata after it is used.Mark Heffernan2014-07-182-0/+73
* Rename loop unrolling and loop vectorizer metadata to have a common prefix.Eli Bendersky2014-06-251-4/+4
* LoopUnrollRuntime: Check for overflow in the trip count calculation.Benjamin Kramer2014-06-211-0/+6
* Teach LoopUnrollPass to respect loop unrolling hints in metadata.Eli Bendersky2014-06-161-0/+285
* Revert r210721 as it causes breakage in internal builds (and possibly GDB).Eli Bendersky2014-06-121-285/+0
* Teach LoopUnrollPass to respect loop unrolling hints in metadata.Eli Bendersky2014-06-111-0/+285
* Reduce verbiage of lit.local.cfg filesAlp Toker2014-06-092-4/+2
* LCSSA should be performed on the outermost affected loop while unrolling loop.Dinesh Dwivedi2014-05-291-0/+43
* Move late partial-unrolling thresholds into the processor definitionsHal Finkel2014-05-081-2/+2
* LoopUnroll: If we're doing partial unrolling, use the PartialThreshold to lim...Benjamin Kramer2014-05-041-0/+47
* Fix vectorization remarks.Diego Novillo2014-04-291-0/+25
* Implement X86TTI::getUnrollingPreferencesHal Finkel2014-04-012-0/+84
* Implement TTI getUnrollingPreferences for PowerPCHal Finkel2013-09-112-0/+52
* [tests] Cleanup initialization of test suffixes.Daniel Dunbar2013-08-161-1/+0
* Fixup to r186268 and r186269: don't append -LABEL to CHECK-NOT. No functional...Stephen Lin2013-07-141-1/+1
* Update Transforms tests to use CHECK-LABEL for easier debugging. No functiona...Stephen Lin2013-07-147-20/+20
* Modify two Transforms tests to explicitly check for full function names in so...Stephen Lin2013-07-141-1/+1
* Prevent loop-unroll from making assumptions about undefined behavior.Andrew Trick2013-05-312-22/+62
* Revert the test moves from 176733. Use "REQUIRES: asserts" instead.Jan Wen Voung2013-03-122-4/+1
* Disable statistics on Release builds and move tests that depend on -stats.Jan Wen Voung2013-03-082-0/+4
* Add a new attribute, 'noduplicate'. If a function contains a noduplicate call...James Molloy2012-12-201-0/+23
* getSmallConstantTripMultiple should never return zero.Hal Finkel2012-10-241-0/+44
* Fix tests that didn't test anything.Benjamin Kramer2012-09-261-1/+1
* Fix 12513: Loop unrolling breaks with indirect branches.Andrew Trick2012-04-101-0/+40
* Add testcase for r154007, when a function has the optsize attribute,Hongbin Zheng2012-04-041-0/+35
* Remove redundant -enable-iv-rewrite=false flags from test cases.Andrew Trick2012-03-221-1/+1
* Replace all instances of dg.exp file with lit.local.cfg, since all tests are ...Eli Bendersky2012-02-162-3/+1
* Add -unroll-runtime for unrolling loops with run-time trip counts.Andrew Trick2011-12-094-0/+214
* Fix a corner case in updating LoopInfo after fully unrolling an outer loop.Andrew Trick2011-11-181-0/+41
* Don't try to loop on iterators that are potentially invalidated inside the lo...Nick Lewycky2011-11-121-0/+42
* Unit test for r140919, loop unroll heuristics.Andrew Trick2011-10-041-0/+36
* Reapply r139759. Disable IV rewriting by default. See PR10916.Andrew Trick2011-09-151-1/+1
* [indvars] Revert r139579 until 401.bzip -arch i386 miscompilation is fixed. P...Andrew Trick2011-09-131-1/+1
* Disable IV rewriting by default. See PR10916.Andrew Trick2011-09-131-1/+1
* Rename -disable-iv-rewrite to -enable-iv-rewrite=false in preparation for def...Andrew Trick2011-09-121-1/+1
* Test case update for unroll-scev.Andrew Trick2011-09-022-8/+13
* -unroll-scev flag removalAndrew Trick2011-09-024-4/+4
* ConstantVector returns arbitrary value for the wrong index.Jakub Staszak2011-09-021-0/+29
* A slew of unit tests for the recent LoopInfo::updateUnloop featureAndrew Trick2011-08-111-0/+429
* Allow loop unrolling to get known trip counts from ScalarEvolution.Andrew Trick2011-08-111-0/+172
* Invoke SimplifyIndVar when we partially unroll a loop. Fixes PR10534.Andrew Trick2011-08-101-0/+39
* Fix the LoopUnroller to handle nontrivial loops and partial unrolling.Andrew Trick2011-08-102-0/+162
* add a testcase for r125827Chris Lattner2011-02-181-0/+24
* Rename 'loopsimplify' to 'loop-simplify'.Cameron Zwarich2011-02-101-1/+1
* Revert r113439, which relaxed the requirement that loops containing calls can...Owen Anderson2010-09-091-51/+0
* Relax the "don't unroll loops containing calls" rule. Instead, when a loop c...Owen Anderson2010-09-081-0/+51
OpenPOWER on IntegriCloud