summaryrefslogtreecommitdiffstats
path: root/polly/test/GPGPU
Commit message (Expand)AuthorAgeFilesLines
* Migrate function attribute "no-frame-pointer-elim"="false" to "frame-pointer"...Fangrui Song2019-12-244-5/+5
* [GPGPU] Fix regression test after 395124.Michael Kruse2019-11-131-1/+1
* [Polly-ACC] Fix test after IR-printer change.Michael Kruse2019-08-131-1/+1
* Remove irrelevant references to legacy git repositories fromJames Y Knight2019-01-157-8/+8
* 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
* [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
* Adjust to debug info metadata format change.Tobias Grosser2018-05-101-1/+1
* [NFC] In GPGPU testcases, replace numeric registers in CHECK directives.Philip Pfaffe2017-12-015-21/+22
* Fix two testcases. NFC intended.Philip Pfaffe2017-10-292-13/+13
* [GPGPU] Make sure escaping invariant load hoisted scalars are preservedTobias Grosser2017-10-041-0/+30
* Add missing REQUIRES lineTobias Grosser2017-10-011-0/+2
* [GPGPU] Set Polly's RTC to false in case invariant load hoisting failsTobias Grosser2017-10-011-0/+40
* [ISLNodeBuilder] Materialize Fortran array sizes of arrays without memory acc...Siddharth Bhat2017-09-011-0/+102
* [PPCGCodeGen] Convert intrinsics to libdevice functions whenever possible.Siddharth Bhat2017-08-312-6/+14
* test/GPGPU/invalid-kernel-assert-verifymodule.ll also requires assertionsTobias Grosser2017-08-221-1/+1
* [GPGPU] Add llvm.powi to the libdevice supported functionsTobias Grosser2017-08-211-2/+6
* [GPGPU] Add log / logf to the libdevice supported functionsTobias Grosser2017-08-212-4/+11
* Revert "[GPGPU] Simplify PPCGSCop to reduce compile time [NFC]"Tobias Grosser2017-08-192-8/+8
* [GPGPU] Correctly initialize array order and fixed_element informationTobias Grosser2017-08-193-33/+98
* [PPCG] Only add Kernel argument sizes for OpenCL, not CUDA runtimePhilipp Schaad2017-08-196-20/+12
* [GPGPU] Collect parameter dimension used in MemoryAccessesTobias Grosser2017-08-191-0/+44
* [GPGPU] Simplify PPCGSCop to reduce compile time [NFC]Tobias Grosser2017-08-182-8/+8
* [ManagedMemoryRewrite] Rewrite malloc, free correctly inside `Constant`s.Siddharth Bhat2017-08-171-0/+95
* [GPGPU] Make test case independent of LLVM namesTobias Grosser2017-08-171-2/+2
* [ManagedMemoryRewrite] Learn how to rewrite global arrays, allocas.Siddharth Bhat2017-08-172-0/+134
* Add missing 'REQUIRES' lineTobias Grosser2017-08-161-0/+2
* [GPGPU] Also record invariant loads as kernel subtree valuesTobias Grosser2017-08-161-0/+35
* Fix 310555: Require pollyacc instead of assertsPhilip Pfaffe2017-08-101-1/+1
* Add missing 'REQUIRES' lineTobias Grosser2017-08-101-0/+2
* [GPGPU] Make the ast_build available to block generatorTobias Grosser2017-08-102-0/+95
* [ManagedMemoryRewrite] [Polly] Erase original malloc and free. [NFC]Siddharth Bhat2017-08-091-0/+4
* [ManagedMemoryRewrite] Remove test case that was submitted by mistake. [NFC]Siddharth Bhat2017-08-091-77/+0
* [ManagedMemoryRewrite] Introduce a new pass to rewrite modules to use managed...Siddharth Bhat2017-08-092-0/+167
* [PPCGCodeGeneration] Compute element size in bytes for arrays correctly.Siddharth Bhat2017-08-091-0/+50
* [NFC] [PPCGCodeGen] Add missing REQUIRES: pollyacc line.Siddharth Bhat2017-08-081-0/+2
* [Polly] [PPCGCodeGeneration] Handle failing of invariant load hoisting gracef...Siddharth Bhat2017-08-081-0/+56
* Add missing 'REQUIRES: pollyacc' lineTobias Grosser2017-08-061-0/+2
* [GPGPU] Make sure managed arrays are prepared at the beginning of the scopTobias Grosser2017-08-062-5/+110
* [GPGPU] Rename all, not only the first libdevice functionTobias Grosser2017-08-062-0/+7
* [Polly] [PPCGCodeGeneration] Deal with loops outside the Scop correctly in PP...Siddharth Bhat2017-08-061-0/+67
* Add missing REQUIRES lineTobias Grosser2017-08-031-0/+2
* Make sure that all parameter dimensions are set in scheduleTobias Grosser2017-08-031-0/+51
* [test] Fix test case without Polly-ACC.Michael Kruse2017-08-031-0/+2
* [PPCGCodeGeneration] Construct `isl_multi_pw_aff` of PPCGArray.bounds even wh...Siddharth Bhat2017-08-031-0/+53
* Remove debug metadata from copied instruction to prevent GPUModule verificati...Singapuram Sanjay Srivallabh2017-08-021-0/+104
* [NFC] Add 'REQUIRES: pollyacc' on 'test/GPGPU/invariant-load-hoisting-of-arra...Siddharth Bhat2017-08-011-0/+2
* [PPCGCodeGeneration] Correct usage of llvm::Value with getLatestValue.Siddharth Bhat2017-08-011-0/+100
OpenPOWER on IntegriCloud