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
/
Analysis
/
TempScopInfo.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge TempScopInfo.{cpp|h} into ScopInfo.{cpp|h}
Michael Kruse
2015-09-10
1
-431
/
+0
*
[PM] Update Polly for the new AA infrastructure landed in r247167.
Chandler Carruth
2015-09-09
1
-3
/
+3
*
Allow PHI nodes in the region exit block
Johannes Doerfert
2015-09-08
1
-8
/
+35
*
Always use the branch instructions to model the PHI-node writes
Tobias Grosser
2015-08-31
1
-4
/
+3
*
Also build scalar dependences for store instructions
Tobias Grosser
2015-08-31
1
-5
/
+6
*
Enable modeling of scalar read-only dependences
Tobias Grosser
2015-08-31
1
-1
/
+1
*
Do not model scalar references to constant values
Tobias Grosser
2015-08-31
1
-0
/
+3
*
Traverse the SCoP to compute non-loop-carried domain conditions
Johannes Doerfert
2015-08-30
1
-137
/
+1
*
Ignore debug intrinsics and do not model their potential scalar metadata reads
Tobias Grosser
2015-08-30
1
-0
/
+3
*
Add a field to the memory access class for a related value.
Johannes Doerfert
2015-08-17
1
-9
/
+14
*
Fix Polly after SCEV port to new pass manager
Tobias Grosser
2015-08-17
1
-3
/
+3
*
Make TempScopInfo a RegionPass
Michael Kruse
2015-08-14
1
-20
/
+17
*
Always model PHI nodes in scop (if not in same nonaffine subregion)
Tobias Grosser
2015-08-12
1
-7
/
+7
*
Optionally model read-only scalars
Tobias Grosser
2015-08-04
1
-0
/
+21
*
Use the branch instruction to define the location of a PHI-node write
Tobias Grosser
2015-08-02
1
-3
/
+3
*
Keep track of ScopArrayInfo objects that model PHI node storage
Tobias Grosser
2015-07-28
1
-2
/
+4
*
Store ArrayShape in shared_ptr and MemAccs as actual objects
Tobias Grosser
2015-06-04
1
-3
/
+4
*
Store comparison objects as objects, not pointers
Tobias Grosser
2015-06-04
1
-10
/
+5
*
Sort include directives
Tobias Grosser
2015-05-09
1
-2
/
+2
*
Allow loops in non-affine subregions -- SCoP Modeling
Johannes Doerfert
2015-04-12
1
-3
/
+20
*
Fix compilation after 'Make DataLayout Non-Optional in the Module' commit
Tobias Grosser
2015-03-05
1
-3
/
+2
*
Do not model scalar accesses in non-affine subregions
Johannes Doerfert
2015-03-02
1
-10
/
+42
*
Allow non-affine control flow -- SCoP Modeling
Johannes Doerfert
2015-02-24
1
-4
/
+24
*
Drop an assert and XFAIL two test cases
Tobias Grosser
2015-02-11
1
-6
/
+0
*
Model scalar writes with uses outside the SCoP
Johannes Doerfert
2015-02-11
1
-8
/
+13
*
[FIX] Special case for branch users of scalar values
Johannes Doerfert
2015-02-11
1
-0
/
+6
*
Model PHI nodes without demoting them
Johannes Doerfert
2015-02-06
1
-2
/
+49
*
[NFC] Remove some unnecessary local objects
Johannes Doerfert
2015-02-02
1
-9
/
+6
*
[FIX] Debug build + instrinsic handling
Johannes Doerfert
2015-01-26
1
-0
/
+2
*
[PM] Update Polly following LLVM r226373 which refactors LoopInfo in
Chandler Carruth
2015-01-17
1
-3
/
+3
*
Do not incorrectly set the inverted flag.
Hongbin Zheng
2014-11-28
1
-1
/
+16
*
Remove the LoopBounds from the TempScop class.
Johannes Doerfert
2014-11-01
1
-21
/
+1
*
Remove the MaxLoopDepth attribute from the TempScop class
Johannes Doerfert
2014-11-01
1
-11
/
+1
*
[Polly] Move MAY/MUST write property to IRAccess
Johannes Doerfert
2014-09-12
1
-4
/
+9
*
Update for RegionInfo changes.
Matt Arsenault
2014-07-19
1
-1
/
+2
*
record delinearization result and reuse it in polyhedral translation
Sebastian Pop
2014-06-03
1
-27
/
+10
*
delinearize does not return a remainder
Sebastian Pop
2014-05-27
1
-3
/
+1
*
pass element size to delinearization
Sebastian Pop
2014-05-27
1
-1
/
+3
*
[Modules] Fix potential ODR violations by sinking the DEBUG_TYPE
Chandler Carruth
2014-04-22
1
-2
/
+2
*
only delinearize when the access function is not affine
Sebastian Pop
2014-04-10
1
-14
/
+16
*
ScopInfo: Scalar accesses are zero dimensional
Tobias Grosser
2014-04-10
1
-7
/
+3
*
clang format last patch
Sebastian Pop
2014-04-08
1
-7
/
+7
*
delinearize memory access functions
Sebastian Pop
2014-04-08
1
-6
/
+43
*
clang-format: Remove empty lines
Tobias Grosser
2014-03-21
1
-1
/
+0
*
[C++11] Update to reflect the Value::use_iterator and
Chandler Carruth
2014-03-09
1
-8
/
+7
*
[C++11] Use foreach iterator for blocks and operands
Tobias Grosser
2014-03-03
1
-12
/
+6
*
Update for llvm api change.
Rafael Espindola
2014-02-25
1
-3
/
+3
*
Fix typo
Tobias Grosser
2014-02-20
1
-1
/
+1
*
Check scops a second time before working on them
Tobias Grosser
2014-02-18
1
-0
/
+2
*
Fix formatting
Tobias Grosser
2014-02-12
1
-2
/
+1
[next]