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
/
llvm
/
test
/
Transforms
/
JumpThreading
Commit message (
Expand
)
Author
Age
Files
Lines
*
IR: print value numbers for unnamed function arguments
Tim Northover
2019-08-03
1
-1
/
+1
*
[JumpThreading] Stop searching predecessor when the current bb is in a
Wei Mi
2019-07-26
1
-0
/
+63
*
[JumpThreading] Fix threading with unusual PHI nodes.
Eli Friedman
2019-07-03
4
-22
/
+65
*
[JumpThreading] A bug fix for stale loop info after unfold select
Hiroshi Yamauchi
2019-05-15
1
-0
/
+30
*
Revert "Temporarily Revert "Add basic loop fusion pass.""
Eric Christopher
2019-04-17
56
-0
/
+6405
*
Temporarily Revert "Add basic loop fusion pass."
Eric Christopher
2019-04-17
56
-6405
/
+0
*
[JumpThreading] Fix incorrect fold conditional after indirectbr/callbr
Brian M. Rzycki
2019-04-08
1
-0
/
+44
*
Tighten up tests that use -debugify as a shortcut. NFC
Paul Robinson
2019-03-14
1
-4
/
+4
*
[JumpThreading] Retain debug info when replacing branch instructions
Jeremy Morse
2019-03-11
1
-0
/
+41
*
Implementation of asm-goto support in LLVM
Craig Topper
2019-02-08
1
-0
/
+58
*
[Jump Threading] Unfold a select insn that feeds a switch via a phi node
Ehsan Amiri
2019-01-11
1
-0
/
+78
*
[JumpThreading] Fix exponential time algorithm computing known values.
Eli Friedman
2018-11-09
1
-1
/
+61
*
[Local] Keep K's range if K does not move when combining metadata.
Florian Hahn
2018-10-27
1
-4
/
+8
*
[Local] Make DoesKMove required for combineMetadata.
Florian Hahn
2018-08-24
1
-0
/
+122
*
[JumpThreading] Don't try to rewrite a use if it's already valid.
Michael Zolotukhin
2018-06-26
1
-0
/
+19
*
Fix the issue that ComputeValueKnownInPredecessors only handles the case when
Wei Mi
2018-05-01
1
-0
/
+38
*
Fix typo in a test.
Michael Zolotukhin
2018-04-20
1
-1
/
+1
*
Revert "Revert r330403 and r330413."
Michael Zolotukhin
2018-04-20
1
-0
/
+54
*
Revert r330403 and r330413.
Ilya Biryukov
2018-04-20
1
-28
/
+0
*
Reapply "[PR16756] Use SSAUpdaterBulk in JumpThreading." one more time.
Michael Zolotukhin
2018-04-20
1
-0
/
+28
*
Revert "Reapply "[PR16756] Use SSAUpdaterBulk in JumpThreading." again."
Michael Zolotukhin
2018-04-17
1
-28
/
+0
*
Reapply "[PR16756] Use SSAUpdaterBulk in JumpThreading." again.
Michael Zolotukhin
2018-04-17
1
-0
/
+28
*
[SSAUpdaterBulk] Handle CFG with unreachable from entry blocks.
Michael Zolotukhin
2018-04-10
1
-0
/
+26
*
[JumpThreading] Don't select an edge that we know we can't thread
Haicheng Wu
2018-03-29
1
-0
/
+99
*
[JumpThreading] Track unreachable BBs to avoid processing
Brian M. Rzycki
2018-03-16
2
-5
/
+16
*
[LazyValueInfo] PR33357 prevent infinite recursion on BinaryOperator
Brian M. Rzycki
2018-03-13
1
-0
/
+37
*
[JumpThreading] Don't restrict cast-traversal to i1
Chad Rosier
2018-03-09
1
-0
/
+28
*
[JumpThreading] PR36133 enable/disable DominatorTree for LVI analysis
Brian M. Rzycki
2018-02-16
1
-0
/
+44
*
[Dominators] Visit affected node candidates found at different root levels
Jakub Kuderski
2018-01-19
2
-0
/
+118
*
[JumpThreading] Preservation of DT and LVI across the pass
Brian M. Rzycki
2018-01-12
3
-0
/
+355
*
Revert "[JumpThreading] Preservation of DT and LVI across the pass"
Reid Kleckner
2018-01-04
2
-315
/
+0
*
[JumpThreading] Preservation of DT and LVI across the pass
Brian M. Rzycki
2018-01-04
2
-0
/
+315
*
[JumpThreading] Restrict PRE across instructions that don't pass control to s...
Max Kazantsev
2017-12-19
1
-0
/
+103
*
Reverting [JumpThreading] Preservation of DT and LVI across the pass
Brian M. Rzycki
2017-12-13
2
-315
/
+0
*
[JumpThreading] Preservation of DT and LVI across the pass
Brian M. Rzycki
2017-12-13
2
-0
/
+315
*
Fix some misc. -enable-var-scope violations
Matt Arsenault
2017-11-13
1
-18
/
+18
*
Disable jump threading into loop headers
Krzysztof Parzyszek
2017-09-06
1
-14
/
+23
*
[Profile] backward propagate profile info in JumpThreading
Xinliang David Li
2017-08-24
2
-0
/
+141
*
Revert 311208, 311209
Xinliang David Li
2017-08-21
2
-79
/
+0
*
[Profile] backward propagate profile info in JumpThreading
Xinliang David Li
2017-08-18
2
-0
/
+79
*
[JumpThreading] Stop falsely preserving LazyValueInfo.
Davide Italiano
2017-07-28
1
-0
/
+57
*
[SimplifyCFG] Defer folding unconditional branches to LateSimplifyCFG if it c...
Balaram Makam
2017-07-19
2
-2
/
+66
*
[JumpThreading] Add a pattern to TryToUnfoldSelectInCurrBB()
Haicheng Wu
2017-07-14
1
-1
/
+76
*
[JumpThreading] Add test case that was supposed to go with r306085.
Craig Topper
2017-06-27
1
-0
/
+125
*
[JumpThreading] Safely replace uses of condition
Anna Thomas
2017-05-23
3
-52
/
+184
*
[JumpThreading] Dont RAUW condition incorrectly
Anna Thomas
2017-05-18
3
-2
/
+140
*
Take indirect branch into account as well when folding.
Xin Tong
2017-05-01
1
-0
/
+54
*
[JumpThread] Do RAUW in case Cond folds to a constant in the CFG
Xin Tong
2017-05-01
1
-0
/
+57
*
[JumpThread] We want to fold (not thread) when all predecessor go to single B...
Xin Tong
2017-04-23
1
-0
/
+135
*
Revert r300657 due to crashes in stage2 of bootstraps:
Chandler Carruth
2017-04-19
1
-89
/
+0
[next]