summaryrefslogtreecommitdiffstats
path: root/polly/test/Simplify
Commit message (Expand)AuthorAgeFilesLines
* [test] Remove non-JSPON comments in JSCOP file. NFC.Michael Kruse2018-07-281-17/+0
* [Polly] Fix a testcase after LLVM commit r334318Krzysztof Parzyszek2018-06-081-3/+3
* [ScopBuilder] Make -polly-stmt-granularity=scalar-indep the default.Michael Kruse2018-02-0316-16/+16
* [Simplify] Mark (and sweep) based on latest access relation.Michael Kruse2017-10-266-0/+332
* [ScopInfo] Use map for value def/PHI read accesses.Michael Kruse2017-09-211-0/+65
* [Simplify] Actually remove unsed instruction from region header.Michael Kruse2017-09-051-0/+62
* [JSON] Make the failure to parse a jscop file a hard errorPhilip Pfaffe2017-08-101-1/+1
* [Simplify] Rewrite redundant write detection algorithm.Michael Kruse2017-08-0115-7/+594
* [Simplify] Improve scalability.Michael Kruse2017-08-012-0/+292
* [Simplify] Remove all kinds of redundant scalar writes.Michael Kruse2017-07-314-7/+136
* [Simplify] Implement write accesses coalescing.Michael Kruse2017-07-2925-10/+855
* [test] Add test case for -polly-simplify. NFC.Michael Kruse2017-07-291-0/+44
* [Simplify] Do not remove dependencies of phis within region stmts.Michael Kruse2017-07-281-0/+50
* [Simplify] Fix typo in statistics output. NFC.Michael Kruse2017-07-281-1/+1
* [Simplify] Remove empty partial accesses first. NFC.Michael Kruse2017-07-281-1/+1
* [Simplify] Count PHINodes in simplifiable exit nodes as escaping use.Michael Kruse2017-07-271-0/+37
* [Simplify] Fix invalid removal write for escaping values.Michael Kruse2017-07-261-0/+44
* [ScopInfo] Fix assertion for PHIs not in a region stmts entry.Michael Kruse2017-07-251-0/+63
* [Simplify] Remove partial write accesses with empty domain.Michael Kruse2017-07-223-0/+86
* [Simplify] Remove unused instructions and accesses.Michael Kruse2017-07-204-0/+193
* [Simplify] Also remove redundant writes which originally came from PHI nodesTobias Grosser2017-07-111-6/+0
* [tests] Set -polly-import-jscop-dir=%S alwaysTobias Grosser2017-07-115-5/+5
* [Simplify] Add test case which we currently missTobias Grosser2017-07-113-0/+356
* [Simplify] Use execution order of memory accesses.Michael Kruse2017-06-063-0/+126
* [Simplify] Remove identical write removal. NFC.Michael Kruse2017-05-136-6/+6
* [Simplify] Remove writes that are overwritten.Michael Kruse2017-05-136-0/+286
* [Simplify] Remove identical scalar writes.Michael Kruse2017-05-116-0/+321
* [Simplify] Add -polly-simplify pass.Michael Kruse2017-03-104-0/+155
OpenPOWER on IntegriCloud