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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update libGPURuntime to be dual licensed under MIT and UIUC license.
Tobias Grosser
2012-07-06
3
-4
/
+79
*
Add an Instruction member to MemoryAccess Class.
Hongbin Zheng
2012-07-06
2
-3
/
+10
*
Add stringFromIslObj support for various isl_objs.
Hongbin Zheng
2012-07-05
2
-0
/
+29
*
Refactor: Use generic internal function template in GICHelper.cpp to avoid du...
Hongbin Zheng
2012-07-05
1
-32
/
+23
*
Replace CUDA data types with Polly's GPGPU data types.
Tobias Grosser
2012-07-04
4
-74
/
+219
*
codegen.intrinsic: Update testcase to work with NVPTX backend
Tobias Grosser
2012-07-03
1
-7
/
+7
*
Update to Polly for LLVM r159614 which changes Passes.cpp.
Tobias Grosser
2012-07-03
1
-10
/
+10
*
Update to Polly for LLVM r159383 which changes SelectionDAGBuilder.cpp.
Tobias Grosser
2012-07-01
1
-24
/
+23
*
Speculative update to Polly for LLVM r159421 which moved IRBuilder.h.
Chandler Carruth
2012-06-29
4
-4
/
+4
*
Add TempScop::isWrite() function.
Tobias Grosser
2012-06-22
1
-0
/
+1
*
Add some tests for the independent blocks pass.
Tobias Grosser
2012-06-11
1
-0
/
+227
*
Add the runtime library for GPGPU code generation.
Tobias Grosser
2012-06-11
6
-0
/
+435
*
Fix some coding convention problems.
Tobias Grosser
2012-06-06
1
-19
/
+19
*
Detect the cuda library available.
Tobias Grosser
2012-06-06
7
-44
/
+202
*
CLooG: Do not take into account the context
Tobias Grosser
2012-06-05
1
-1
/
+16
*
www: Add GPGPU Code Generation Documentation.
Tobias Grosser
2012-05-30
2
-0
/
+234
*
Add llvm.codegen intrinsic patch file to polly/utils.
Tobias Grosser
2012-05-30
1
-0
/
+492
*
ScopInfo: Store ScopStmt pointer in the domain
Tobias Grosser
2012-05-29
2
-16
/
+29
*
Mark the increments of the generated induction variables 'NSW'
Tobias Grosser
2012-05-29
1
-1
/
+1
*
Move executeScopConditionally() into its own file
Tobias Grosser
2012-05-29
4
-137
/
+159
*
Move CLooG.h into include/polly/CodeGen/
Tobias Grosser
2012-05-29
5
-4
/
+4
*
ScheduleOptimizer: Simplify some code
Tobias Grosser
2012-05-22
1
-22
/
+10
*
ScopInfo: Add parameter bounds to context
Tobias Grosser
2012-05-22
4
-2
/
+39
*
Replace some asserts with llvm_unreachable
Tobias Grosser
2012-05-22
1
-4
/
+4
*
ScopInfo: SCEVUnknowns are always parameters
Tobias Grosser
2012-05-22
1
-15
/
+1
*
Move isParallelFor into CodeGeneration
Tobias Grosser
2012-05-22
3
-22
/
+24
*
make registerPollyPreoptPasses static
Sebastian Pop
2012-05-07
2
-9
/
+1
*
make registerPollyPasses static, remove param
Sebastian Pop
2012-05-07
2
-6
/
+2
*
add some more missing ifdef CLOOG_FOUND
Sebastian Pop
2012-05-07
3
-2
/
+10
*
add a check for ISL codegen at configure time
Sebastian Pop
2012-05-07
10
-14
/
+152
*
WWW: Adapt the vectorize option change.
Hongbin Zheng
2012-05-06
3
-6
/
+6
*
Regression tests: Adapt the vectorize option change.
Hongbin Zheng
2012-05-06
15
-18
/
+19
*
Allow polly ask bb-vectorizer to vectorize the loop body.
Hongbin Zheng
2012-05-06
6
-20
/
+41
*
fix typo
Sebastian Pop
2012-05-04
1
-1
/
+1
*
Try to fix the Polly build while I'm trying to get it to build at all locally.
Chandler Carruth
2012-05-04
1
-1
/
+1
*
Update Polly to match the LLVM interface change in r156196.
Chandler Carruth
2012-05-04
4
-17
/
+12
*
compile cloog code only when CLOOG_FOUND is set
Sebastian Pop
2012-05-04
11
-20
/
+55
*
move Cloog.cpp to CodeGen
Sebastian Pop
2012-05-04
3
-1
/
+1
*
Fix typo.
Tobias Grosser
2012-05-04
1
-1
/
+1
*
ScopDection: Improve status message for non-affine memory accesses.
Tobias Grosser
2012-05-04
1
-1
/
+1
*
Remove unused function
Tobias Grosser
2012-04-30
2
-8
/
+0
*
SCEV based code generation
Tobias Grosser
2012-04-27
4
-12
/
+289
*
1. Add a header guard for RegisterPasses.h to prevent multiple inclusion.
Hongbin Zheng
2012-04-26
2
-3
/
+10
*
Further simplify parallelism test
Tobias Grosser
2012-04-26
1
-5
/
+1
*
ScheduleOptimizer: Move functions into class
Tobias Grosser
2012-04-25
1
-83
/
+105
*
Refactor: Move the code generation related header files to include/polly/Code...
Hongbin Zheng
2012-04-25
7
-7
/
+6
*
Refactor: Move the declaration of the BlockGenerator/VectorBlockGenerator
Hongbin Zheng
2012-04-25
4
-824
/
+894
*
ScopStmt: Provide a function to allow users look up the corresponding
Hongbin Zheng
2012-04-25
1
-0
/
+6
*
Minor change: Replace convertInt in ScopInfo.cpp by utostr_32, which is
Hongbin Zheng
2012-04-25
1
-18
/
+2
*
Simplify import/export command line flags.
Tobias Grosser
2012-04-24
2
-15
/
+11
[next]