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
...
*
[ScopInfo] Move Scop::getDomains to isl++ [NFC]
Tobias Grosser
2017-08-06
1
-2
/
+3
*
[ScopInfo] Translate Scop::getParamSpace to isl++ [NFC]
Tobias Grosser
2017-08-06
1
-9
/
+7
*
[ScopInfo] Translate Scop::getContext to isl++ [NFC]
Tobias Grosser
2017-08-06
1
-9
/
+8
*
[ScopInfo] Translate Scop::getIdForParam to isl++ [NFC]
Tobias Grosser
2017-08-06
1
-1
/
+1
*
[ScopInfo] Move get*Writes/getReads/getAccesses to isl++
Tobias Grosser
2017-08-06
1
-4
/
+4
*
Move ScopInfo::getDomain(), getDomainSpace(), getDomainId() to isl++
Tobias Grosser
2017-08-06
1
-4
/
+5
*
[GPGPU] Make sure managed arrays are prepared at the beginning of the scop
Tobias Grosser
2017-08-06
1
-32
/
+41
*
[GPGPU] Rename all, not only the first libdevice function
Tobias Grosser
2017-08-06
1
-2
/
+3
*
[Polly] [PPCGCodeGeneration] Deal with loops outside the Scop correctly in PP...
Siddharth Bhat
2017-08-06
1
-11
/
+29
*
[PPCGCodeGeneration] [NFC] Log every location from which PPCGCodegen bails.
Siddharth Bhat
2017-08-04
1
-5
/
+23
*
Make sure that all parameter dimensions are set in schedule
Tobias Grosser
2017-08-03
1
-0
/
+3
*
[PPCGCodeGeneration] Construct `isl_multi_pw_aff` of PPCGArray.bounds even wh...
Siddharth Bhat
2017-08-03
1
-16
/
+75
*
[PPCGCodeGeneration] Correct usage of llvm::Value with getLatestValue.
Siddharth Bhat
2017-08-01
1
-0
/
+2
*
[NFC] [PPCGCodeGeneration] Convert GPUNodeBuilder::getGridSizes to isl++.
Siddharth Bhat
2017-08-01
1
-5
/
+7
*
[NFC] [PPCGCodeGeneration] Convert GPUNodeBuilder::getArrayOffset to isl++.
Siddharth Bhat
2017-08-01
1
-24
/
+17
*
[GPGPU] Add support for NVIDIA libdevice
Tobias Grosser
2017-07-31
1
-12
/
+98
*
[PPCGCodeGeneration] Check that invariant load hoisting succeeded.
Siddharth Bhat
2017-07-28
1
-1
/
+4
*
[GPGPU] Do not require the Scop::Context to have information about all parame...
Tobias Grosser
2017-07-28
1
-4
/
+2
*
[GPGPU] Fix compilation issue with latest CUDA upgrade to i128
Tobias Grosser
2017-07-28
1
-4
/
+4
*
[PPCGCodeGeneration] Skip arrays with empty extent.
Siddharth Bhat
2017-07-25
1
-4
/
+19
*
Move ScopArrayInfo::getFromAccessFunction and getFromId to isl++
Tobias Grosser
2017-07-24
1
-6
/
+9
*
Convert GPUNodeBuilder::getArraySize to islcpp.
Siddharth Bhat
2017-07-24
1
-8
/
+11
*
[NFC] Move PPCGCodeGeneration::pollyBuildAstExprForStmt to isl++.
Siddharth Bhat
2017-07-24
1
-19
/
+21
*
Move MemoryAccess::getAddressFunction to isl++
Tobias Grosser
2017-07-23
1
-1
/
+1
*
Move MemoryAccess::NewAccessRelation to isl++
Tobias Grosser
2017-07-23
1
-3
/
+3
*
Move MemoryAccess::id to isl++
Tobias Grosser
2017-07-23
1
-4
/
+5
*
Move ScopArrayInfo to isl++
Tobias Grosser
2017-07-21
1
-16
/
+18
*
[Polly][GPGPU] Added SPIR Code Generation and Corresponding Runtime Support f...
Philipp Schaad
2017-07-21
1
-11
/
+158
*
[NFC] [PPCGCodeGeneration] Print `verifyModule` failure to debug stream.
Siddharth Bhat
2017-07-21
1
-0
/
+2
*
Fix typo in function name Bllock -> Block
Tobias Grosser
2017-07-21
1
-3
/
+3
*
Support fabs and copysign in Polly-ACC
Tobias Grosser
2017-07-20
1
-2
/
+6
*
[PPCGCodeGen] [3/3] Update PPCGCodeGen + tests to latest ppcg.
Siddharth Bhat
2017-07-20
1
-20
/
+77
*
[NFC] [PPCGCodeGeneration] cleanup kills related code.
Siddharth Bhat
2017-07-18
1
-24
/
+29
*
[PPCGCodeGeneration] Generate invariant loads before trying to generate IR.
Siddharth Bhat
2017-07-17
1
-0
/
+1
*
[PPCGCodeGeneration] Fix runtime check adjustments since they make assumption...
Siddharth Bhat
2017-07-14
1
-3
/
+7
*
[Invariant Loads] Do not consider invariant loads to have dependences.
Siddharth Bhat
2017-07-13
1
-1
/
+12
*
[PPCGCodeGen] Differentiate kernels based on their parent Scop
Singapuram Sanjay Srivallabh
2017-07-12
1
-2
/
+2
*
[Polly] [PPCGCodeGeneration] Teach `must_kills` to kill scalars that are loca...
Siddharth Bhat
2017-07-06
1
-5
/
+25
*
Prefix the name of the calling host function in the name of callee GPU kernel
Singapuram Sanjay Srivallabh
2017-07-05
1
-3
/
+11
*
[PPCGCodeGeneration] Teach Polly to start using live range reordering.
Siddharth Bhat
2017-07-05
1
-6
/
+124
*
Introduce a hybrid target to generate code for either the GPU or CPU
Singapuram Sanjay Srivallabh
2017-06-30
1
-1
/
+3
*
[PPCGCodeGeneration] Add flag to allow polly to fail in GPU kernel fails.
Siddharth Bhat
2017-06-26
1
-0
/
+15
*
[PPCGCodeGeneration] Allow intrinsics within kernels.
Siddharth Bhat
2017-06-26
1
-20
/
+125
*
[NFC] Return both polly.start and polly.exiting from executeScopConditionally.
Andreas Simbuerger
2017-06-26
1
-1
/
+2
*
[PPCGCodeGeneration] Enable GPU code generation with invariant loads.
Siddharth Bhat
2017-06-25
1
-4
/
+0
*
[Polly] [PPCGCodeGeneration] Skip Scops which contain function pointers.
Siddharth Bhat
2017-06-12
1
-0
/
+38
*
Fix a lot of typos. NFC.
Michael Kruse
2017-06-08
1
-5
/
+5
*
[Polly][NewPM] Port IslAst to the new ScopPassManager
Philip Pfaffe
2017-05-23
1
-1
/
+1
*
[Fortran Support] Materialize outermost dimension for Fortran array.
Siddharth Bhat
2017-05-19
1
-1
/
+9
*
[Polly][NewPM] Port ScopDetection to the new PassManager
Philip Pfaffe
2017-05-12
1
-3
/
+3
[prev]
[next]