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
*
[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
*
[JumpThreading] Add an option to dump LazyValueInfo after the run.
Davide Italiano
2017-07-28
1
-2
/
+15
*
[SimplifyCFG] Defer folding unconditional branches to LateSimplifyCFG if it c...
Balaram Makam
2017-07-19
1
-4
/
+6
*
[JumpThreading] Add a pattern to TryToUnfoldSelectInCurrBB()
Haicheng Wu
2017-07-14
1
-32
/
+50
*
Enhance synchscope representation
Konstantin Zhuravlyov
2017-07-11
1
-1
/
+1
*
[JumpThreading] Teach jump threading how to analyze (and (cmp A, C1), (cmp A,...
Craig Topper
2017-06-23
1
-0
/
+41
*
[JumpThreading] Use some temporary variables to reduce the number of times we...
Craig Topper
2017-06-23
1
-12
/
+16
*
[JumpThreading][LVI] Invalidate LVI information after blocks are merged
Anna Thomas
2017-06-19
1
-0
/
+31
*
[BPI] Don't assume that strcmp returning >0 is more likely than <0
John Brawn
2017-06-08
1
-2
/
+2
*
Sort the remaining #include lines in include/... and lib/....
Chandler Carruth
2017-06-06
1
-3
/
+3
*
[JumpThreading] Safely replace uses of condition
Anna Thomas
2017-05-23
1
-2
/
+40
*
[IR] De-virtualize ~Value to save a vptr
Reid Kleckner
2017-05-18
1
-1
/
+1
*
[JumpThreading] Dont RAUW condition incorrectly
Anna Thomas
2017-05-18
1
-17
/
+14
*
[JumpThreading] When processing compares, explicitly check that the result ty...
Craig Topper
2017-05-04
1
-1
/
+1
*
[JumpThreading] Change a dyn_cast that is already protected by an isa check t...
Craig Topper
2017-05-04
1
-16
/
+14
*
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
[next]