summaryrefslogtreecommitdiff
path: root/polly/test/GPGPU
AgeCommit message (Expand)Author
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-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-10Adjust to debug info metadata format change.Tobias Grosser
2017-12-01[NFC] In GPGPU testcases, replace numeric registers in CHECK directives.Philip Pfaffe
2017-10-29Fix two testcases. NFC intended.Philip Pfaffe
2017-10-04[GPGPU] Make sure escaping invariant load hoisted scalars are preservedTobias Grosser
2017-10-01Add missing REQUIRES lineTobias Grosser
2017-10-01[GPGPU] Set Polly's RTC to false in case invariant load hoisting failsTobias Grosser
2017-09-01[ISLNodeBuilder] Materialize Fortran array sizes of arrays without memory acc...Siddharth Bhat
2017-08-31[PPCGCodeGen] Convert intrinsics to libdevice functions whenever possible.Siddharth Bhat
2017-08-22test/GPGPU/invalid-kernel-assert-verifymodule.ll also requires assertionsTobias Grosser
2017-08-21[GPGPU] Add llvm.powi to the libdevice supported functionsTobias Grosser
2017-08-21[GPGPU] Add log / logf to the libdevice supported functionsTobias Grosser
2017-08-19Revert "[GPGPU] Simplify PPCGSCop to reduce compile time [NFC]"Tobias Grosser
2017-08-19[GPGPU] Correctly initialize array order and fixed_element informationTobias Grosser
2017-08-19[PPCG] Only add Kernel argument sizes for OpenCL, not CUDA runtimePhilipp Schaad
2017-08-19[GPGPU] Collect parameter dimension used in MemoryAccessesTobias Grosser
2017-08-18[GPGPU] Simplify PPCGSCop to reduce compile time [NFC]Tobias Grosser
2017-08-17[ManagedMemoryRewrite] Rewrite malloc, free correctly inside `Constant`s.Siddharth Bhat
2017-08-17[GPGPU] Make test case independent of LLVM namesTobias Grosser
2017-08-17[ManagedMemoryRewrite] Learn how to rewrite global arrays, allocas.Siddharth Bhat
2017-08-16Add missing 'REQUIRES' lineTobias Grosser
2017-08-16[GPGPU] Also record invariant loads as kernel subtree valuesTobias Grosser
2017-08-10Fix 310555: Require pollyacc instead of assertsPhilip Pfaffe
2017-08-10Add missing 'REQUIRES' lineTobias Grosser
2017-08-10[GPGPU] Make the ast_build available to block generatorTobias Grosser
2017-08-09[ManagedMemoryRewrite] [Polly] Erase original malloc and free. [NFC]Siddharth Bhat
2017-08-09[ManagedMemoryRewrite] Remove test case that was submitted by mistake. [NFC]Siddharth Bhat
2017-08-09[ManagedMemoryRewrite] Introduce a new pass to rewrite modules to use managed...Siddharth Bhat
2017-08-09[PPCGCodeGeneration] Compute element size in bytes for arrays correctly.Siddharth Bhat
2017-08-08[NFC] [PPCGCodeGen] Add missing REQUIRES: pollyacc line.Siddharth Bhat
2017-08-08[Polly] [PPCGCodeGeneration] Handle failing of invariant load hoisting gracef...Siddharth Bhat
2017-08-06Add missing 'REQUIRES: pollyacc' lineTobias Grosser
2017-08-06[GPGPU] Make sure managed arrays are prepared at the beginning of the scopTobias Grosser
2017-08-06[GPGPU] Rename all, not only the first libdevice functionTobias Grosser
2017-08-06[Polly] [PPCGCodeGeneration] Deal with loops outside the Scop correctly in PP...Siddharth Bhat
2017-08-03Add missing REQUIRES lineTobias Grosser
2017-08-03Make sure that all parameter dimensions are set in scheduleTobias Grosser
2017-08-03[test] Fix test case without Polly-ACC.Michael Kruse
2017-08-03[PPCGCodeGeneration] Construct `isl_multi_pw_aff` of PPCGArray.bounds even wh...Siddharth Bhat
2017-08-02Remove debug metadata from copied instruction to prevent GPUModule verificati...Singapuram Sanjay Srivallabh
2017-08-01[NFC] Add 'REQUIRES: pollyacc' on 'test/GPGPU/invariant-load-hoisting-of-arra...Siddharth Bhat
2017-08-01[PPCGCodeGeneration] Correct usage of llvm::Value with getLatestValue.Siddharth Bhat
2017-07-31[GPGPU] Add support for NVIDIA libdeviceTobias Grosser
2017-07-31Revert "Remove Debug metadata from copied instruction to prevent Module verif...Tobias Grosser
2017-07-29Remove Debug metadata from copied instruction to prevent Module verification ...Singapuram Sanjay Srivallabh
2017-07-28[GPGPU] Do not require the Scop::Context to have information about all parame...Tobias Grosser