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
*
Dependences: Print dependences in -analyze output
Tobias Grosser
2012-08-27
1
-0
/
+9
*
PoCC: Simplify condition
Tobias Grosser
2012-08-24
1
-1
/
+1
*
Sort includes
Tobias Grosser
2012-08-24
1
-2
/
+2
*
PoCC: Adapt to earlier vectorizer changes
Tobias Grosser
2012-08-24
1
-2
/
+2
*
autoconf: Only define GPGPU_CODEGEN, if that feature is requested
Tobias Grosser
2012-08-21
3
-10
/
+7
*
Remove executable bits from html files
Tobias Grosser
2012-08-15
2
-0
/
+0
*
www documentation for using Polly with dragonegg.
Tobias Grosser
2012-08-15
3
-1
/
+73
*
Add preliminary implementation for GPGPU code generation.
Tobias Grosser
2012-08-03
21
-1
/
+1397
*
Remove 'using namespace llvm' from header file
Tobias Grosser
2012-08-03
1
-27
/
+25
*
cmake: Fix building of Polly on Apple system
Tobias Grosser
2012-08-03
2
-1
/
+11
*
Remove leftover definitions
Tobias Grosser
2012-08-02
1
-2
/
+0
*
Update llvm.codegen() patch for CodeGen.cpp changes in r159694.
Tobias Grosser
2012-08-02
1
-16
/
+16
*
Add missing dependency to cmake system
Tobias Grosser
2012-08-02
1
-0
/
+2
*
Add support for libpluto as the scheduling optimizer.
Tobias Grosser
2012-08-02
11
-4
/
+349
*
IndependentBLocks: Do not visit the same instruction twice when moving the
Hongbin Zheng
2012-08-01
2
-5
/
+208
*
Create a new directory before running the polly script
Tobias Grosser
2012-07-24
1
-1
/
+2
*
Allow cast instructions within scops
Tobias Grosser
2012-07-16
1
-4
/
+0
*
Revert "Add preliminary implementation for GPGPU code generation."
Tobias Grosser
2012-07-13
13
-1307
/
+0
*
Add preliminary implementation for GPGPU code generation.
Tobias Grosser
2012-07-13
13
-0
/
+1307
*
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
[next]