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
*
Update to recent formatting changes
Tobias Grosser
2017-02-01
1
-6
/
+4
*
[Polly] [BlockGenerator] Unify ScalarMap and PhiOpsMap
Tobias Grosser
2017-01-28
1
-4
/
+1
*
Use typed enums to model MemoryKind and move MemoryKind out of ScopArrayInfo
Tobias Grosser
2017-01-14
1
-4
/
+4
*
Update to recent clang-format changes
Tobias Grosser
2017-01-12
1
-2
/
+3
*
Update for clang-format change in r288119
Tobias Grosser
2016-11-29
1
-2
/
+3
*
[Polly CodeGen] Break critical edge from RTC to original loop.
Eli Friedman
2016-11-02
1
-5
/
+7
*
GPGPU: Do not run mostly sequential kernels in GPU
Tobias Grosser
2016-09-18
1
-0
/
+19
*
GPGPU: Dynamically ensure 'sufficient compute'
Tobias Grosser
2016-09-18
1
-0
/
+110
*
GPGPU: Store back non-read-only scalars
Tobias Grosser
2016-09-17
1
-2
/
+55
*
GPGPU: Detect read-only scalar arrays ...
Tobias Grosser
2016-09-17
1
-14
/
+32
*
GPGPU: Do not assume arrays start at 0
Tobias Grosser
2016-09-15
1
-0
/
+86
*
GPGPU: Use const_cast to avoid compiler warning [NFC]
Tobias Grosser
2016-09-13
1
-1
/
+1
*
GPGPU: Allow region statements
Tobias Grosser
2016-09-13
1
-1
/
+1
*
GPGPU: Extend types when array sizes have smaller types
Tobias Grosser
2016-09-13
1
-0
/
+2
*
Store the size of the outermost dimension in case of newly created arrays tha...
Roman Gareev
2016-09-12
1
-0
/
+2
*
GPGPU: Bail out gracefully in case of invalid IR
Tobias Grosser
2016-09-12
1
-4
/
+13
*
GPGPU: Do not fail in case of arrays never accessed
Tobias Grosser
2016-09-11
1
-11
/
+21
*
[GPGPU] Ensure arrays where only parts are modified are copied to GPU
Tobias Grosser
2016-08-10
1
-4
/
+62
*
[GPGPU] Support PHI nodes used in GPU kernel
Tobias Grosser
2016-08-09
1
-10
/
+14
*
[GPGPU] Use separate basic block for GPU initialization code
Tobias Grosser
2016-08-09
1
-0
/
+6
*
[GPGPU] Pass parameters always by using their own type
Tobias Grosser
2016-08-09
1
-2
/
+6
*
[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
[next]