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
/
CorrelatedValuePropagation.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[Dominators] Convert existing passes and utils to use the DomTreeUpdater class
Chijun Sima
2018-08-03
1
-8
/
+6
*
Remove trailing space
Fangrui Song
2018-07-30
1
-4
/
+4
*
CorrelatedValuePropagation: Preserve DT.
Michael Zolotukhin
2018-06-16
1
-5
/
+18
*
Move Analysis/Utils/Local.h back to Transforms
David Blaikie
2018-06-04
1
-1
/
+1
*
[CVP] Require DomTree for new Pass Manager
David Green
2018-05-21
1
-9
/
+13
*
Rename DEBUG macro to LLVM_DEBUG.
Nicola Zaghen
2018-05-14
1
-1
/
+1
*
[CVP] simplify phi with constant incoming values that match common variable e...
Sanjay Patel
2018-04-10
1
-0
/
+60
*
Fix a couple of layering violations in Transforms
David Blaikie
2018-03-21
1
-2
/
+2
*
Re-re-land: Teach CorrelatedValuePropagation to reduce the width of udiv/urem...
Justin Lebar
2018-03-21
1
-0
/
+54
*
[CorrelatedValuePropagation] Use SelectInst::getCondition/getTrueValue/getFal...
Craig Topper
2018-03-16
1
-3
/
+3
*
Back out "Re-land: Teach CorrelatedValuePropagation to reduce the width of ud...
Justin Lebar
2018-03-12
1
-54
/
+0
*
Re-land: Teach CorrelatedValuePropagation to reduce the width of udiv/urem in...
Justin Lebar
2018-03-07
1
-0
/
+54
*
Revert rL326898: "Teach CorrelatedValuePropagation to reduce the width of udi...
Justin Lebar
2018-03-07
1
-52
/
+0
*
Teach CorrelatedValuePropagation to reduce the width of udiv/urem instructions.
Justin Lebar
2018-03-07
1
-0
/
+52
*
[CVP] fix formatting; NFC
Sanjay Patel
2018-03-05
1
-4
/
+2
*
[CVP] Don't Replace incoming values from unreachable blocks with undef.
Davide Italiano
2018-01-29
1
-24
/
+4
*
[JumpThreading] Preservation of DT and LVI across the pass
Brian M. Rzycki
2018-01-12
1
-0
/
+2
*
[CVP] Replace incoming values from unreachable blocks with undef.
Davide Italiano
2018-01-08
1
-4
/
+24
*
Revert "[JumpThreading] Preservation of DT and LVI across the pass"
Reid Kleckner
2018-01-04
1
-2
/
+0
*
[JumpThreading] Preservation of DT and LVI across the pass
Brian M. Rzycki
2018-01-04
1
-0
/
+2
*
Reverting [JumpThreading] Preservation of DT and LVI across the pass
Brian M. Rzycki
2017-12-13
1
-2
/
+0
*
[JumpThreading] Preservation of DT and LVI across the pass
Brian M. Rzycki
2017-12-13
1
-0
/
+2
*
[CVP] Remove some {s|u}sub.with.overflow checks.
Joel Galenson
2017-12-05
1
-8
/
+17
*
Test commit.
Joel Galenson
2017-12-05
1
-1
/
+1
*
[CVP] Remove some {s|u}add.with.overflow checks.
Sanjoy Das
2017-11-10
1
-0
/
+55
*
[Transforms] Fix some Clang-tidy modernize and Include What You Use warnings;...
Eugene Zelenko
2017-10-13
1
-4
/
+25
*
[CVP] Process binary operations even when def is local
Anna Thomas
2017-10-12
1
-16
/
+4
*
Revert r314435: "[JumpThreading] Preserve DT and LVI across the pass"
Daniel Jasper
2017-09-30
1
-2
/
+0
*
[JumpThreading] Preserve DT and LVI across the pass
Evandro Menezes
2017-09-28
1
-0
/
+2
*
[CorrelatedValuePropagation] Fix typo in comment sense->since. NFC
Craig Topper
2017-06-23
1
-1
/
+1
*
[CorrelatedValuePropagation] Remove comment about iterating switch cases in r...
Craig Topper
2017-06-23
1
-2
/
+1
*
[CorrelatedValuePropagation] Remove superfluous semicolon. NFC
Craig Topper
2017-06-16
1
-1
/
+1
*
[IR] Add additional addParamAttr/removeParamAttr to AttributeList API
Reid Kleckner
2017-05-31
1
-4
/
+5
*
[CorrelatedValuePropagation] Don't use -> to call a static method of Constant...
Craig Topper
2017-05-16
1
-6
/
+4
*
[IR] Abstract away ArgNo+1 attribute indexing as much as possible
Reid Kleckner
2017-05-03
1
-1
/
+1
*
Kill off the old SimplifyInstruction API by converting remaining users.
Daniel Berlin
2017-04-28
1
-14
/
+3
*
CorrelatedValuePropagation: Rename a variable for consistency
Daniel Berlin
2017-04-26
1
-2
/
+2
*
Convert CVP to use SimplifyQuery version of SimplifyInstruction. Add Assumpti...
Daniel Berlin
2017-04-26
1
-10
/
+20
*
[IR] Make paramHasAttr to use arg indices instead of attr indices
Reid Kleckner
2017-04-14
1
-1
/
+1
*
[IR] Redesign the case iterator in SwitchInst to actually be an iterator
Chandler Carruth
2017-04-12
1
-2
/
+2
*
[IR] Make SwitchInst::CaseIt almost a normal iterator.
Chandler Carruth
2017-03-26
1
-4
/
+9
*
Rename AttributeSet to AttributeList
Reid Kleckner
2017-03-21
1
-1
/
+1
*
Revert r282872 "CVP. Turn marking adds as no wrap on by default"
Hans Wennborg
2017-02-23
1
-0
/
+5
*
Revert "CVP: Make CVP iterate in an order that maximizes reuse of LVI cache"
Daniel Berlin
2017-02-08
1
-5
/
+6
*
CVP: Make CVP iterate in an order that maximizes reuse of LVI cache
Daniel Berlin
2017-02-08
1
-6
/
+5
*
[PM] Teach LVI to correctly invalidate itself when its dependencies
Chandler Carruth
2017-01-23
1
-4
/
+0
*
[CVP] Adjust iteration order to reduce the amount of work required
Philip Reames
2016-12-30
1
-3
/
+8
*
[CVP] Remove cvp-dont-process-adds flag
Artur Pilipenko
2016-11-29
1
-5
/
+0
*
[CVP] Convert an AShr to a LShr if 1st operand is known to be nonnegative.
Chad Rosier
2016-10-12
1
-0
/
+23
*
CVP. Turn marking adds as no wrap on by default (was turned off by 279082)
Artur Pilipenko
2016-09-30
1
-1
/
+1
[next]