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
*
[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
*
CVP. Turn marking adds as no wrap (introduced by r278107) off by default
Artur Pilipenko
2016-08-18
1
-0
/
+5
*
Teach CorrelatedValuePropagation to mark adds as no wrap
Artur Pilipenko
2016-08-10
1
-0
/
+57
*
Revert "Teach CorrelatedValuePropagation to mark adds as no wrap"
Renato Golin
2016-08-03
1
-57
/
+0
*
Teach CorrelatedValuePropagation to mark adds as no wrap
Artur Pilipenko
2016-08-03
1
-0
/
+57
*
This converts a signed remainder instruction to unsigned remainder, which
Sjoerd Meijer
2016-07-14
1
-15
/
+38
*
[PM] Port CorrelatedValuePropagation
Sean Silva
2016-07-06
1
-7
/
+27
*
fix documentation comments; NFC
Sanjay Patel
2016-07-01
1
-13
/
+12
*
Apply clang-tidy's modernize-loop-convert to most of lib/Transforms.
Benjamin Kramer
2016-06-26
1
-3
/
+3
*
[PM] Port LVI to the new PM.
Sean Silva
2016-06-13
1
-3
/
+3
*
[PM] CorrelatedValuePropagation: pass state to function. NFCI.
Davide Italiano
2016-05-25
1
-29
/
+16
*
Re-commit optimization bisect support (r267022) without new pass manager supp...
Andrew Kaylor
2016-04-22
1
-1
/
+1
*
Revert "Initial implementation of optimization bisect support."
Vedant Kumar
2016-04-22
1
-1
/
+1
*
Initial implementation of optimization bisect support.
Andrew Kaylor
2016-04-21
1
-1
/
+1
*
[CVP] Replace nonnegative with positive, per Philip's request. NFC.
Chad Rosier
2016-03-14
1
-2
/
+2
*
[CVP] Convert an SDiv to a UDiv if both operands are known to be nonnegative
Haicheng Wu
2016-03-14
1
-0
/
+41
*
Follow up to 260439, Speculative fix to clang builders
Philip Reames
2016-02-10
1
-1
/
+4
*
[AttributeSet] Overload AttributeSet::addAttribute to reduce compile
Akira Hatanaka
2015-12-02
1
-10
/
+14
*
[CVP] Fold return values if possible
Philip Reames
2015-11-04
1
-0
/
+51
*
[LVI/CVP] Teach LVI about range metadata
Philip Reames
2015-10-29
1
-26
/
+6
*
Scalar: Remove some implicit ilist iterator conversions, NFC
Duncan P. N. Exon Smith
2015-10-13
1
-1
/
+1
*
[CorrelatedValuePropagation] Infer nonnull attributes
Igor Laevsky
2015-09-15
1
-0
/
+31
*
Add GlobalsAA as preserved to a bunch of transforms
James Molloy
2015-09-10
1
-0
/
+2
*
Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)
Alexander Kornienko
2015-06-23
1
-1
/
+1
*
Fixed/added namespace ending comments using clang-tidy. NFC
Alexander Kornienko
2015-06-19
1
-1
/
+1
*
[CVP] Don't assume Constants of type i1 can be known to be true or false
David Majnemer
2015-06-06
1
-3
/
+4
[next]