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
*
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
*
rename make check target to match the naming convention followed in the other...
Sebastian Pop
2013-05-17
1
-2
/
+2
*
Update LoopInfo correctly
Tobias Grosser
2013-05-16
6
-5
/
+51
*
LoopGenerators: Construct loops such that they are already loop rotated
Tobias Grosser
2013-05-16
8
-76
/
+111
*
Sort includes
Tobias Grosser
2013-05-07
21
-87
/
+58
*
Move polly options into separate option category
Tobias Grosser
2013-05-07
16
-69
/
+105
*
Reformat with clang-format
Tobias Grosser
2013-05-07
32
-286
/
+347
*
cmake: Add target to reformat with clang-format
Tobias Grosser
2013-05-07
2
-0
/
+14
*
IndependentBlocks: We can only reconstruct PHI nodes that are within the ScoP
Tobias Grosser
2013-04-17
2
-3
/
+1
*
Remove unneeded RegionSimplify pass.
Tobias Grosser
2013-04-17
16
-301
/
+9
*
tests: Fix 'instruction does not dominate all its uses' error
Tobias Grosser
2013-04-17
1
-1
/
+1
[next]