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
*
Ensure a correct order between memory accesses.
Hongbin Zheng
2013-07-16
7
-11
/
+406
*
IndependentBlock: Add option to disable scalar to array rewriting.
Hongbin Zheng
2013-07-16
5
-1
/
+69
*
Make sure the each instruction is mapped to one memory access.
Hongbin Zheng
2013-07-16
1
-0
/
+2
*
ScopDetect: clang-format
Tobias Grosser
2013-07-14
1
-4
/
+4
*
Dependences: Use ostream printer to print analysis output
Tobias Grosser
2013-07-14
3
-11
/
+17
*
Support: No need to comment __isl_keep
Tobias Grosser
2013-07-14
1
-10
/
+9
*
ScopInfo: Add getTupe() method to MemoryAccess
Tobias Grosser
2013-07-13
2
-18
/
+23
*
Dependences: Add a couple of basic test cases
Tobias Grosser
2013-07-13
1
-0
/
+296
*
Dependences: Clarify difference between value and memory based dependences
Tobias Grosser
2013-07-13
2
-7
/
+17
*
Small style improvements
Tobias Grosser
2013-07-13
3
-6
/
+6
*
scop detection: remove an iteration over all uses
Sebastian Pop
2013-07-05
2
-29
/
+34
*
scop detection: early return
Sebastian Pop
2013-07-03
1
-45
/
+46
*
clang-format latest changes
Tobias Grosser
2013-07-02
3
-9
/
+10
*
[autoconf/cmake] Make sure we detect the latest version of isl.
Tobias Grosser
2013-07-02
3
-5
/
+5
*
BlockGenerator: Simplify the old value searching code.
Hongbin Zheng
2013-06-29
1
-9
/
+5
*
Add the git attributes file.
Hongbin Zheng
2013-06-29
1
-0
/
+2
*
TempScop: (Partial) Implement the printDetail function.
Hongbin Zheng
2013-06-29
3
-2
/
+84
*
Refactor memory access getting code in ScopStmt.
Hongbin Zheng
2013-06-29
2
-5
/
+7
*
Minor change: No need to specify the namespace of raw_ostream.
Hongbin Zheng
2013-06-29
1
-1
/
+1
*
Update CLooG such that the isl test cases are really up to date
Tobias Grosser
2013-06-24
1
-1
/
+1
*
Fix my own formatting mistakes
Tobias Grosser
2013-06-23
1
-2
/
+2
*
ScopInfo: Clarify may-write and must-write accesses
Tobias Grosser
2013-06-23
6
-18
/
+39
*
Integrate latest clang-format changes
Tobias Grosser
2013-06-23
34
-88
/
+88
*
Use isl_val instead of isl_int in the core of Polly
Tobias Grosser
2013-06-21
8
-67
/
+102
*
revert r183799: scop detection: remove an iteration over all uses
Sebastian Pop
2013-06-17
1
-0
/
+29
*
Update to a newer CLooG version
Tobias Grosser
2013-06-16
1
-1
/
+1
*
Fix typo in header guards
Tobias Grosser
2013-06-15
1
-2
/
+2
*
scop detection: inline and remove isValidBasicBlock
Sebastian Pop
2013-06-14
2
-22
/
+6
*
scop detection: check flag before expensive call
Sebastian Pop
2013-06-14
1
-2
/
+2
*
Correctly convert APInt to gmp values
Tobias Grosser
2013-06-14
2
-3
/
+125
*
PoCC: Adjust to recent sys::Path removal
Tobias Grosser
2013-06-14
1
-26
/
+29
*
Do not create an object to call a static function
Tobias Grosser
2013-06-13
1
-3
/
+1
*
ScopDetect: check region entering edges are valid.
Sebastian Pop
2013-06-11
2
-11
/
+26
*
scop detection: remove an iteration over all uses
Sebastian Pop
2013-06-11
1
-29
/
+0
*
scop detection: run isValidLoop as early as possible
Sebastian Pop
2013-06-11
1
-4
/
+7
*
scop detection: run isValidCFG as early as possible
Sebastian Pop
2013-06-11
1
-3
/
+5
*
TempScopInfo: Add code to build the scalar dependences.
Hongbin Zheng
2013-06-10
2
-5
/
+76
*
Refactor: Move the IRAccess building code to a new function.
Hongbin Zheng
2013-06-10
2
-30
/
+39
*
scop detection: do not call getAliasSetForPointer when IgnoreAliasing
Sebastian Pop
2013-06-03
1
-43
/
+44
*
scop detection: do not run scop detection on regions without loops
Sebastian Pop
2013-06-03
7
-9
/
+26
*
Update isl to include isl_val changes
Tobias Grosser
2013-05-31
1
-1
/
+1
*
Test that independent block pass does not transform induction variables
Tobias Grosser
2013-05-31
2
-37
/
+39
*
include missing ISL header file
Sebastian Pop
2013-05-31
1
-0
/
+1
*
scop detection: only handle functions with loops
Sebastian Pop
2013-05-30
5
-6
/
+14
*
add comments to clarify the use of a temporary variable in the map insertion
Sebastian Pop
2013-05-24
1
-0
/
+4
*
independent blocks: do not insert stores between phi nodes
Sebastian Pop
2013-05-24
1
-3
/
+10
*
fix insertion of values in BBMap
Sebastian Pop
2013-05-24
1
-2
/
+5
*
Remove .htaccess file
Tobias Grosser
2013-05-21
1
-1
/
+0
*
independent blocks: when moving Values, invalidate SCEV cached info
Sebastian Pop
2013-05-20
2
-3
/
+28
*
Update matmul example to the latest polly version
Tobias Grosser
2013-05-20
37
-1718
/
+2144
[next]