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
*
[CVP] Remove a masking operation if range information implies it's a noop
Philip Reames
2019-10-11
1
-0
/
+27
*
[CVP} Replace SExt with ZExt if the input is known-non-negative
Roman Lebedev
2019-10-08
1
-0
/
+25
*
[CVP] Generate simpler code for elided with.overflow intrinsics
Nikita Popov
2019-08-31
1
-2
/
+6
*
Let CorrelatedValuePropagation preserve LazyValueInfo
David Bolvansky
2019-07-24
1
-0
/
+2
*
Fix parameter name comments using clang-tidy. NFC.
Rui Ueyama
2019-07-16
1
-1
/
+1
*
[CVP] Reenable nowrap flag inference
Nikita Popov
2019-06-24
1
-1
/
+1
*
Resubmit "[CorrelatedValuePropagation] Fix prof branch_weights metadata handl...
Yevgeny Rouban
2019-06-05
1
-56
/
+61
*
Reapply [CVP] Simplify non-overflowing saturating add/sub
Nikita Popov
2019-05-31
1
-1
/
+24
*
[CVP] Fix assertion failure on vector with.overflow
Nikita Popov
2019-05-31
1
-1
/
+1
*
Revert "[CVP] Simplify non-overflowing saturating add/sub"
Nikita Popov
2019-05-31
1
-24
/
+1
*
[CVP] Simplify non-overflowing saturating add/sub
Nikita Popov
2019-05-31
1
-1
/
+24
*
[CVP] Generalize willNotOverflow(); NFC
Nikita Popov
2019-05-30
1
-5
/
+5
*
Revert "[CorrelatedValuePropagation] Fix prof branch_weights metadata handlin...
Nikita Popov
2019-05-28
1
-61
/
+56
*
[CorrelatedValuePropagation] Fix prof branch_weights metadata handling for Sw...
Yevgeny Rouban
2019-05-28
1
-56
/
+61
*
[CVP] Remove unnecessary checks for empty GNWR; NFC
Nikita Popov
2019-05-25
1
-27
/
+11
*
Revert "[ConstantRange] Rename make{Guaranteed -> Exact}NoWrapRegion() NFC"
Nikita Popov
2019-04-22
1
-3
/
+3
*
[ConstantRange] Rename make{Guaranteed -> Exact}NoWrapRegion() NFC
Nikita Popov
2019-04-22
1
-3
/
+3
*
[CorrelatedValuePropagation] Mark subs that we know not to wrap with nuw/nsw.
Luqman Aden
2019-04-20
1
-25
/
+26
*
[CVP] processOverflowIntrinsic(): don't crash if constant-holding happened
Roman Lebedev
2019-04-17
1
-4
/
+7
*
[CVP] Simplify umulo and smulo that cannot overflow
Nikita Popov
2019-04-16
1
-6
/
+1
*
[IR] Add WithOverflowInst class
Nikita Popov
2019-04-16
1
-53
/
+32
*
[CVP] Set NSW/NUW flags when simplifying with.overflow
Nikita Popov
2019-04-12
1
-2
/
+6
*
[DTU] Refine the interface and logic of applyUpdates
Chijun Sima
2019-02-22
1
-1
/
+1
*
[DTU] Deprecate insertEdge*/deleteEdge*
Chijun Sima
2019-02-22
1
-1
/
+1
*
Move DomTreeUpdater from IR to Analysis
Richard Trieu
2019-02-06
1
-1
/
+1
*
[CVP] Use LVI to constant fold deopt operands
Philip Reames
2019-01-22
1
-0
/
+24
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
[CVP] tidy processCmp(); NFC
Sanjay Patel
2018-11-29
1
-14
/
+14
*
[CorrelatedValuePropagation] Preserve debug locations (PR38178)
Vedant Kumar
2018-11-18
1
-15
/
+16
*
[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
[next]