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
...
*
Take indirect branch into account as well when folding.
Xin Tong
2017-05-01
1
-6
/
+10
*
[JumpThread] Add some assertions for expected ConstantInt/BlockAddress
Xin Tong
2017-05-01
1
-2
/
+5
*
[JumpThread] Do RAUW in case Cond folds to a constant in the CFG
Xin Tong
2017-05-01
1
-8
/
+24
*
Kill off the old SimplifyInstruction API by converting remaining users.
Daniel Berlin
2017-04-28
1
-3
/
+4
*
[JumpThread] We want to fold (not thread) when all predecessor go to single B...
Xin Tong
2017-04-23
1
-0
/
+30
*
Revert r300657 due to crashes in stage2 of bootstraps:
Chandler Carruth
2017-04-19
1
-27
/
+0
*
[JumpThread] We want to fold (not thread) when all predecessor go to single B...
Xin Tong
2017-04-19
1
-0
/
+27
*
[IR] Redesign the case iterator in SwitchInst to actually be an iterator
Chandler Carruth
2017-04-12
1
-1
/
+1
*
Correct a rebase mistake.
Xin Tong
2017-03-19
1
-2
/
+2
*
[JumpThreading] Perform phi-translation in SimplifyPartiallyRedundantLoad.
Xin Tong
2017-03-19
1
-18
/
+33
*
[JumpThread] Use AA in SimplifyPartiallyRedundantLoad()
Jun Bum Lim
2017-03-08
1
-11
/
+20
*
[JumpThread] Simplify CmpInst-as-Condition branch-folding a bit.
Xin Tong
2017-03-07
1
-4
/
+11
*
Fix typo. NFCI
Xin Tong
2017-03-02
1
-1
/
+1
*
Empty line. NFCI
Xin Tong
2017-02-28
1
-1
/
+0
*
Empty line. NFCI
Xin Tong
2017-02-27
1
-1
/
+0
*
Update comments. NFCI
Xin Tong
2017-02-26
1
-2
/
+2
*
Empty line. NFCI
Xin Tong
2017-02-25
1
-1
/
+0
*
[JumpThreading] Re-enable JumpThreading for guards
Sanjoy Das
2017-02-17
1
-15
/
+158
*
Revert "[JumpThreading] Thread through guards"
Anna Thomas
2017-02-15
1
-152
/
+15
*
[JumpThreading] Thread through guards
Sanjoy Das
2017-02-09
1
-15
/
+152
*
[JumpThread] Enhance finding partial redundant loads by continuing scanning s...
Jun Bum Lim
2017-02-02
1
-4
/
+19
*
[JumpThread] No need to erase BB from LoopHeaders. NFC.
Jun Bum Lim
2017-02-01
1
-14
/
+1
*
[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
[prev]
[next]