index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
polly
/
test
/
GPGPU
Commit message (
Expand
)
Author
Age
Files
Lines
*
Migrate function attribute "no-frame-pointer-elim"="false" to "frame-pointer"...
Fangrui Song
2019-12-24
4
-5
/
+5
*
[GPGPU] Fix regression test after 395124.
Michael Kruse
2019-11-13
1
-1
/
+1
*
[Polly-ACC] Fix test after IR-printer change.
Michael Kruse
2019-08-13
1
-1
/
+1
*
Remove irrelevant references to legacy git repositories from
James Y Knight
2019-01-15
7
-8
/
+8
*
Fix for r336080: Missing colon in REQUIRES line
Philip Pfaffe
2018-07-02
1
-1
/
+1
*
[polly-acc] change cl_get_* return types to 32/64bit
Philip Pfaffe
2018-07-02
1
-0
/
+90
*
[Acc] Followup for r333105: Fix one additional testcase
Philip Pfaffe
2018-05-24
1
-1
/
+2
*
[Acc] Enable legacy stmt granularity in remaining failing testcases
Philip Pfaffe
2018-05-23
3
-2
/
+3
*
[Acc] Update testcases for minor changes in the PPCG mapper and
Philip Pfaffe
2018-05-23
5
-6
/
+6
*
Adjust to debug info metadata format change.
Tobias Grosser
2018-05-10
1
-1
/
+1
*
[NFC] In GPGPU testcases, replace numeric registers in CHECK directives.
Philip Pfaffe
2017-12-01
5
-21
/
+22
*
Fix two testcases. NFC intended.
Philip Pfaffe
2017-10-29
2
-13
/
+13
*
[GPGPU] Make sure escaping invariant load hoisted scalars are preserved
Tobias Grosser
2017-10-04
1
-0
/
+30
*
Add missing REQUIRES line
Tobias Grosser
2017-10-01
1
-0
/
+2
*
[GPGPU] Set Polly's RTC to false in case invariant load hoisting fails
Tobias Grosser
2017-10-01
1
-0
/
+40
*
[ISLNodeBuilder] Materialize Fortran array sizes of arrays without memory acc...
Siddharth Bhat
2017-09-01
1
-0
/
+102
*
[PPCGCodeGen] Convert intrinsics to libdevice functions whenever possible.
Siddharth Bhat
2017-08-31
2
-6
/
+14
*
test/GPGPU/invalid-kernel-assert-verifymodule.ll also requires assertions
Tobias Grosser
2017-08-22
1
-1
/
+1
*
[GPGPU] Add llvm.powi to the libdevice supported functions
Tobias Grosser
2017-08-21
1
-2
/
+6
*
[GPGPU] Add log / logf to the libdevice supported functions
Tobias Grosser
2017-08-21
2
-4
/
+11
*
Revert "[GPGPU] Simplify PPCGSCop to reduce compile time [NFC]"
Tobias Grosser
2017-08-19
2
-8
/
+8
*
[GPGPU] Correctly initialize array order and fixed_element information
Tobias Grosser
2017-08-19
3
-33
/
+98
*
[PPCG] Only add Kernel argument sizes for OpenCL, not CUDA runtime
Philipp Schaad
2017-08-19
6
-20
/
+12
*
[GPGPU] Collect parameter dimension used in MemoryAccesses
Tobias Grosser
2017-08-19
1
-0
/
+44
*
[GPGPU] Simplify PPCGSCop to reduce compile time [NFC]
Tobias Grosser
2017-08-18
2
-8
/
+8
*
[ManagedMemoryRewrite] Rewrite malloc, free correctly inside `Constant`s.
Siddharth Bhat
2017-08-17
1
-0
/
+95
*
[GPGPU] Make test case independent of LLVM names
Tobias Grosser
2017-08-17
1
-2
/
+2
*
[ManagedMemoryRewrite] Learn how to rewrite global arrays, allocas.
Siddharth Bhat
2017-08-17
2
-0
/
+134
*
Add missing 'REQUIRES' line
Tobias Grosser
2017-08-16
1
-0
/
+2
*
[GPGPU] Also record invariant loads as kernel subtree values
Tobias Grosser
2017-08-16
1
-0
/
+35
*
Fix 310555: Require pollyacc instead of asserts
Philip Pfaffe
2017-08-10
1
-1
/
+1
*
Add missing 'REQUIRES' line
Tobias Grosser
2017-08-10
1
-0
/
+2
*
[GPGPU] Make the ast_build available to block generator
Tobias Grosser
2017-08-10
2
-0
/
+95
*
[ManagedMemoryRewrite] [Polly] Erase original malloc and free. [NFC]
Siddharth Bhat
2017-08-09
1
-0
/
+4
*
[ManagedMemoryRewrite] Remove test case that was submitted by mistake. [NFC]
Siddharth Bhat
2017-08-09
1
-77
/
+0
*
[ManagedMemoryRewrite] Introduce a new pass to rewrite modules to use managed...
Siddharth Bhat
2017-08-09
2
-0
/
+167
*
[PPCGCodeGeneration] Compute element size in bytes for arrays correctly.
Siddharth Bhat
2017-08-09
1
-0
/
+50
*
[NFC] [PPCGCodeGen] Add missing REQUIRES: pollyacc line.
Siddharth Bhat
2017-08-08
1
-0
/
+2
*
[Polly] [PPCGCodeGeneration] Handle failing of invariant load hoisting gracef...
Siddharth Bhat
2017-08-08
1
-0
/
+56
*
Add missing 'REQUIRES: pollyacc' line
Tobias Grosser
2017-08-06
1
-0
/
+2
*
[GPGPU] Make sure managed arrays are prepared at the beginning of the scop
Tobias Grosser
2017-08-06
2
-5
/
+110
*
[GPGPU] Rename all, not only the first libdevice function
Tobias Grosser
2017-08-06
2
-0
/
+7
*
[Polly] [PPCGCodeGeneration] Deal with loops outside the Scop correctly in PP...
Siddharth Bhat
2017-08-06
1
-0
/
+67
*
Add missing REQUIRES line
Tobias Grosser
2017-08-03
1
-0
/
+2
*
Make sure that all parameter dimensions are set in schedule
Tobias Grosser
2017-08-03
1
-0
/
+51
*
[test] Fix test case without Polly-ACC.
Michael Kruse
2017-08-03
1
-0
/
+2
*
[PPCGCodeGeneration] Construct `isl_multi_pw_aff` of PPCGArray.bounds even wh...
Siddharth Bhat
2017-08-03
1
-0
/
+53
*
Remove debug metadata from copied instruction to prevent GPUModule verificati...
Singapuram Sanjay Srivallabh
2017-08-02
1
-0
/
+104
*
[NFC] Add 'REQUIRES: pollyacc' on 'test/GPGPU/invariant-load-hoisting-of-arra...
Siddharth Bhat
2017-08-01
1
-0
/
+2
*
[PPCGCodeGeneration] Correct usage of llvm::Value with getLatestValue.
Siddharth Bhat
2017-08-01
1
-0
/
+100
[next]