summaryrefslogtreecommitdiffstats
path: root/polly/test/Isl
Commit message (Expand)AuthorAgeFilesLines
* Migrate function attribute "no-frame-pointer-elim"="false" to "frame-pointer"...Fangrui Song2019-12-2419-29/+29
* Migrate function attribute "no-frame-pointer-elim" to "frame-pointer"="all" a...Fangrui Song2019-12-243-3/+3
* [CodeGen] Handle outlining of CopyStmts.Michael Kruse2019-09-171-0/+72
* [test] Add wrap flags after D61934.Michael Kruse2019-06-172-3/+3
* [CodeGen] Fix order of PHINode and MA Write generation.Michael Kruse2019-05-203-0/+148
* [CodeGen] LLVM OpenMP Backend.Michael Kruse2019-03-194-15/+152
* Remove irrelevant references to legacy git repositories fromJames Y Knight2019-01-154-4/+4
* [PerfMonitor] Fix rdtscp callsitesTobias Grosser2018-09-113-35/+38
* [SCEV] Re-apply r335197 (with Polly fixes).Tim Shen2018-06-211-11/+15
* Adjust to debug info metadata format change.Tobias Grosser2018-05-102-2/+2
* [CodeGen] Print executed statement instances at runtime.Michael Kruse2018-04-251-0/+38
* [CodeGen] Allow undefined loads in statement instances outside context.Michael Kruse2018-04-103-0/+205
* [Polly][IslAst] Fix minimal dependence distance.Huihui Zhang2018-04-041-0/+57
* [ScopBuilder] Make -polly-stmt-granularity=scalar-indep the default.Michael Kruse2018-02-0311-16/+16
* [CodeGen] Fix noalias annotations for memcpy/memmove.Michael Kruse2017-12-221-0/+41
* [CodeGen] Detect empty domain because of parameters context.Michael Kruse2017-11-211-0/+86
* [OpenMP] Fix reference collection of latest base ptrs.Michael Kruse2017-10-312-3/+47
* [Polly] Add XFAIL to large-numbers-in-boundary-context.llAnna Thomas2017-10-161-0/+1
* UnXFAIL tests that previously failed VerifyDFSNumbersJakub Kuderski2017-10-032-6/+0
* XFAIL two test that fail VerifyDFSNumbers DominatorTree checkJakub Kuderski2017-10-032-0/+6
* [ScopDetect/Info] Look through PHIs that follow an error blockTobias Grosser2017-09-241-0/+53
* [IslExprBuilder] Do not generate RTC with more than 64 bitTobias Grosser2017-09-231-6/+5
* Check whether IslAstInfo and DependenceInfo were computed for the same Scop.Michael Kruse2017-09-211-0/+61
* [CodeGen] Bitcast scalar writes to actual value.Michael Kruse2017-09-071-0/+37
* [IslAst] Do not assert in case of empty min/max alias locationsTobias Grosser2017-09-031-0/+72
* [BlockGenerator] Generate entry block of regions from instruction listsTobias Grosser2017-08-312-4/+58
* Revert "[BlockGenerator] Generate entry block of regions from instruction lists"Tobias Grosser2017-08-312-58/+4
* Adapt testcase to LLVM change in DIGlobalVariableExpression.Adrian Prantl2017-08-301-1/+1
* [BlockGenerator] Generate entry block of regions from instruction listsTobias Grosser2017-08-302-4/+58
* [ScopBuilder] Introduce metadata for splitting scop statement.Michael Kruse2017-08-301-0/+44
* [IslAst] Do not compare arrays in alias check which are known to be identicalTobias Grosser2017-08-281-0/+33
* [CodeGen] Detect impossible partial write conditions more reliably.Michael Kruse2017-08-243-0/+177
* [IRBuilder] Only emit alias scop metadata for arrays, but not scalarsTobias Grosser2017-08-221-9/+8
* [JSON] Make the failure to parse a jscop file a hard errorPhilip Pfaffe2017-08-101-1/+1
* [CodeGen] Use isLatestArrayKind().Michael Kruse2017-08-091-0/+58
* Remove offset parameter from llvm.dbg.value intrinsics in testcaseAdrian Prantl2017-07-281-5/+5
* [IslAst] Untangle IslAst lit-testcases from specifics of the legacy-PMPhilip Pfaffe2017-07-256-12/+4
* [IslNodeBuilder] Relax complexity check in invariant loads and run it earlyTobias Grosser2017-07-201-70/+0
* [ScopInfo] Simplify new access functions under domain contextTobias Grosser2017-07-171-8/+8
* [ScopDetection] If a loop is not part of a scop, none of it backedges can beTobias Grosser2017-07-151-49/+0
* [Invariant Loads] Do not consider invariant loads to have dependences.Siddharth Bhat2017-07-134-11/+4
* [tests] Set -polly-import-jscop-dir=%S alwaysTobias Grosser2017-07-1139-48/+48
* [IslAst] Print memory accesses in AST dumpTobias Grosser2017-07-102-3/+60
* Heap allocation for new arrays.Michael Kruse2017-06-283-0/+255
* [CodeGen] Emit aliasing metadata for new arrays.Michael Kruse2017-06-191-0/+12
* [Polly] [BlockGen] Support partial writes in regionsTobias Grosser2017-06-066-0/+344
* Add test coverage for regions with non-affine loopsTobias Grosser2017-06-031-0/+62
* [CodeGen] Track trip counts per-scop for performance measurement.Siddharth Bhat2017-06-023-98/+150
* [CodeGen] Print performance counter information in CSV.Siddharth Bhat2017-06-021-7/+5
* [CodeGen] Extend Performance Counter to track per-scop information.Siddharth Bhat2017-06-022-3/+100
OpenPOWER on IntegriCloud