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
...
*
[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
*
Revert some changes that were made to fix PR20680.
Sanjoy Das
2015-03-02
1
-42
/
+6
*
Revert r230921, "Revert some changes that were made to fix PR20680.", for now.
NAKAMURA Takumi
2015-03-02
1
-6
/
+42
*
Revert some changes that were made to fix PR20680.
Sanjoy Das
2015-03-01
1
-42
/
+6
*
[multiversion] Thread a function argument through all the callers of the
Chandler Carruth
2015-02-01
1
-1
/
+1
*
[PM] Change the core design of the TTI analysis to use a polymorphic
Chandler Carruth
2015-01-31
1
-1
/
+2
*
[PM] Split the LoopInfo object apart from the legacy pass, creating
Chandler Carruth
2015-01-17
1
-3
/
+3
*
[PM] Separate the TargetLibraryInfo object from the immutable pass.
Chandler Carruth
2015-01-15
1
-1
/
+2
*
[PM] Move TargetLibraryInfo into the Analysis library.
Chandler Carruth
2015-01-15
1
-1
/
+1
*
Update SetVector to rely on the underlying set's insert to return a pair<iter...
David Blaikie
2014-11-19
1
-3
/
+3
*
IndVarSimplify: Allow LFTR to fire more often
David Majnemer
2014-11-18
1
-1
/
+22
*
Disable indvar widening if arithmetics on the wider type are more expensive
Jingyue Wu
2014-11-12
1
-10
/
+30
*
Reverts r221772 which fails tests
Jingyue Wu
2014-11-12
1
-30
/
+10
[prev]
[next]