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
Commit message (
Expand
)
Author
Age
Files
Lines
*
[ScopInfo] Make scalars used by PHIs in non-affine regions available
Tobias Grosser
2016-08-16
2
-2
/
+68
*
[ScopDetect] Do not assert in case of AddRecs with non-constant start expression
Tobias Grosser
2016-08-15
2
-2
/
+51
*
Disable invariant load hoisting temporarily
Tobias Grosser
2016-08-15
1
-1
/
+1
*
[test] Force invariant load hoisting one last time
Tobias Grosser
2016-08-15
1
-1
/
+2
*
[tests] Force invariant load hoisting for test cases that need it -- III
Tobias Grosser
2016-08-15
29
-22
/
+58
*
[tests] Force invariant load hoisting for test cases that need it II
Tobias Grosser
2016-08-15
19
-22
/
+45
*
[test] Correct spelling in test case
Tobias Grosser
2016-08-15
1
-1
/
+3
*
[tests] Force invariant load hoisting for test cases that need it
Tobias Grosser
2016-08-15
58
-72
/
+72
*
Perform replacement of access relations and creation of new arrays according ...
Roman Gareev
2016-08-15
2
-0
/
+301
*
[GPGPU] Ensure arrays where only parts are modified are copied to GPU
Tobias Grosser
2016-08-10
3
-4
/
+105
*
Fix spacing around variable initializations and for-loops. NFC.
Mandeep Singh Grang
2016-08-09
2
-8
/
+8
*
[GPGPU] Support PHI nodes used in GPU kernel
Tobias Grosser
2016-08-09
2
-10
/
+101
*
[GPGPU] Use separate basic block for GPU initialization code
Tobias Grosser
2016-08-09
2
-0
/
+9
*
[BlockGenerator] Insert initializations at beginning of start block
Tobias Grosser
2016-08-09
4
-4
/
+4
*
[tests] Add two missing 'REQUIRES' lines
Tobias Grosser
2016-08-09
2
-0
/
+4
*
[BlockGenerator] Also eliminate dead code not originating from BB
Tobias Grosser
2016-08-09
5
-33
/
+127
*
[GPGPU] Pass parameters always by using their own type
Tobias Grosser
2016-08-09
2
-2
/
+47
*
[ScopDetection] Remove unused DetectionContexts during expansion.
Michael Kruse
2016-08-08
1
-1
/
+6
*
[GPGPU] Support Values referenced from both isl expr and llvm instructions
Tobias Grosser
2016-08-08
2
-0
/
+69
*
[GPGPU] Create code to verify run-time conditions
Tobias Grosser
2016-08-08
2
-1
/
+67
*
Fix compilation in 'asserts' mode
Tobias Grosser
2016-08-08
1
-1
/
+1
*
[IslNodeBuilder] Move run-time check generation to NodeBuilder [NFC]
Tobias Grosser
2016-08-08
3
-22
/
+32
*
[CodeGeneration] Do not set insert position redundantly
Tobias Grosser
2016-08-08
1
-1
/
+0
*
[IslNodeBuilder] Directly use the insert location of our Builder
Tobias Grosser
2016-08-08
1
-1
/
+14
*
[CodeGen] Use MapVector instead of DenseMap.
Michael Kruse
2016-08-05
2
-5
/
+5
*
[DependenceInfo] Reset operations counter when setting limit.
Michael Kruse
2016-08-05
1
-1
/
+3
*
GPGPU: Sort dimension sizes of multi-dimensional shared memory arrays correctly
Tobias Grosser
2016-08-05
2
-1
/
+110
*
Add missing 'REQUIRES' line
Tobias Grosser
2016-08-05
1
-0
/
+2
*
GPGPU: Add cuda annotations to specify maximal number of threads per block
Tobias Grosser
2016-08-05
2
-3
/
+75
*
GPGPU: Support scalars that are mapped to shared memory
Tobias Grosser
2016-08-04
3
-10
/
+86
*
GPGPU: Disable verbose debug output
Tobias Grosser
2016-08-04
1
-0
/
+1
*
Remove leftover debug output
Tobias Grosser
2016-08-04
1
-1
/
+0
*
GPGPU: Add private memory support
Tobias Grosser
2016-08-04
2
-14
/
+107
*
GPGPU: Add support for shared memory
Tobias Grosser
2016-08-04
2
-5
/
+173
*
GPGPU: Cache PTX kernels
Tobias Grosser
2016-08-04
1
-4
/
+52
*
GPGPU: Handle scalar array references
Tobias Grosser
2016-08-04
4
-14
/
+65
*
BlockGenerator: Assert that we do not get alloca of array access
Tobias Grosser
2016-08-04
1
-0
/
+4
*
GPGPU: Pass subtree values correctly to the kernel
Tobias Grosser
2016-08-04
2
-6
/
+37
*
GPGPU: Mark kernel functions as polly.skip
Tobias Grosser
2016-08-03
7
-7
/
+11
*
Fix a couple of spelling mistakes
Tobias Grosser
2016-08-03
10
-24
/
+24
*
Add missing prefixes.
Roman Gareev
2016-07-30
1
-7
/
+7
*
Extend the jscop interface to allow the user to declare new arrays and to ref...
Roman Gareev
2016-07-30
11
-42
/
+458
*
Add missing REQUIRES line
Tobias Grosser
2016-07-28
1
-1
/
+3
*
GPGPU: Pass context parameters to GPU kernel
Tobias Grosser
2016-07-28
2
-0
/
+78
*
GPGPU: Pass host iterators to kernel
Tobias Grosser
2016-07-28
2
-0
/
+22
*
GPGPU: use current 'Index' to find slot in parameter array
Tobias Grosser
2016-07-28
2
-3
/
+16
*
GPGPU: Generate kernel parameter allocation with right size
Tobias Grosser
2016-07-28
2
-2
/
+3
*
GPGPU: Add basic support for kernel launches
Tobias Grosser
2016-07-27
5
-52
/
+226
*
GPGPU: Load GPU kernels
Tobias Grosser
2016-07-25
5
-31
/
+183
*
[GSoC] Add PolyhedralInfo pass - new interface to polly analysis
Johannes Doerfert
2016-07-25
24
-16
/
+349
[next]