summaryrefslogtreecommitdiff
path: root/polly/test
AgeCommit message (Expand)Author
2018-07-28[test] Remove non-JSPON comments in JSCOP file. NFC.Michael Kruse
2018-07-02Fix for r336080: Missing colon in REQUIRES linePhilip Pfaffe
2018-07-02[polly-acc] change cl_get_* return types to 32/64bitPhilip Pfaffe
2018-06-29[ScopHelper] Provide support for recognising collective invariant loadsPhilip Pfaffe
2018-06-28test: use regex matchers to make test-case robust against register renumberingsTobias Grosser
2018-06-21[SCEV] Re-apply r335197 (with Polly fixes).Tim Shen
2018-06-16Adjust to recent LLVM changes to fix buildbotsTobias Grosser
2018-06-13[test] Fix a typo in a test case [NFCI]Tobias Grosser
2018-06-08[Polly] Fix a testcase after LLVM commit r334318Krzysztof Parzyszek
2018-05-24[Acc] Followup for r333105: Fix one additional testcasePhilip Pfaffe
2018-05-23[Acc] Enable legacy stmt granularity in remaining failing testcasesPhilip Pfaffe
2018-05-23[Acc] Update testcases for minor changes in the PPCG mapper andPhilip Pfaffe
2018-05-16[DeLICM] Avoid assertion on out-of-quota.Michael Kruse
2018-05-14[SCEVAffinator] Fix handling of pwaff complexity limit.Eli Friedman
2018-05-10Adjust to debug info metadata format change.Tobias Grosser
2018-05-09[ScopInfo] Remove bail out condition in buildMinMaxAccess().Michael Kruse
2018-05-08[test] Replace undef with true/false to make test case less fragileTobias Grosser
2018-05-02Pass compiler arguments in the create_ll.sh scriptPhilip Pfaffe
2018-04-25[CodeGen] Print executed statement instances at runtime.Michael Kruse
2018-04-25[ScopDetect] Reject loop with multiple exit blocks.Michael Kruse
2018-04-20Allow arbitrary function calls for debugging purposes.Michael Kruse
2018-04-18[ScopDetect / ScopInfo] Get statistics for scops without any loop correctlyTobias Grosser
2018-04-17[NewPM] Update pass registration for the LLVM plugin interfacePhilip Pfaffe
2018-04-10[CodeGen] Allow undefined loads in statement instances outside context.Michael Kruse
2018-04-10[ScopInfo] Avoid iterator invalidation.Michael Kruse
2018-04-09[ScopInfo] Completely remove MemoryAccesses when their parent statement is re...Michael Kruse
2018-04-09Remove immediate dominator heuristic for error block detection.Michael Kruse
2018-04-04[Polly][IslAst] Fix minimal dependence distance.Huihui Zhang
2018-03-19Move code generation test case to test/CodeGen/Tobias Grosser
2018-03-05[Polly][CMake] Fix lit setup for building the in the mono repoPhilip Pfaffe
2018-03-03[ScopInfo] Do not use the set dimension ids to carry loop informationTobias Grosser
2018-02-20Update isl to isl-0.18-1047-g4a20ef8Tobias Grosser
2018-02-12[ScopBuilder] scalar-indep: Fix mutually referencing PHIs.Michael Kruse
2018-02-03[ScopBuilder] Make -polly-stmt-granularity=scalar-indep the default.Michael Kruse
2018-01-23[ScopBuilder] Prefer PHI Write accesses in the statement the incoming value i...Michael Kruse
2018-01-20Assume the shared library path variable is LD_LIBRARY_PATH on systemsDimitry Andric
2018-01-19Change memcpy/memove/memset to have dest and source alignment attributes (Ste...Daniel Neilson
2018-01-18[ScopBuilder] Revise statement naming when there are multiple statements per BB.Michael Kruse
2018-01-17[polly] [ScopInfo] Don't use isl_val_get_num_si.Eli Friedman
2017-12-22[CodeGen] Fix noalias annotations for memcpy/memmove.Michael Kruse
2017-12-22Fix isl out-of-quota errors affecting later quota guards.Michael Kruse
2017-12-11[ScopBuilder] Split statements on encountering store instructions.Michael Kruse
2017-12-01[NFC] In GPGPU testcases, replace numeric registers in CHECK directives.Philip Pfaffe
2017-11-30Handle Top-Level-Regions in polly::isHoistableLoadPhilip Pfaffe
2017-11-21[CodeGen] Detect empty domain because of parameters context.Michael Kruse
2017-11-19Port ScopInfo to the isl cpp bindingsPhilip Pfaffe
2017-10-31[ZoneAlgo/ForwardOpTree] Normalize PHIs to their known incoming values.Michael Kruse
2017-10-31[DeLICM] Fix wrong assumed access execution order.Michael Kruse
2017-10-31[OpenMP] Fix reference collection of latest base ptrs.Michael Kruse
2017-10-29Fix two testcases. NFC intended.Philip Pfaffe