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
...
*
[Polly][PPCGCodeGen] OpenCL now gets kernel argument size from PPCG CodeGen
Siddharth Bhat
2017-05-09
1
-17
/
+54
*
[Polly] Added OpenCL Runtime to GPURuntime Library for GPGPU CodeGen
Siddharth Bhat
2017-05-07
1
-19
/
+94
*
Revert "[Polly] Added OpenCL Runtime to GPURuntime Library for GPGPU CodeGen"
Siddharth Bhat
2017-05-05
1
-94
/
+19
*
[Polly] Added OpenCL Runtime to GPURuntime Library for GPGPU CodeGen
Siddharth Bhat
2017-05-05
1
-19
/
+94
*
[Polly] [PPCGCodeGeneration] Add managed memory support to GPU code
Siddharth Bhat
2017-04-28
1
-8
/
+114
*
[PPCGCodeGeneration] Update PPCG Code Generation for OpenCL compatibility
Siddharth Bhat
2017-04-25
1
-6
/
+12
*
Exploit BasicBlock::getModule to shorten code
Tobias Grosser
2017-04-11
1
-1
/
+1
*
SAdjust to recent change in constructor definition of AllocaInst
Tobias Grosser
2017-04-11
1
-14
/
+19
*
[Polly][NewPM] Pull references to the legacy PM interface from utilities and ...
Philip Pfaffe
2017-04-04
1
-5
/
+4
*
Possible error in doc comment
Tobias Grosser
2017-03-12
1
-1
/
+1
*
Fix namespaces after clang-format update
Tobias Grosser
2017-03-01
1
-1
/
+1
*
Remove all references to PostDominators. NFC.
Michael Kruse
2017-02-23
1
-2
/
+0
*
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
[prev]
[next]