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
/
IndVarSimplify.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[IndVars] Hoist DataLayout load out of loop; NFC
Sanjoy Das
2016-01-27
1
-2
/
+2
*
[IndVars] Use isSCEVable; NFC
Sanjoy Das
2016-01-27
1
-2
/
+1
*
[IndVars] Use range-for; NFC
Sanjoy Das
2016-01-27
1
-3
/
+1
*
[IndVarSimplify] Rewrite loop exit values with their initial values from loop...
Chen Li
2016-01-27
1
-0
/
+80
*
[IndVars] Fix PR25576
Sanjoy Das
2016-01-17
1
-23
/
+6
*
[IndVars] Use emplace_back; NFC
Sanjoy Das
2016-01-17
1
-4
/
+3
*
[SCEV] Add and use SCEVConstant::getAPInt; NFCI
Sanjoy Das
2015-12-17
1
-2
/
+2
*
LPM: Stop threading `Pass *` through all of the loop utility APIs. NFC
Justin Bogner
2015-12-15
1
-4
/
+4
*
[IndVars] Use any_of and foreach instead of explicit for loops; NFC
Sanjoy Das
2015-12-08
1
-11
/
+6
*
[IndVars] Have getInsertPointForUses preserve LCSSA
Sanjoy Das
2015-12-08
1
-14
/
+28
*
use convenience function for copying IR flags; NFCI
Sanjay Patel
2015-11-24
1
-12
/
+2
*
Revert "[IndVarSimplify] Rewrite loop exit values with their initial values f...
Tobias Grosser
2015-11-03
1
-73
/
+0
*
[IndVarSimplify] Rewrite loop exit values with their initial values from loop...
Chen Li
2015-11-02
1
-0
/
+73
*
Revert r251492 "[IndVarSimplify] Rewrite loop exit values with their
Chen Li
2015-10-28
1
-71
/
+0
*
[IndVarSimplify] Rewrite loop exit values with their initial values from loop...
Chen Li
2015-10-28
1
-0
/
+71
*
[IndVars] Rename getExtend; NFC
Sanjoy Das
2015-10-16
1
-17
/
+17
*
[IndVars] Have `cloneArithmeticIVUser` guess better
Sanjoy Das
2015-10-16
1
-12
/
+74
*
[IndVars] Extract out a few local variables; NFC
Sanjoy Das
2015-10-16
1
-24
/
+32
*
[IndVars] Split `WidenIV::cloneIVUser`; NFC
Sanjoy Das
2015-10-16
1
-25
/
+71
*
Scalar: Remove some implicit ilist iterator conversions, NFC
Duncan P. N. Exon Smith
2015-10-13
1
-6
/
+6
*
[IndVars] NFC Cleanup.
Sanjoy Das
2015-10-13
1
-66
/
+62
*
[IndVars] Use `auto`; NFC
Sanjoy Das
2015-10-10
1
-6
/
+4
*
[IndVars] Don't break dominance in `eliminateIdentitySCEV`
Sanjoy Das
2015-10-06
1
-1
/
+1
*
[SCEV] Introduce ScalarEvolution::getOne and getZero.
Sanjoy Das
2015-09-23
1
-1
/
+1
*
[IndVars] Use C++11 style field initialization; NFCI.
Sanjoy Das
2015-09-20
1
-14
/
+7
*
[IndVars] Don't add a level of indentation for namespace {. NFC.
Sanjoy Das
2015-09-20
1
-77
/
+77
*
[IndVars] Don't repeat function names in comment; NFC.
Sanjoy Das
2015-09-20
1
-65
/
+62
*
[IndVars] Fix a bug in r248045.
Sanjoy Das
2015-09-20
1
-14
/
+19
*
[IndVars] Widen more comparisons for non-negative induction vars
Sanjoy Das
2015-09-18
1
-3
/
+26
*
[IndVars] Fix PR24783.
Sanjoy Das
2015-09-15
1
-1
/
+2
*
[IndVars] Rename variable; NFC.
Sanjoy Das
2015-09-15
1
-2
/
+2
*
Add GlobalsAA as preserved to a bunch of transforms
James Molloy
2015-09-10
1
-0
/
+2
*
[PM/AA] Rebuild LLVM's alias analysis infrastructure in a way compatible
Chandler Carruth
2015-09-09
1
-0
/
+1
*
Replace some calls to isa<LandingPadInst> with isEHPad()
David Majnemer
2015-08-19
1
-2
/
+2
*
[PM] Port ScalarEvolution to the new pass manager.
Chandler Carruth
2015-08-17
1
-4
/
+4
*
[IndVarSimplify] Make cost estimation in RewriteLoopExitValues smarter
Igor Laevsky
2015-08-10
1
-43
/
+8
*
[IndVars] Try to use existing values in RewriteLoopExitValues.
Sanjoy Das
2015-07-09
1
-2
/
+54
*
Add simplify_type<const WeakVH>; simplify IndVarSimplify
Duncan P. N. Exon Smith
2015-06-24
1
-4
/
+3
*
Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)
Alexander Kornienko
2015-06-23
1
-4
/
+4
*
IndVarSimplify: Avoid UB from binding a reference to a null pointer
Justin Bogner
2015-06-20
1
-3
/
+4
*
Fixed/added namespace ending comments using clang-tidy. NFC
Alexander Kornienko
2015-06-19
1
-4
/
+4
*
Replace push_back(Constructor(foo)) with emplace_back(foo) for non-trivial types
Benjamin Kramer
2015-05-29
1
-4
/
+4
*
Enable exitValue rewrite only when the cost of expansion is low.
Wei Mi
2015-05-28
1
-15
/
+129
*
indvars cruft: don't replace phi nodes for no reason.
Andrew Trick
2015-05-18
1
-10
/
+0
*
SimplifyIV comments and dead argument cleanup.
Andrew Trick
2015-05-18
1
-5
/
+4
*
[SCEV] Refactor out isHighCostExpansion. NFCI.
Sanjoy Das
2015-04-14
1
-56
/
+6
*
[opaque pointer type] More GEP API migrations in IRBuilder uses
David Blaikie
2015-04-03
1
-1
/
+1
*
Re-sort includes with sort-includes.py and insert raw_ostream.h where it's used.
Benjamin Kramer
2015-03-23
1
-1
/
+1
*
DataLayout is mandatory, update the API to reflect it with references.
Mehdi Amini
2015-03-10
1
-19
/
+15
*
Make DataLayout Non-Optional in the Module
Mehdi Amini
2015-03-04
1
-2
/
+1
[next]