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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Allow unsigned comparisons
Johannes Doerfert
2016-04-26
3
-28
/
+12
*
[FIX] Adjust assumption space for zext instructions
Johannes Doerfert
2016-04-26
1
-1
/
+2
*
Do not use the number of parameters in the complexity check
Johannes Doerfert
2016-04-26
1
-5
/
+12
*
Do not add but record signed-unsigned assumptions
Johannes Doerfert
2016-04-26
1
-1
/
+1
*
Extract some constant factors from "SCEVAddExprs"
Johannes Doerfert
2016-04-25
1
-0
/
+26
*
Do not check all GEPs for assumptions
Johannes Doerfert
2016-04-25
1
-10
/
+11
*
Only add user assumptions on known parameters [NFC]
Johannes Doerfert
2016-04-25
1
-1
/
+25
*
Refactor Scop parameter handling
Johannes Doerfert
2016-04-25
1
-43
/
+37
*
Model zext-extend instructions
Johannes Doerfert
2016-04-25
3
-21
/
+119
*
Check only loop control of loops that are part of the region
Johannes Doerfert
2016-04-25
2
-4
/
+2
*
Initialize the invalid domain of an access with an empty set
Johannes Doerfert
2016-04-25
1
-1
/
+3
*
Do not propagate invalid domains over back edges
Johannes Doerfert
2016-04-25
1
-0
/
+4
*
Introduce a parameter set type [NFC]
Johannes Doerfert
2016-04-25
2
-19
/
+15
*
Remove unnecessary argument of the SCEVValidator [NFC]
Johannes Doerfert
2016-04-25
3
-29
/
+18
*
Add an invalid domain to memory accesses
Johannes Doerfert
2016-04-23
1
-7
/
+22
*
Translate SCEVs to isl_pw_aff and their invalid domain
Johannes Doerfert
2016-04-23
2
-72
/
+105
*
Track invalid domains not invalid contexts for statements
Johannes Doerfert
2016-04-23
1
-35
/
+52
*
Improve accuracy of Scop::hasFeasibleRuntimeContext
Johannes Doerfert
2016-04-23
1
-3
/
+6
*
Simplify the execution context for dereferencable loads
Johannes Doerfert
2016-04-23
1
-5
/
+40
*
Remove simplification calls for the execution domain [NFC]
Johannes Doerfert
2016-04-23
1
-3
/
+0
*
Bail for complex execution contexts of invariant loads
Johannes Doerfert
2016-04-22
1
-1
/
+10
*
Early exit for addInvariantLoads
Johannes Doerfert
2016-04-22
1
-0
/
+3
*
Bail for complex alias checks
Johannes Doerfert
2016-04-22
1
-2
/
+7
*
Relate domains to statements during construction [NFC]
Johannes Doerfert
2016-04-19
1
-17
/
+21
*
Add user assumptions after domain generation [NFC]
Johannes Doerfert
2016-04-19
1
-1
/
+2
*
Do not build domains for out of SCoP blocks [NFC]
Johannes Doerfert
2016-04-19
1
-0
/
+7
*
Mark Scop::getDomainConditions as const [NFC]
Johannes Doerfert
2016-04-19
1
-2
/
+2
*
SCoPValidator: Use SCEVTraversal to simplify SCEVInRegionDependences
Tobias Grosser
2016-04-18
1
-101
/
+33
*
[FIX] Check the invalid context agains the context to rule out SCoPs
Johannes Doerfert
2016-04-12
1
-0
/
+1
*
Do not by default minimize remarks
Johannes Doerfert
2016-04-12
1
-10
/
+17
*
Record wrapping assumptions early
Johannes Doerfert
2016-04-12
2
-57
/
+31
*
Record assumptions first and add them later
Johannes Doerfert
2016-04-12
1
-7
/
+32
*
Introduce and use MemoryAccess::getPwAff() [NFC]
Johannes Doerfert
2016-04-12
1
-4
/
+9
*
Do not assume switch modeling optimizes a SCoP
Johannes Doerfert
2016-04-12
1
-1
/
+0
*
Introduce an invalid context for each statement
Johannes Doerfert
2016-04-12
1
-30
/
+44
*
Simplify SCEVAffinator code [NFC]
Johannes Doerfert
2016-04-12
1
-15
/
+8
*
Allow overflow of indices with constant dim-sizes.
Michael Kruse
2016-04-11
1
-0
/
+60
*
Do not bind a non-const reference to a rvalue. NFC.
Michael Kruse
2016-04-11
1
-2
/
+3
*
Allow pointer expressions in SCEVs again.
Johannes Doerfert
2016-04-10
3
-99
/
+35
*
[FIX] Do not allow select as a base pointer in the SCoP region
Johannes Doerfert
2016-04-09
1
-0
/
+3
*
Do not allow exception handling code in SCoPs
Johannes Doerfert
2016-04-09
1
-0
/
+3
*
Add __isl_give annotations to return types [NFC]
Johannes Doerfert
2016-04-09
4
-15
/
+20
*
[FIX] Do not recompute SCEVs but pass them to subfunctions
Johannes Doerfert
2016-04-09
2
-20
/
+8
*
[FIX] Do not crash on opaque (unsized) types.
Johannes Doerfert
2016-04-08
1
-0
/
+5
*
[FIX] Teach the ScopExpander about parallel subfunctions
Johannes Doerfert
2016-04-08
1
-5
/
+14
*
Collect and verify generated parallel subfunctions
Johannes Doerfert
2016-04-08
2
-0
/
+5
*
[ScopInfo] Fix check for element size mismatch.
Michael Kruse
2016-04-08
1
-1
/
+3
*
[ScopInfo] Rename variable to AccType. NFC.
Michael Kruse
2016-04-08
1
-8
/
+8
*
[FIX] Allow to lookup domains for non-affine subregion blocks
Johannes Doerfert
2016-04-08
1
-21
/
+10
*
[FIX] Adjust execution context of hoisted loads wrt. error domains
Johannes Doerfert
2016-04-08
1
-37
/
+78
[next]