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
/
Transform
/
Simplify.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Sink all InitializePasses.h includes
Reid Kleckner
2019-11-13
1
-0
/
+1
*
[Stats] More polly fixes following llvm::Statistic changes in r374490.
Volodymyr Sapsai
2019-10-11
1
-2
/
+2
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
[Simplify] Replace isl foreach calls with for loops
Tobias Grosser
2018-07-17
1
-27
/
+22
*
[polly] Update uses of DEBUG macro to LLVM_DEBUG.
Nicola Zaghen
2018-05-15
1
-20
/
+22
*
[DeLICM] Remove uses of isl::give
Tobias Grosser
2018-04-28
1
-1
/
+1
*
Run clang-format after r324003. NFC.
Michael Kruse
2018-02-02
1
-3
/
+3
*
Update polly for r323999.
Benjamin Kramer
2018-02-01
1
-4
/
+4
*
Port ScopInfo to the isl cpp bindings
Philip Pfaffe
2017-11-19
1
-3
/
+3
*
[Simplify] Actually remove unsed instruction from region header.
Michael Kruse
2017-09-05
1
-2
/
+3
*
Add more statistics.
Michael Kruse
2017-08-23
1
-24
/
+55
*
[ScheduleOptimizer] Make matmul pattern detection work with delicm output
Tobias Grosser
2017-08-08
1
-33
/
+21
*
[ScopInfo] Translate Scop::getParamSpace to isl++ [NFC]
Tobias Grosser
2017-08-06
1
-8
/
+6
*
Move ScopInfo::getDomain(), getDomainSpace(), getDomainId() to isl++
Tobias Grosser
2017-08-06
1
-3
/
+3
*
Move setNewAccessRelation to isl++
Tobias Grosser
2017-08-02
1
-1
/
+1
*
[Simplify] Rewrite redundant write detection algorithm.
Michael Kruse
2017-08-01
1
-134
/
+81
*
[Simplify] Improve scalability.
Michael Kruse
2017-08-01
1
-11
/
+80
*
[Simplify] Remove all kinds of redundant scalar writes.
Michael Kruse
2017-07-31
1
-1
/
+2
*
[Simplify] Implement write accesses coalescing.
Michael Kruse
2017-07-29
1
-3
/
+182
*
[Simplify] Fix typo in statistics output. NFC.
Michael Kruse
2017-07-28
1
-1
/
+1
*
[Simplify] Remove empty partial accesses first. NFC.
Michael Kruse
2017-07-28
1
-3
/
+3
*
[Simplify] Do not setInstructions() of region stmts. NFC.
Michael Kruse
2017-07-26
1
-0
/
+3
*
Simplify: Adopt for translation of MemoryAccess::getAccessRelation
Tobias Grosser
2017-07-23
1
-1
/
+1
*
Move MemoryAccess::NewAccessRelation to isl++
Tobias Grosser
2017-07-23
1
-5
/
+5
*
[Simplify] Remove partial write accesses with empty domain.
Michael Kruse
2017-07-22
1
-2
/
+40
*
[ScopInfo] Print instructions in dump().
Michael Kruse
2017-07-21
1
-1
/
+1
*
[Simplify] Remove unused instructions and accesses.
Michael Kruse
2017-07-20
1
-0
/
+77
*
[Simplify] Ensure all counters are reset before next SCoP is processed. NFC.
Michael Kruse
2017-07-19
1
-0
/
+1
*
[ScopInfo] Introduce tryGetValueStored
Tobias Grosser
2017-07-19
1
-7
/
+1
*
[Polly] Fix a typo [NFC]
Tobias Grosser
2017-07-16
1
-2
/
+2
*
[Simplify] Also remove redundant writes which originally came from PHI nodes
Tobias Grosser
2017-07-11
1
-1
/
+8
*
[Simplify] Use execution order of memory accesses.
Michael Kruse
2017-06-06
1
-1
/
+2
*
[Simplify] Move to isl C++
Tobias Grosser
2017-05-21
1
-19
/
+13
*
[isl++] Move isl raw_ostream printers into separate header
Tobias Grosser
2017-05-21
1
-0
/
+1
*
[Simplify] Fix r302986 that introduced non-inferrable templates.
Siddharth Bhat
2017-05-15
1
-13
/
+19
*
[Simplify] Remove some leftover dead code
Tobias Grosser
2017-05-14
1
-26
/
+0
*
[Simplify] Remove identical write removal. NFC.
Michael Kruse
2017-05-13
1
-82
/
+2
*
[Simplify] Remove writes that are overwritten.
Michael Kruse
2017-05-13
1
-2
/
+104
*
[Simplify] Reset all stats between runs.
Michael Kruse
2017-05-12
1
-0
/
+3
*
[Simplify] Remove identical scalar writes.
Michael Kruse
2017-05-11
1
-1
/
+107
*
[Simplify] Mark variables as used. NFC.
Michael Kruse
2017-05-10
1
-0
/
+1
*
[Simplify] Mark variables as used. NFC.
Michael Kruse
2017-05-10
1
-0
/
+2
*
[Simplify] Add -polly-simplify pass.
Michael Kruse
2017-03-10
1
-0
/
+285