summaryrefslogtreecommitdiffstats
path: root/polly/test
Commit message (Expand)AuthorAgeFilesLines
* Generalize the pass registration mechanism used by Polly to any third-party toolserge_sans_paille2020-01-023-12/+12
* Migrate function attribute "no-frame-pointer-elim"="false" to "frame-pointer"...Fangrui Song2019-12-2440-58/+58
* Migrate function attribute "no-frame-pointer-elim" to "frame-pointer"="all" a...Fangrui Song2019-12-2423-29/+29
* [GPGPU] Fix regression test after 395124.Michael Kruse2019-11-131-1/+1
* [ScopBuilder] Fix bug 38358 by preserving correct order of ScopStmts.Michael Kruse2019-10-171-0/+94
* Revert "Update polly test for SCEV change."Tim Northover2019-09-301-1/+1
* [CodeGen] Handle outlining of CopyStmts.Michael Kruse2019-09-171-0/+72
* [ScopBuilder] Skip getting leader when merging statements to close holes.Michael Kruse2019-09-131-0/+80
* [Polly-ACC] Fix test after IR-printer change.Michael Kruse2019-08-131-1/+1
* Update polly test for SCEV change.Eli Friedman2019-07-181-1/+1
* [test] Add wrap flags after D61934.Michael Kruse2019-06-172-3/+3
* [ScheduleOptimizer] Hoist extension nodes after schedule optimization.Michael Kruse2019-05-312-54/+181
* [DeLICM] Use polly::singleton to allow empty result.Michael Kruse2019-05-211-0/+77
* [CodeGen] Fix order of PHINode and MA Write generation.Michael Kruse2019-05-203-0/+148
* [Polly] Don't crash on invalid delinearization result.Eli Friedman2019-05-141-0/+27
* [ZoneAlgo] Fix PHI inconsistency in invalid contexts.Michael Kruse2019-05-103-2/+91
* [polly][SCEV] Expand SCEV matcher cases for new smin/umin opsKeno Fischer2019-05-081-1/+1
* [CodeGen] LLVM OpenMP Backend.Michael Kruse2019-03-194-15/+152
* Remove irrelevant references to legacy git repositories fromJames Y Knight2019-01-1517-20/+20
* Fix another error related to YAML quoting.Zachary Turner2018-10-121-6/+6
* [IslAst] Fix InParallelFor nesting.Michael Kruse2018-09-272-0/+69
* [PerfMonitor] Fix rdtscp callsitesTobias Grosser2018-09-113-35/+38
* [ScopBuilder] Set domain to empty instead of NULL.Michael Kruse2018-08-011-0/+36
* [test] Remove non-JSPON comments in JSCOP file. NFC.Michael Kruse2018-07-281-17/+0
* Fix for r336080: Missing colon in REQUIRES linePhilip Pfaffe2018-07-021-1/+1
* [polly-acc] change cl_get_* return types to 32/64bitPhilip Pfaffe2018-07-021-0/+90
* [ScopHelper] Provide support for recognising collective invariant loadsPhilip Pfaffe2018-06-291-0/+56
* test: use regex matchers to make test-case robust against register renumberingsTobias Grosser2018-06-281-2/+2
* [SCEV] Re-apply r335197 (with Polly fixes).Tim Shen2018-06-211-11/+15
* Adjust to recent LLVM changes to fix buildbotsTobias Grosser2018-06-161-2/+2
* [test] Fix a typo in a test case [NFCI]Tobias Grosser2018-06-131-2/+2
* [Polly] Fix a testcase after LLVM commit r334318Krzysztof Parzyszek2018-06-081-3/+3
* [Acc] Followup for r333105: Fix one additional testcasePhilip Pfaffe2018-05-241-1/+2
* [Acc] Enable legacy stmt granularity in remaining failing testcasesPhilip Pfaffe2018-05-233-2/+3
* [Acc] Update testcases for minor changes in the PPCG mapper andPhilip Pfaffe2018-05-235-6/+6
* [DeLICM] Avoid assertion on out-of-quota.Michael Kruse2018-05-161-0/+131
* [SCEVAffinator] Fix handling of pwaff complexity limit.Eli Friedman2018-05-141-0/+37
* Adjust to debug info metadata format change.Tobias Grosser2018-05-1015-20/+20
* [ScopInfo] Remove bail out condition in buildMinMaxAccess().Michael Kruse2018-05-091-0/+109
* [test] Replace undef with true/false to make test case less fragileTobias Grosser2018-05-081-5/+5
* Pass compiler arguments in the create_ll.sh scriptPhilip Pfaffe2018-05-021-2/+5
* [CodeGen] Print executed statement instances at runtime.Michael Kruse2018-04-251-0/+38
* [ScopDetect] Reject loop with multiple exit blocks.Michael Kruse2018-04-2512-1/+453
* Allow arbitrary function calls for debugging purposes.Michael Kruse2018-04-201-0/+37
* [ScopDetect / ScopInfo] Get statistics for scops without any loop correctlyTobias Grosser2018-04-181-2/+24
* [NewPM] Update pass registration for the LLVM plugin interfacePhilip Pfaffe2018-04-172-0/+15
* [CodeGen] Allow undefined loads in statement instances outside context.Michael Kruse2018-04-103-0/+205
* [ScopInfo] Avoid iterator invalidation.Michael Kruse2018-04-101-0/+58
* [ScopInfo] Completely remove MemoryAccesses when their parent statement is re...Michael Kruse2018-04-091-0/+100
* Remove immediate dominator heuristic for error block detection.Michael Kruse2018-04-096-117/+96
OpenPOWER on IntegriCloud