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
/
DependenceInfo.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
getDependences to new C++ interface
Tobias Grosser
2018-06-06
1
-11
/
+12
*
[polly] Update uses of DEBUG macro to LLVM_DEBUG.
Nicola Zaghen
2018-05-15
1
-18
/
+19
*
[Polly][IslAst] Fix minimal dependence distance.
Huihui Zhang
2018-04-04
1
-1
/
+2
*
[ScopInfo] Move Scop::getPwAffOnly to isl++ [NFC]
Tobias Grosser
2017-08-06
1
-1
/
+1
*
[ScopInfo] Move Scop::getAssumedContext to isl++ [NFC]
Tobias Grosser
2017-08-06
1
-2
/
+2
*
[ScopInfo] Translate Scop::getParamSpace to isl++ [NFC]
Tobias Grosser
2017-08-06
1
-2
/
+2
*
[ScopInfo] Move ScopStmt::getSchedule to isl++
Tobias Grosser
2017-08-06
1
-3
/
+4
*
Move ScopInfo::getDomain(), getDomainSpace(), getDomainId() to isl++
Tobias Grosser
2017-08-06
1
-1
/
+1
*
Move MemoryAccess::get*ArrayId to isl++
Tobias Grosser
2017-07-23
1
-1
/
+1
*
Move MemoryAccess::NewAccessRelation to isl++
Tobias Grosser
2017-07-23
1
-3
/
+3
*
Move MemoryAccess::id to isl++
Tobias Grosser
2017-07-23
1
-1
/
+1
*
Fix a lot of typos. NFC.
Michael Kruse
2017-06-08
1
-2
/
+2
*
Post-commit fix of a comment
Philip Pfaffe
2017-05-23
1
-1
/
+1
*
[Polly][NewPM] Port DependenceInfo to the new ScopPassManager.
Philip Pfaffe
2017-05-23
1
-0
/
+42
*
[Polly][NewPM] Port ScopInfo to the new PassManager
Philip Pfaffe
2017-05-15
1
-1
/
+1
*
[Polly] [DependenceInfo] change WAR generation, Read will not block Read
Siddharth Bhat
2017-04-24
1
-27
/
+101
*
[Polly] [DependenceInfo] change WAR, WAW generation to correct semantics
Siddharth Bhat
2017-04-04
1
-27
/
+108
*
revert test commit r299024
Huihui Zhang
2017-03-29
1
-1
/
+0
*
test commit, add blank line
Huihui Zhang
2017-03-29
1
-0
/
+1
*
[DependenceInfo] change name Write to MustWrite to remove ambiguity [NFC]
Siddharth Bhat
2017-03-21
1
-13
/
+15
*
[DependenceInfo] Remove idempotent union: must-writes with may-writes [NFC]
Siddharth Bhat
2017-03-17
1
-2
/
+1
*
[DependenceInfo] Replace use of deprecated isl_dim_n_out [NFC]
Siddharth Bhat
2017-03-17
1
-1
/
+2
*
[DependenceInfo] Track may-writes and build flow information in
Siddharth Bhat
2017-03-17
1
-0
/
+3
*
Set Dependences::RED to be non-null once Dependences::calculateDependences()
Siddharth Bhat
2017-03-16
1
-0
/
+1
*
[DependenceInfo] Remove unused variable. NFC.
Michael Kruse
2017-02-23
1
-1
/
+0
*
[DependenceInfo] Use references instead of double pointers. NFC.
Michael Kruse
2017-02-23
1
-18
/
+18
*
[DependenceInfo] Rename StmtScheduleDomain -> TaggedStmtDomain. NFC.
Michael Kruse
2017-02-23
1
-15
/
+14
*
[DependenceInfo] Simplify use of StmtSchedule's domain [NFC]
Michael Kruse
2017-02-23
1
-21
/
+21
*
[DependenceInfo] Simplify creation and subsequent use of AccessSchedule [NFC]
Tobias Grosser
2017-02-21
1
-31
/
+22
*
[DependenceInfo] Pull out statement [NFC]
Tobias Grosser
2017-02-18
1
-3
/
+2
*
[Dependences] Compute reduction dependences on schedule tree [NFC]
Tobias Grosser
2017-02-18
1
-39
/
+27
*
[DependenceInfo] Use ScopArrayInfo to keep track of arrays [NFC]
Tobias Grosser
2017-02-09
1
-4
/
+4
*
Fix format after recent clang-format change.
Daniel Jasper
2017-02-01
1
-3
/
+2
*
Adjust formatting to commit r292110 [NFC]
Tobias Grosser
2017-01-16
1
-6
/
+9
*
Fix typo.
Hongbin Zheng
2016-11-23
1
-7
/
+7
*
[DepInfo] Print -debug output outside of max-operations scope.
Michael Kruse
2016-10-10
1
-5
/
+5
*
[Support/DepInfo] Introduce IslMaxOperationsGuard and make DepInfo use it. NFC.
Michael Kruse
2016-10-10
1
-51
/
+45
*
Turn cl::values() (for enum) from a vararg function to using C++ variadic tem...
Mehdi Amini
2016-10-08
1
-4
/
+2
*
Perform copying to created arrays according to the packing transformation
Roman Gareev
2016-09-14
1
-1
/
+8
*
DependenceInfo: Make clear that no double-free problem exists
Tobias Grosser
2016-09-08
1
-1
/
+3
*
Dependences: Only create flat StmtSchedule in presence of reductions
Tobias Grosser
2016-09-02
1
-1
/
+1
*
Dependences: Exit early, if no reduction dependences are needed.
Tobias Grosser
2016-09-02
1
-1
/
+12
*
Drop '@brief' from doxygen comments
Tobias Grosser
2016-09-02
1
-6
/
+6
*
[DependenceInfo] Reset operations counter when setting limit.
Michael Kruse
2016-08-05
1
-1
/
+3
*
[GSoC] Do not process SCoPs with infeasible runtime context
Johannes Doerfert
2016-07-25
1
-1
/
+3
*
Propagate on-error status
Tobias Grosser
2016-06-30
1
-1
/
+3
*
[GSoC 2016] New function pass DependenceInfoWrapperPass
Johannes Doerfert
2016-06-27
1
-0
/
+56
*
clang-tidy: apply modern-use-nullptr fixes
Tobias Grosser
2016-06-22
1
-1
/
+1
*
Decouple SCoP building logic from pass
Johannes Doerfert
2016-05-31
1
-2
/
+2
*
Add __isl_give annotations to return types [NFC]
Johannes Doerfert
2016-04-09
1
-2
/
+3
[next]