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
*
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
*
Recommit r250345, it was reverted in r250366 to investigate a bot failure.
Manman Ren
2015-10-15
1
-5
/
+116
*
Temporarily revert r250345 to sort out bot failure.
Manman Ren
2015-10-15
1
-116
/
+5
*
Update the branch weight metadata in JumpThreading pass.
Cong Hou
2015-10-14
1
-5
/
+116
*
Revert r250204 and r250240 due to bot failure. We failed to build PGO-ed clang.
Manman Ren
2015-10-14
1
-118
/
+5
*
Update the branch weight metadata in JumpThreading pass.
Cong Hou
2015-10-13
1
-5
/
+118
*
Scalar: Remove some implicit ilist iterator conversions, NFC
Duncan P. N. Exon Smith
2015-10-13
1
-12
/
+12
*
Revert 250089 due to bot failure. It failed when building clang itself with PGO.
Manman Ren
2015-10-13
1
-118
/
+5
*
Update the branch weight metadata in JumpThreading pass.
Cong Hou
2015-10-12
1
-5
/
+118
*
Clean up: Refactoring the hardcoded value of 6 for FindAvailableLoadedValue()...
Larisse Voufo
2015-09-18
1
-3
/
+4
*
Test commit: Fixed a few typos in the comments.
David L Kreitzer
2015-09-16
1
-6
/
+6
*
Revert "Clean up: Refactoring the hardcoded value of 6 for FindAvailableLoade...
Larisse Voufo
2015-09-15
1
-4
/
+3
*
Clean up: Refactoring the hardcoded value of 6 for FindAvailableLoadedValue()...
Larisse Voufo
2015-09-12
1
-3
/
+4
*
Add GlobalsAA as preserved to a bunch of transforms
James Molloy
2015-09-10
1
-0
/
+2
[next]