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
*
[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
*
CVP: Improve handling of Selects used as incoming PHI values
Bjorn Steinbrink
2015-05-12
1
-11
/
+30
*
DataLayout is mandatory, update the API to reflect it with references.
Mehdi Amini
2015-03-10
1
-2
/
+4
*
Make use of @llvm.assume from LazyValueInfo
Hal Finkel
2014-09-07
1
-7
/
+10
*
Make use of @llvm.assume in ValueTracking (computeKnownBits, etc.)
Hal Finkel
2014-09-07
1
-0
/
+1
*
[C++] Use 'nullptr'. Transforms edition.
Craig Topper
2014-04-25
1
-1
/
+1
*
[Modules] Fix potential ODR violations by sinking the DEBUG_TYPE
Chandler Carruth
2014-04-22
1
-1
/
+2
*
[C++11] Add 'override' keyword to virtual methods that override their base cl...
Craig Topper
2014-03-05
1
-2
/
+2
*
[Modules] Move CFG.h to the IR library as it defines graph traits over
Chandler Carruth
2014-03-04
1
-1
/
+1
*
Disable most IR-level transform passes on functions marked 'optnone'.
Paul Robinson
2014-02-06
1
-0
/
+3
[next]