summaryrefslogtreecommitdiffstats
path: root/polly/test/ScopInfo
Commit message (Expand)AuthorAgeFilesLines
* [SCEVValidator] Loop exit values of loops before the SCoP are synthesizable.Michael Kruse2017-07-261-0/+61
* Untangle ScopInfo lit-testcases from specifics of the legacy-PMPhilip Pfaffe2017-07-217-22/+19
* [IslNodeBuilder] Relax complexity check in invariant loads and run it earlyTobias Grosser2017-07-201-0/+73
* [ScopInfo] Add support for wrap-around of integers in unsigned comparisons.Michael Kruse2017-07-208-5/+189
* [Polly] [OptDiag] Updating Polly Diagnostics RemarksEli Friedman2017-07-171-0/+35
* [Invariant Loads] Do not consider invariant loads to have dependences.Siddharth Bhat2017-07-132-16/+7
* [FIX] Add %loadPolly to testAndreas Simbuerger2017-06-271-1/+1
* [ScopInfo] Bound the number of array disjuncts in run-time bounds checksTobias Grosser2017-06-251-0/+241
* [ScopInfo] Fix crash with sum of invariant load and AddRec.Eli Friedman2017-06-201-0/+50
* Don't check side effects for functions outside of SCoPEli Friedman2017-06-141-0/+36
* [ScopBuilder] Exclude ignored intrinsics from explicit instruction list.Michael Kruse2017-06-011-0/+46
* [test] Add a short explanation to testTobias Grosser2017-05-311-0/+6
* [ScopInfo] Do not add terminator & synthesizable instructions to the output i...Michael Kruse2017-05-291-5/+0
* Delinearize memory accesses that reference parameters coming from function callsTobias Grosser2017-05-271-0/+118
* Allow side-effect free function calls in valid affine SCEVsTobias Grosser2017-05-271-0/+67
* [Polly] Added the list of Instructions to output in ScopInfo passTobias Grosser2017-05-271-0/+49
* [Polly] Add handling of Top Level RegionsPhilip Pfaffe2017-05-241-0/+3
* [ScopInfo] Simplify domains earlyTobias Grosser2017-05-231-0/+378
* [Fortran Support] Materialize outermost dimension for Fortran array.Siddharth Bhat2017-05-191-2/+2
* [ScopDetection] Allow detection of full functionsTobias Grosser2017-05-191-0/+64
* [ScopInfo] Gracefully handle long compile timesTobias Grosser2017-05-191-0/+235
* [Fortran Support] Change "global" pattern match to work for paramsSiddharth Bhat2017-05-182-1/+95
* [Polly][Fortran Support] Fix two testcases for the loadable-library use-casePhilip Pfaffe2017-05-152-2/+2
* [Fortran Support] Add pattern match for Fortran Arrays that are parameters.Siddharth Bhat2017-05-151-0/+67
* [NFC] [Fortran Support] Run -instnamer on testcasesSiddharth Bhat2017-05-122-40/+40
* [NFC] [Fortran Support] Cleanup Fortran Array pattern mactch testcasesSiddharth Bhat2017-05-122-0/+205
* [Polly] Canonicalize arrays according to base-ptr equivalence classTobias Grosser2017-05-107-0/+433
* Fix typoTobias Grosser2017-05-051-1/+1
* [ScopBuilder] Do not verify unfeasible SCoPs.Michael Kruse2017-05-051-0/+51
* Fix handling of signWrappedSets in access relationsTobias Grosser2017-05-051-0/+42
* [ScopInfo] Do not use LLVM names to identify statements, arrays, and parametersTobias Grosser2017-05-032-0/+298
* [tests] Ensure all test cases use named variablesTobias Grosser2017-04-284-124/+124
* [test] Fix two testcases. NFC.Michael Kruse2017-04-031-1/+1
* [ScopDetect/Info] Allow unconditional hoisting of loads from dereferenceable ...Tobias Grosser2017-03-091-0/+112
* [ScopDetection] Require LoadInst base pointers to be hoisted.Michael Kruse2017-03-072-5/+8
* [tests] Make sure tests do not end in 'unreachable' - Part IIITobias Grosser2017-03-071-1/+1
* [tests] Update bounds-check elimination test casesTobias Grosser2017-03-072-8/+8
* [tests] Make sure tests do not end in 'unreachable' - Part IITobias Grosser2017-03-075-6/+6
* [tests] Make sure tests do not end in 'unreachable'Tobias Grosser2017-03-072-2/+2
* Adapt to llvm change r296992 to unbreak the botsSanjoy Das2017-03-061-2/+2
* [ScopDetection] Do not allow required-invariant loads in non-affine regionTobias Grosser2017-03-021-0/+66
* [ScopInfo] Disable memory folding in case it results in multi-disjunct relationsTobias Grosser2017-03-013-2/+5
* [ScopInfo] Simplify inbounds assumptions under domain constraintsTobias Grosser2017-02-284-3/+776
* [ScopInfo] Count read-only arrays when computing complexity of alias checkTobias Grosser2017-02-181-0/+224
* [ScopInfo] Add statistics to count loops after scop modelingTobias Grosser2017-02-171-0/+241
* Updated isl to isl-0.18-254-g6bc184dTobias Grosser2017-02-178-13/+13
* [ScopInfo] Do not try to fold array dimensions of size zeroTobias Grosser2017-02-171-0/+59
* [tests] Fix some misspellings [NFC]Tobias Grosser2017-02-161-1/+1
* [ScopInfo] Bound the number of disjuncts in contextTobias Grosser2017-02-161-0/+207
* [ScopInfo] Always derive upper and lower bounds for parametersTobias Grosser2017-02-161-1/+1
OpenPOWER on IntegriCloud