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: 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
*
GPGPU: Do not dump schedule by default
Tobias Grosser
2016-07-14
1
-1
/
+1
*
GPGPU: compute new schedule from polly scop
Tobias Grosser
2016-07-14
1
-12
/
+147
*
GPGPU: create default initialized PPCG scop and gpu program
Tobias Grosser
2016-07-14
1
-1
/
+137
*
Add accelerator code generation pass skeleton
Tobias Grosser
2016-07-13
1
-0
/
+82
[prev]