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
/
lib
/
Transforms
/
Scalar
/
JumpThreading.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Revert r332168: "Reapply "[PR16756] Use SSAUpdaterBulk in JumpThreading.""
Michael Zolotukhin
2018-07-05
1
-19
/
+15
*
[JumpThreading] Don't try to rewrite a use if it's already valid.
Michael Zolotukhin
2018-06-26
1
-10
/
+12
*
[NFC] fix trivial typos in comments
Hiroshi Inoue
2018-06-14
1
-3
/
+3
*
Move Analysis/Utils/Local.h back to Transforms
David Blaikie
2018-06-04
1
-1
/
+1
*
[JumpThreading] Fix some strange formatting of code inside LLVM_DEBUG. NFC
Craig Topper
2018-05-31
1
-5
/
+5
*
Rename DEBUG macro to LLVM_DEBUG.
Nicola Zaghen
2018-05-14
1
-38
/
+41
*
Reapply "[PR16756] Use SSAUpdaterBulk in JumpThreading."
Michael Zolotukhin
2018-05-12
1
-26
/
+30
*
[STLExtras] Add distance() for ranges, pred_size(), and succ_size()
Vedant Kumar
2018-05-10
1
-4
/
+3
*
Fix the issue that ComputeValueKnownInPredecessors only handles the case when
Wei Mi
2018-05-01
1
-3
/
+15
*
Revert r330431.
Michael Zolotukhin
2018-04-20
1
-30
/
+26
*
Revert "Revert r330403 and r330413."
Michael Zolotukhin
2018-04-20
1
-26
/
+30
*
Revert r330403 and r330413.
Ilya Biryukov
2018-04-20
1
-20
/
+16
*
[SSAUpdaterBulk] Use SmallVector instead of DenseMap for storing rewrites.
Michael Zolotukhin
2018-04-20
1
-3
/
+1
*
Reapply "[PR16756] Use SSAUpdaterBulk in JumpThreading." one more time.
Michael Zolotukhin
2018-04-20
1
-16
/
+22
*
Revert "Reapply "[PR16756] Use SSAUpdaterBulk in JumpThreading." again."
Michael Zolotukhin
2018-04-17
1
-22
/
+15
*
Reapply "[PR16756] Use SSAUpdaterBulk in JumpThreading." again.
Michael Zolotukhin
2018-04-17
1
-15
/
+22
*
Revert "Reapply "[PR16756] Use SSAUpdaterBulk in JumpThreading." one more time."
Benjamin Kramer
2018-04-12
1
-18
/
+13
*
Reapply "[PR16756] Use SSAUpdaterBulk in JumpThreading." one more time.
Michael Zolotukhin
2018-04-11
1
-13
/
+18
*
Revert "[PR16756] Use SSAUpdaterBulk in JumpThreading." one more time.
Michael Zolotukhin
2018-04-10
1
-18
/
+13
*
Revert "Revert "[PR16756] Use SSAUpdaterBulk in JumpThreading.""
Michael Zolotukhin
2018-04-10
1
-13
/
+18
*
Revert "[PR16756] Use SSAUpdaterBulk in JumpThreading."
Michael Zolotukhin
2018-04-10
1
-18
/
+13
*
[PR16756] Use SSAUpdaterBulk in JumpThreading.
Michael Zolotukhin
2018-04-09
1
-13
/
+18
*
[JumpThreading] Don't select an edge that we know we can't thread
Haicheng Wu
2018-03-29
1
-1
/
+16
*
Fix a couple of layering violations in Transforms
David Blaikie
2018-03-21
1
-1
/
+1
*
[JumpThreading] Track unreachable BBs to avoid processing
Brian M. Rzycki
2018-03-16
1
-47
/
+37
*
[JumpThreading] Don't restrict cast-traversal to i1
Chad Rosier
2018-03-09
1
-3
/
+1
*
[NFC] Factor out a helper function for checking if a block has a potential ea...
Philip Reames
2018-03-08
1
-3
/
+1
*
[JumpThreading] PR36133 enable/disable DominatorTree for LVI analysis
Brian M. Rzycki
2018-02-16
1
-0
/
+37
*
[JumpThreading][NFC] Rename LoadInst variables
Brian M. Rzycki
2018-01-29
1
-43
/
+46
*
[JumpThreading] Preservation of DT and LVI across the pass
Brian M. Rzycki
2018-01-12
1
-39
/
+135
*
Revert "[JumpThreading] Preservation of DT and LVI across the pass"
Reid Kleckner
2018-01-04
1
-135
/
+39
*
[JumpThreading] Preservation of DT and LVI across the pass
Brian M. Rzycki
2018-01-04
1
-39
/
+135
*
Use phi ranges to simplify code. No functionality change intended.
Benjamin Kramer
2017-12-30
1
-4
/
+3
*
Add hasProfileData() to check if a function has profile data. NFC.
Easwaran Raman
2017-12-22
1
-3
/
+2
*
[JumpThreading] Restrict PRE across instructions that don't pass control to s...
Max Kazantsev
2017-12-19
1
-0
/
+14
*
Reverting [JumpThreading] Preservation of DT and LVI across the pass
Brian M. Rzycki
2017-12-13
1
-136
/
+39
*
[JumpThreading] Preservation of DT and LVI across the pass
Brian M. Rzycki
2017-12-13
1
-39
/
+136
*
[JumpThreading] Minor comment cleanup. NFC. (test commit)
Brian M. Rzycki
2017-12-08
1
-2
/
+2
*
Fix comment /NFC
Xinliang David Li
2017-11-06
1
-3
/
+4
*
[JumpThreading] Move two PredValueInfoTy vectors to a scope closer to their u...
Craig Topper
2017-10-16
1
-2
/
+2
*
Revert r314435: "[JumpThreading] Preserve DT and LVI across the pass"
Daniel Jasper
2017-09-30
1
-80
/
+29
*
[JumpThreading] Preserve DT and LVI across the pass
Evandro Menezes
2017-09-28
1
-29
/
+80
*
[Transforms] Fix some Clang-tidy modernize-use-using and Include What You Use...
Eugene Zelenko
2017-09-13
1
-23
/
+50
*
Disable jump threading into loop headers
Krzysztof Parzyszek
2017-09-06
1
-4
/
+9
*
[Profile] backward propagate profile info in JumpThreading
Xinliang David Li
2017-08-24
1
-1
/
+115
*
Revert 311208, 311209
Xinliang David Li
2017-08-21
1
-112
/
+1
*
Fix comment /NFC
Xinliang David Li
2017-08-18
1
-1
/
+1
*
[Profile] backward propagate profile info in JumpThreading
Xinliang David Li
2017-08-18
1
-1
/
+112
*
[Value Tracking] Default argument to true and rename accordingly. NFC.
Chad Rosier
2017-08-01
1
-4
/
+3
*
[JumpThreading] Stop falsely preserving LazyValueInfo.
Davide Italiano
2017-07-28
1
-1
/
+0
[next]