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
/
ForwardOpTree.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Sink all InitializePasses.h includes
Reid Kleckner
2019-11-13
1
-0
/
+1
*
[Polly] Migrate llvm::make_unique to std::make_unique
Jonas Devlieghere
2019-08-14
1
-1
/
+1
*
Apply include-what-you-use #include removal suggestions. NFC.
Michael Kruse
2019-03-28
1
-1
/
+0
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
[ForwardOpTree] Replace isl foreach calls with for loops
Tobias Grosser
2018-07-17
1
-5
/
+5
*
[ZoneAlgo] Use getDefToTarget in makeValInst. NFC.
Michael Kruse
2018-06-26
1
-105
/
+0
*
[OpTree] Introduce shortcut for computing the def->target mapping. NFCI.
Michael Kruse
2018-06-06
1
-0
/
+45
*
[ZoneAlgo] Make ZoneAlgorithm::isNormalized out-of-quota safe.
Michael Kruse
2018-05-31
1
-1
/
+2
*
[ForwardOpTree] Use less computationally expensive method to compute def-to-t...
Michael Kruse
2018-05-29
1
-59
/
+68
*
[polly] Update uses of DEBUG macro to LLVM_DEBUG.
Nicola Zaghen
2018-05-15
1
-21
/
+24
*
Adjust to clang-format changes
Tobias Grosser
2018-03-20
1
-1
/
+0
*
Port ScopInfo to the isl cpp bindings
Philip Pfaffe
2017-11-19
1
-1
/
+1
*
[ForwardOpTree] Limit isl operations of known content reload.
Michael Kruse
2017-11-06
1
-1
/
+8
*
[ZoneAlgo/ForwardOpTree] Normalize PHIs to their known incoming values.
Michael Kruse
2017-10-31
1
-2
/
+11
*
[ForwardOpTree] Use space indention. NFC.
Michael Kruse
2017-10-27
1
-1
/
+1
*
[ForwardOpTree] Reload know values.
Michael Kruse
2017-10-27
1
-32
/
+124
*
[ForwardOpTree] Fix out-of-quota in assertion.
Michael Kruse
2017-10-02
1
-1
/
+1
*
[ForwardOpTree] Allow out-of-quota in examination part of forwardTree.
Michael Kruse
2017-09-19
1
-13
/
+29
*
[ForwardOpTree] Test the max operations quota.
Michael Kruse
2017-09-18
1
-1
/
+1
*
[ForwardOptTree] Remove redundant simplify(). NFC.
Michael Kruse
2017-09-18
1
-1
/
+0
*
[ForwardOp] Remove read accesses for all instructions that have been moved
Tobias Grosser
2017-09-03
1
-1
/
+1
*
[ForwardOpTree] Fix typos. NFC.
Michael Kruse
2017-09-03
1
-2
/
+2
*
[ForwardOpTree] Allow forwarding in the presence of region statements
Tobias Grosser
2017-08-31
1
-4
/
+0
*
[ZoneAlgo] More fine-grained bail-out.
Michael Kruse
2017-08-28
1
-5
/
+1
*
[Polly] Fix some Clang-tidy modernize and Include What You Use warnings; othe...
Eugene Zelenko
2017-08-24
1
-22
/
+36
*
Add more statistics.
Michael Kruse
2017-08-23
1
-0
/
+19
*
Fix two warnings in polly, -Wmismatched-tags and -Wreorder
Reid Kleckner
2017-08-10
1
-1
/
+1
*
Remove dependency of Scop::getStmtFor(Inst) on getStmtFor(BB). NFC.
Michael Kruse
2017-08-09
1
-2
/
+5
*
[ForwardOpTree] Set DEBUG_TYPE to "polly-optree".
Michael Kruse
2017-08-09
1
-1
/
+1
*
[ForwardOpTree] Use known array content analysis to forward load instructions.
Michael Kruse
2017-08-07
1
-37
/
+459
*
[ForwardOpTree] Refactor out forwardSpeculatable(). NFC.
Michael Kruse
2017-08-04
1
-61
/
+88
*
[ForwardOpTree] Execute canForwardTree also in release builds.
Michael Kruse
2017-08-01
1
-7
/
+9
*
Silence -Wunused-variable warning in NDEBUG builds
Reid Kleckner
2017-08-01
1
-3
/
+2
*
[ForwardOpTree] Support synthesizable values.
Michael Kruse
2017-07-31
1
-10
/
+30
*
[ForwardOpTree] Properly indent enumeration in comment. NFC.
Michael Kruse
2017-07-24
1
-4
/
+4
*
[ForwardOpTree] Rename FD_CanForward to FD_CanForwardLeaf. NFC.
Michael Kruse
2017-07-24
1
-4
/
+4
*
[ForwardOpTree] Add comments to ForwardingDecision items. NFC.
Michael Kruse
2017-07-24
1
-0
/
+30
*
[ForwardOpTree] Support read-only value uses.
Michael Kruse
2017-07-24
1
-5
/
+21
*
[ForwardOpTree] Fix mixup in comment. NFC.
Michael Kruse
2017-07-24
1
-2
/
+2
*
[ScopInfo] Fix typo in method name. NFC.
Michael Kruse
2017-07-24
1
-1
/
+1
*
[ForwardOpTree] Support hoisted invariant loads.
Michael Kruse
2017-07-22
1
-5
/
+1
*
[ForwardOpTree] Introduce the -polly-optree pass.
Michael Kruse
2017-07-22
1
-0
/
+356