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
*
[PM] Replace the hard invalidate in JumpThreading for LVI with correct
Chandler Carruth
2017-01-23
1
-4
/
+0
*
Fix spelling mistakes in Transforms comments. NFC.
Simon Pilgrim
2016-11-20
1
-1
/
+1
*
Revert "[JumpThreading] Unfold selects that depend on the same condition"
Pablo Barrio
2016-11-15
1
-77
/
+38
*
Revert "[JumpThreading] Prevent non-deterministic use lists"
Pablo Barrio
2016-11-15
1
-7
/
+8
*
[JumpThreading] Prevent non-deterministic use lists
Pablo Barrio
2016-11-14
1
-8
/
+7
*
[JumpThreading] Unfold selects that depend on the same condition
Pablo Barrio
2016-11-08
1
-38
/
+77
*
Revert 284971.
Nico Weber
2016-10-24
1
-73
/
+38
*
[JumpThreading] Unfold selects that depend on the same condition
Pablo Barrio
2016-10-24
1
-38
/
+73
*
Jump threading: avoid trying to split edge into landingpad block (PR27840)
Hans Wennborg
2016-10-03
1
-0
/
+4
*
[JumpThreading] Only write back branch-weight MDs for blocks that originally ...
Adam Nemet
2016-09-06
1
-1
/
+52
*
Use the range variant of find instead of unpacking begin/end
David Majnemer
2016-08-11
1
-2
/
+1
*
Consistently use FunctionAnalysisManager
Sean Silva
2016-08-09
1
-1
/
+1
*
[JumpThreading] Fix handling of aliasing metadata.
Eli Friedman
2016-08-08
1
-6
/
+16
*
Don't remove side effecting instructions due to ConstantFoldInstruction
David Majnemer
2016-07-22
1
-1
/
+2
*
[JumpThreading] PRE unordered loads
Sanjoy Das
2016-07-14
1
-5
/
+6
*
[JumpThreading] Delete commented out debug code; NFC
Sanjoy Das
2016-07-13
1
-3
/
+0
*
Work around PR28400 a bit harder.
Sean Silva
2016-07-06
1
-2
/
+5
*
PR28400: Partly undo r274440 to bring test-suite back to life with the new PM
Sean Silva
2016-07-03
1
-1
/
+2
*
[PM] Fix a small typo from when I ported JumpThreading
Sean Silva
2016-07-02
1
-1
/
+1
*
Reinstate r273711
David Majnemer
2016-06-25
1
-2
/
+7
*
Revert r273711, it caused PR28298.
Nico Weber
2016-06-24
1
-7
/
+2
*
SimplifyInstruction does not imply DCE
David Majnemer
2016-06-24
1
-2
/
+7
*
Revert r272891 "[JumpThreading] Prevent dangling pointer problems in BranchPr...
Igor Laevsky
2016-06-16
1
-12
/
+4
*
[JumpThreading] Prevent dangling pointer problems in BranchProbabilityInfo
Igor Laevsky
2016-06-16
1
-4
/
+12
*
Bring back "[PM] Port JumpThreading to the new PM" with a fix
Sean Silva
2016-06-14
1
-113
/
+82
*
Revert "[PM] Port JumpThreading to the new PM"
Sean Silva
2016-06-14
1
-82
/
+113
*
[PM] Port JumpThreading to the new PM
Sean Silva
2016-06-13
1
-113
/
+82
*
[PM] Port LVI to the new PM.
Sean Silva
2016-06-13
1
-4
/
+4
*
[ValueTracking] Improve isImpliedCondition when the dominating cond is false.
Chad Rosier
2016-04-25
1
-2
/
+5
*
Re-commit optimization bisect support (r267022) without new pass manager supp...
Andrew Kaylor
2016-04-22
1
-1
/
+1
*
Revert "Initial implementation of optimization bisect support."
Vedant Kumar
2016-04-22
1
-1
/
+1
*
Initial implementation of optimization bisect support.
Andrew Kaylor
2016-04-21
1
-1
/
+1
*
[ValueTracking] Make isImpliedCondition return an Optional<bool>. NFC.
Chad Rosier
2016-04-20
1
-4
/
+5
*
[ValueTracking] Improve isImpliedCondition for conditions with matching opera...
Chad Rosier
2016-04-19
1
-3
/
+4
*
[SimlifyCFG] Prevent passes from destroying canonical loop structure, especia...
Hyojin Sung
2016-03-29
1
-1
/
+4
*
Revert "[SimlifyCFG] Prevent passes from destroying canonical loop structure,...
Reid Kleckner
2016-03-28
1
-4
/
+1
*
[SimlifyCFG] Prevent passes from destroying canonical loop structure, especia...
Hyojin Sung
2016-03-28
1
-1
/
+4
*
[JumpThreading] See through Cast Instructions
Haicheng Wu
2016-03-16
1
-0
/
+19
*
Revert "[JumpThreading] Simplify Instructions first in ComputeValueKnownInPre...
Haicheng Wu
2016-03-15
1
-35
/
+20
*
[JumpThreading] Simplify Instructions first in ComputeValueKnownInPredecessors()
Haicheng Wu
2016-02-26
1
-20
/
+35
*
[JumpThreading] Change a return of ComputeValueKnownInPredecessors()
Haicheng Wu
2016-02-08
1
-1
/
+1
*
[opaque pointer types] [NFC] FindAvailableLoadedValue: take LoadInst instead ...
Eduard Burtescu
2016-01-22
1
-2
/
+2
*
[JumpThreading] Don't forget to report that the IR changed
David Majnemer
2016-01-10
1
-2
/
+3
*
[JumpThreading] Use range-based for loops.
Benjamin Kramer
2016-01-09
1
-82
/
+68
*
[JumpThreading] Split select that has constant conditions coming from the PHI...
Haicheng Wu
2016-01-08
1
-0
/
+63
*
[JumpThreading] Fix opcode bonus in getJumpThreadDuplicationCost()
Geoff Berry
2015-12-29
1
-10
/
+16
*
[BPI] Fix two potential divide-by-zero operations that are introduced in r256...
Cong Hou
2015-12-22
1
-7
/
+12
*
[BPI] Replace weights by probabilities in BPI.
Cong Hou
2015-12-22
1
-10
/
+18
*
[ValueTracking] Add parameters to isImpliedCondition; NFC
Sanjoy Das
2015-11-06
1
-1
/
+3
*
[JumpThreading] Use dominating conditions to prove implications
Sanjoy Das
2015-10-28
1
-2
/
+40
[next]