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
/
lib
/
CodeGen
/
PPCGCodeGeneration.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[GPGPU] Support Values referenced from both isl expr and llvm instructions
Tobias Grosser
2016-08-08
1
-0
/
+2
*
[GPGPU] Create code to verify run-time conditions
Tobias Grosser
2016-08-08
1
-1
/
+9
*
GPGPU: Sort dimension sizes of multi-dimensional shared memory arrays correctly
Tobias Grosser
2016-08-05
1
-1
/
+7
*
GPGPU: Add cuda annotations to specify maximal number of threads per block
Tobias Grosser
2016-08-05
1
-3
/
+40
*
GPGPU: Support scalars that are mapped to shared memory
Tobias Grosser
2016-08-04
1
-9
/
+5
*
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
1
-14
/
+25
*
GPGPU: Add support for shared memory
Tobias Grosser
2016-08-04
1
-5
/
+90
*
GPGPU: Handle scalar array references
Tobias Grosser
2016-08-04
1
-1
/
+34
*
GPGPU: Pass subtree values correctly to the kernel
Tobias Grosser
2016-08-04
1
-6
/
+22
*
GPGPU: Mark kernel functions as polly.skip
Tobias Grosser
2016-08-03
1
-0
/
+3
*
Extend the jscop interface to allow the user to declare new arrays and to ref...
Roman Gareev
2016-07-30
1
-7
/
+4
*
GPGPU: Pass context parameters to GPU kernel
Tobias Grosser
2016-07-28
1
-0
/
+18
*
GPGPU: Pass host iterators to kernel
Tobias Grosser
2016-07-28
1
-0
/
+18
*
GPGPU: use current 'Index' to find slot in parameter array
Tobias Grosser
2016-07-28
1
-2
/
+2
*
GPGPU: Generate kernel parameter allocation with right size
Tobias Grosser
2016-07-28
1
-1
/
+2
*
GPGPU: Add basic support for kernel launches
Tobias Grosser
2016-07-27
1
-0
/
+171
*
GPGPU: Load GPU kernels
Tobias Grosser
2016-07-25
1
-3
/
+60
*
GPGPU: Emit data-transfer code
Tobias Grosser
2016-07-25
1
-25
/
+139
*
GPGPU: Complete code to allocate and free device arrays
Tobias Grosser
2016-07-25
1
-4
/
+45
*
GPGPU: initialize GPU context and simplify the corresponding GPURuntime inter...
Tobias Grosser
2016-07-25
1
-0
/
+116
*
IslNodeBuilder: Make finalize() virtual
Tobias Grosser
2016-07-25
1
-1
/
+1
*
GPGPU: Optimize kernel IR before generating assembly code
Tobias Grosser
2016-07-24
1
-0
/
+9
*
GPGPU: Verify kernel IR before generating assembly
Tobias Grosser
2016-07-24
1
-0
/
+5
*
GPGPU: Generate PTX assembly code for the kernel modules
Tobias Grosser
2016-07-22
1
-0
/
+123
*
GPGPU: generate code for ScopStatements
Tobias Grosser
2016-07-21
1
-15
/
+202
*
GPGPU: Bail out of scops with hoisted invariant loads
Tobias Grosser
2016-07-19
1
-0
/
+4
*
GPGPU: Emit in-kernel synchronization statements
Tobias Grosser
2016-07-19
1
-0
/
+49
*
GPGPU: generate control flow within the kernel
Tobias Grosser
2016-07-19
1
-0
/
+6
*
GPGPU: add scop parameters to kernel arguments
Tobias Grosser
2016-07-19
1
-1
/
+14
*
GPGPU: add host iterators to kernel arguments
Tobias Grosser
2016-07-19
1
-1
/
+14
*
GPGPU: add intrinsic functions to obtain a kernels thread and block ids
Tobias Grosser
2016-07-19
1
-0
/
+50
*
GPGPU: create kernel function skeleton
Tobias Grosser
2016-07-19
1
-7
/
+153
*
GPGPU: collect array references
Tobias Grosser
2016-07-18
1
-0
/
+2
*
GPGPU: Pull implementation out of class definition
Tobias Grosser
2016-07-18
1
-4
/
+7
*
GPGPU: Create host control flow
Tobias Grosser
2016-07-18
1
-0
/
+82
*
GPGPU: Format statements scheduled on the host ourselves
Tobias Grosser
2016-07-15
1
-0
/
+14
*
GPGPU: Use schedule whole components for scheduler
Tobias Grosser
2016-07-15
1
-9
/
+1
*
GPGPU: Drop domain constraints from flow dependences
Tobias Grosser
2016-07-15
1
-0
/
+9
*
GPGPU: Add memory reference tag ids to tagged accesses
Tobias Grosser
2016-07-15
1
-0
/
+2
*
GPGPU: Make sure scops with more than one array work
Tobias Grosser
2016-07-15
1
-0
/
+1
*
GPGPU: Free options to avoid memory leak
Tobias Grosser
2016-07-15
1
-0
/
+14
*
GPGPU: Shorten ppcg include paths to avoid conflict with cuda.h
Tobias Grosser
2016-07-15
1
-5
/
+5
*
GPGPU: Model array access information
Tobias Grosser
2016-07-15
1
-10
/
+150
*
GPGPU: Generate an AST for the GPU-mapped schedule
Tobias Grosser
2016-07-14
1
-4
/
+127
*
GPGPU: Add dummy implementation for ast expression construction
Tobias Grosser
2016-07-14
1
-0
/
+18
*
GPGPU: Use a tile size of 32 by default
Tobias Grosser
2016-07-14
1
-0
/
+2
*
Fix formatting
Tobias Grosser
2016-07-14
1
-1
/
+2
*
GPGPU: Map initial schedule to GPU schedule
Tobias Grosser
2016-07-14
1
-2
/
+41
[next]