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
*
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
*
[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
[next]