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
/
Dependences.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Rename the Dependences pass to DependenceInfo [NFC]
Johannes Doerfert
2015-03-04
1
-637
/
+0
*
[Refactor] Simplify ScopPass interface
Johannes Doerfert
2015-03-01
1
-1
/
+1
*
[Refactor] Add a Scop & as argument to printScop
Johannes Doerfert
2015-03-01
1
-6
/
+6
*
Dead code elimination: Update dependences after eliminating code
Tobias Grosser
2014-12-17
1
-2
/
+6
*
Simplify computation of reduction dependences
Tobias Grosser
2014-12-07
1
-10
/
+4
*
Assume GetElementPtr offsets to be inbounds
Tobias Grosser
2014-11-25
1
-0
/
+3
*
Fix typo
Tobias Grosser
2014-11-21
1
-1
/
+1
*
Use nullptr instead of '0' for pointers
Tobias Grosser
2014-11-14
1
-1
/
+1
*
Fix typo
Tobias Grosser
2014-10-22
1
-1
/
+1
*
Use braces in multi-statement DEBUG() code [NFC]
Tobias Grosser
2014-10-22
1
-6
/
+20
*
Compute and print the minimal loop carried dependency distance
Johannes Doerfert
2014-09-13
1
-9
/
+29
*
Annotate the IslAst with broken reductions
Johannes Doerfert
2014-08-01
1
-0
/
+50
*
Replace the dependences parallelism check by the IslAst one
Johannes Doerfert
2014-07-28
1
-58
/
+25
*
Annotate reduction parallel loops in the IslAst textual output
Johannes Doerfert
2014-07-15
1
-11
/
+49
*
clang-format polly to avoid buildbot noise
Tobias Grosser
2014-07-09
1
-11
/
+9
*
Allow multiple reductions per statement
Johannes Doerfert
2014-06-27
1
-1
/
+0
*
[Refactor] Make the used dependence types explicit
Johannes Doerfert
2014-06-26
1
-2
/
+2
*
Use wrapped reduction dependences
Johannes Doerfert
2014-06-26
1
-18
/
+24
*
Hybrid dependency analysis
Johannes Doerfert
2014-06-26
1
-5
/
+70
*
Reduction like is now a memory access property
Johannes Doerfert
2014-06-20
1
-7
/
+10
*
Model statement wise reduction dependences
Johannes Doerfert
2014-06-20
1
-3
/
+121
*
[Refactor] C++11 Memory access iterators in SCoP stmts
Johannes Doerfert
2014-06-13
1
-5
/
+3
*
[Refactor] Simplify dependency map dump
Johannes Doerfert
2014-06-13
1
-13
/
+9
*
Use range-based for loops
Tobias Grosser
2014-06-04
1
-9
/
+4
*
[Modules] Fix potential ODR violations by sinking the DEBUG_TYPE
Chandler Carruth
2014-04-22
1
-3
/
+4
*
[C++11] Use nullptr
Tobias Grosser
2014-04-16
1
-14
/
+14
*
Dependences: Do not fail in case a schedule eliminates all dependences
Tobias Grosser
2014-04-15
1
-0
/
+7
*
Dependences: Refine the compute out facility
Tobias Grosser
2014-04-12
1
-1
/
+1
*
Return conservative result in case the dependence check timed out
Tobias Grosser
2014-03-21
1
-0
/
+5
*
Dependences: Further reduce the allowed compile time
Tobias Grosser
2014-03-18
1
-1
/
+1
*
Print function and region name in scop description
Tobias Grosser
2014-03-18
1
-1
/
+1
*
Allow several polly command line options to be provided multiple times
Tobias Grosser
2014-03-13
1
-3
/
+5
*
Do not fail in case we do not have valid dependences
Tobias Grosser
2014-02-23
1
-0
/
+5
*
Dependences: Do not assign 'WAW' twice
Tobias Grosser
2014-02-21
1
-1
/
+1
*
Dependences: Eliminate warning about possibly uninitialized pointers
Tobias Grosser
2014-02-21
1
-1
/
+3
*
Dependences: Bound the time dependence calculation is allowed to take
Tobias Grosser
2014-01-26
1
-3
/
+42
*
Temporarily reformat Polly to silence buildbots
Tobias Grosser
2014-01-06
1
-4
/
+1
*
PollyDependence: Simplify Read/Write/MayWrite before feeding them into ISL.
Tobias Grosser
2013-08-08
1
-0
/
+4
*
Dependence: Add DEBUG support.
Tobias Grosser
2013-07-31
1
-0
/
+12
*
Dependences: Use ostream printer to print analysis output
Tobias Grosser
2013-07-14
1
-9
/
+3
*
Dependences: Clarify difference between value and memory based dependences
Tobias Grosser
2013-07-13
1
-5
/
+15
*
Sort includes
Tobias Grosser
2013-05-07
1
-2
/
+0
*
Move polly options into separate option category
Tobias Grosser
2013-05-07
1
-6
/
+3
*
Reformat with clang-format
Tobias Grosser
2013-05-07
1
-6
/
+7
*
Update formatting to latest version of clang-format
Tobias Grosser
2013-04-10
1
-3
/
+3
*
clang-format: Many more files
Tobias Grosser
2013-03-23
1
-6
/
+4
*
Dependences: clang-format
Tobias Grosser
2013-02-05
1
-46
/
+38
*
Fix obvious formatting problems.
Tobias Grosser
2012-12-29
1
-4
/
+3
*
Dependences: Add support to calculate memory based dependences
Tobias Grosser
2012-11-01
1
-10
/
+44
*
Dependences: Print dependences in -analyze output
Tobias Grosser
2012-08-27
1
-0
/
+9
[next]