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
/
test
/
Transforms
/
IndVarSimplify
Commit message (
Expand
)
Author
Age
Files
Lines
*
[IndVars] Change the order to compute WidenAddRec in widenIVUse.
Wei Mi
2016-11-15
2
-2
/
+63
*
[IndVarSimplify] Teach calculatePostIncRange to take guards into account
Artur Pilipenko
2016-10-19
1
-0
/
+114
*
[IndVarSimplify] Use control-dependent range information to prove non-negativity
Artur Pilipenko
2016-10-19
1
-0
/
+175
*
Wisely choose sext or zext when widening IV.
Evgeny Stupachenko
2016-09-28
1
-0
/
+270
*
Revert -r278269 [IndVarSimplify] Eliminate zext of a signed IV when the IV is...
Artur Pilipenko
2016-08-22
1
-82
/
+0
*
[IndVars] Ignore (s|z)exts that don't extend the induction variable
Sanjoy Das
2016-08-13
1
-0
/
+20
*
Extend trip count instead of truncating IV in LFTR, when legal
Ehsan Amiri
2016-08-11
4
-7
/
+168
*
revert 278334
Ehsan Amiri
2016-08-11
3
-163
/
+2
*
Extend trip count instead of truncating IV in LFTR, when legal
Ehsan Amiri
2016-08-11
3
-2
/
+163
*
[IndVarSimplify] Eliminate zext of a signed IV when the IV is known to be non...
Andrew Kaylor
2016-08-10
1
-0
/
+82
*
[IndVars] Un-grepify test; NFC
Sanjoy Das
2016-08-03
24
-37
/
+87
*
Upgrade other old memset/memcpy signatures in tests causing buildbot failures...
Artur Pilipenko
2016-06-23
1
-2
/
+0
*
[PM] Port IndVarSimplify to the new pass manager
Sanjoy Das
2016-06-05
3
-0
/
+3
*
[IndVars] Remove -liv-reduce
Sanjoy Das
2016-06-05
1
-56
/
+0
*
[IndVars] Eliminate op.with.overflow when possible (re-apply)
Sanjoy Das
2016-05-29
1
-0
/
+137
*
[SCEV] Don't always add no-wrap flags to post-inc add recs
Sanjoy Das
2016-05-29
1
-1
/
+1
*
[LLVM] Remove unwanted --check-prefix=CHECK from unit tests. NFC.
Mandeep Singh Grang
2016-04-19
1
-1
/
+1
*
This reverts commit r265913 and r265912
Sanjoy Das
2016-04-11
2
-138
/
+1
*
[IndVars] Eliminate op.with.overflow when possible
Sanjoy Das
2016-04-10
2
-1
/
+138
*
[IndVarSimplify] Don't insert after a catchswitch
David Majnemer
2016-03-30
1
-0
/
+38
*
AMDGPU: Cost model for basic integer operations
Matt Arsenault
2016-03-25
2
-0
/
+100
*
[IndVars] Fix PR26974: make sure replaceCongruentIVs doesn't break LCSSA
Silviu Baranga
2016-03-21
1
-0
/
+60
*
[IndVars] Pass the right loop to isLoopInvariantPredicate
Sanjoy Das
2016-03-18
1
-0
/
+33
*
[SCEV] Try to reuse existing value during SCEV expansion
Wei Mi
2016-02-04
4
-17
/
+8
*
Revert r259662, which caused regressions on polly tests.
Wei Mi
2016-02-03
4
-8
/
+17
*
[SCEV] Try to reuse existing value during SCEV expansion
Wei Mi
2016-02-03
4
-17
/
+8
*
[IndVarSimplify] Rewrite loop exit values with their initial values from loop...
Chen Li
2016-01-27
1
-0
/
+63
*
[SCEV] Fix PR26207
Sanjoy Das
2016-01-19
1
-0
/
+20
*
[IndVars] Fix PR25576
Sanjoy Das
2016-01-17
1
-0
/
+31
*
[IndVars] Have getInsertPointForUses preserve LCSSA
Sanjoy Das
2015-12-08
1
-0
/
+45
*
[SCEVExpander] Have hoistIVInc preserve LCSSA
Sanjoy Das
2015-12-08
1
-0
/
+25
*
ScalarEvolution: do not set nuw when creating exprs of form <expr> + <all-ones>.
Peter Collingbourne
2015-11-20
1
-0
/
+49
*
Re-apply r251050 with a for PR25421
Sanjoy Das
2015-11-05
2
-0
/
+88
*
Revert r251050 to fix miscompile when running Clang -O1
Richard Trieu
2015-11-05
1
-58
/
+0
*
Fix PR25372 - teach replaceCongruentPHIs to handle cases where SE evaluates a...
Silviu Baranga
2015-11-03
1
-0
/
+33
*
Revert "[IndVarSimplify] Rewrite loop exit values with their initial values f...
Tobias Grosser
2015-11-03
1
-75
/
+0
*
[IndVarSimplify] Rewrite loop exit values with their initial values from loop...
Chen Li
2015-11-02
1
-0
/
+75
*
[SCEV] Don't create SCEV expressions that break LCSSA
Sanjoy Das
2015-10-31
1
-0
/
+33
*
Revert r251492 "[IndVarSimplify] Rewrite loop exit values with their
Chen Li
2015-10-28
1
-75
/
+0
*
[IndVarSimplify] Rewrite loop exit values with their initial values from loop...
Chen Li
2015-10-28
1
-0
/
+75
*
[SCEV] Remove a test case added in r249168
Sanjoy Das
2015-10-22
1
-37
/
+7
*
[SCEV] Opportunistically interpret unsigned constraints as signed
Sanjoy Das
2015-10-22
1
-0
/
+50
*
[SCEV] Teach SCEV some axioms about non-wrapping arithmetic
Sanjoy Das
2015-10-22
1
-0
/
+59
*
[IndVars] Have `cloneArithmeticIVUser` guess better
Sanjoy Das
2015-10-16
1
-2
/
+28
*
[SCEV] Pick backedge values for phi nodes correctly
Sanjoy Das
2015-10-08
1
-0
/
+37
*
[IndVars] Preserve LCSSA in `eliminateIdentitySCEV`
Sanjoy Das
2015-10-07
1
-0
/
+49
*
[IndVars] Don't break dominance in `eliminateIdentitySCEV`
Sanjoy Das
2015-10-06
1
-0
/
+44
*
[SCEV] Try to prove predicates by splitting them
Sanjoy Das
2015-10-02
1
-0
/
+83
*
[SCEV] Don't crash on pointer comparisons
Sanjoy Das
2015-09-28
1
-0
/
+37
*
[SCEV] identical instructions don't compute equal values
Sanjoy Das
2015-09-27
1
-0
/
+27
[next]