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
/
Utils
/
SimplifyIndVar.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Revert "[SCEV] Move ScalarEvolutionExpander.cpp to Transforms/Utils (NFC)."
Florian Hahn
2020-01-04
1
-1
/
+1
*
[SCEV] Move ScalarEvolutionExpander.cpp to Transforms/Utils (NFC).
Florian Hahn
2020-01-04
1
-1
/
+1
*
[SimplifyIndVar] Simplify non-overflowing saturating add/sub
Nikita Popov
2019-06-15
1
-0
/
+24
*
Generalize icmp matching in IndVars' eliminateTrunc
Philip Reames
2019-06-11
1
-14
/
+15
*
[SimplifyIndVar] Refactor overflow check elimination code; NFC
Nikita Popov
2019-06-01
1
-97
/
+43
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
[IndVars] Drop "exact" flag from lshr and udiv when substituting their args
Max Kazantsev
2018-10-11
1
-0
/
+9
*
[NFC] Make a variable const
Max Kazantsev
2018-10-10
1
-1
/
+1
*
Remove trailing space
Fangrui Song
2018-07-30
1
-1
/
+1
*
[SimplifyIndVar] Canonicalize comparisons to unsigned while eliminating truncs
Max Kazantsev
2018-07-27
1
-2
/
+23
*
[IndVarSimplify] Ignore unreachable users of truncs
Max Kazantsev
2018-06-28
1
-0
/
+4
*
[SimplifyIndVars] Eliminate redundant truncs
Max Kazantsev
2018-06-19
1
-0
/
+92
*
[SimplifyIndVars] Ignore dead users
Max Kazantsev
2018-06-13
1
-0
/
+10
*
[NFC] Use variable instead of accessing pair many times
Max Kazantsev
2018-06-07
1
-6
/
+6
*
Rename DEBUG macro to LLVM_DEBUG.
Nicola Zaghen
2018-05-14
1
-13
/
+14
*
Remove redundant includes from lib/Transforms.
Michael Zolotukhin
2017-12-13
1
-2
/
+0
*
[IndVars] Fix a bug introduced in r317012
Philip Reames
2017-12-01
1
-3
/
+13
*
Revert 317016 and 317048
Philip Reames
2017-11-01
1
-44
/
+50
*
[SimplifyIndVar] Inline makIVComparisonInvariant to eleminate code duplicatio...
Philip Reames
2017-10-31
1
-51
/
+29
*
[IndVarSimplify] Extract wrapper around SE-.isLoopInvariantPredicate [NFC]
Philip Reames
2017-10-31
1
-17
/
+33
*
[IndVarSimplify] Simplify code using a dictionary
Philip Reames
2017-10-31
1
-16
/
+8
*
[IndVarSimplify] Simplify code using preheader assumption
Philip Reames
2017-10-31
1
-44
/
+6
*
[SimplifyIndVar] Extract out invariant expression handling
Philip Reames
2017-10-31
1
-82
/
+107
*
Undo accidental commit
Philip Reames
2017-10-31
1
-237
/
+82
*
[CGP] Fix crash on i96 bit multiply
Philip Reames
2017-10-30
1
-82
/
+237
*
[SimplifyIndVars] Shorten code by using SCEV helper [NFC]
Philip Reames
2017-10-26
1
-7
/
+4
*
[SimplifyIndVar] Replace IVUsers with loop invariant whenever possible
Hongbin Zheng
2017-10-12
1
-32
/
+54
*
[SimplifyIndVar] Do not fail when we constant fold an IV user to ConstantPoin...
Hongbin Zheng
2017-09-29
1
-10
/
+17
*
[SimplifyIndVar] Constant fold IV users
Hongbin Zheng
2017-09-27
1
-0
/
+30
*
[SimplifyIndvar] Minor change to refine r314125, NFC
Hongbin Zheng
2017-09-25
1
-1
/
+1
*
[SimplifyIndvar] Replace the srem used by IV if we can prove both of its oper...
Hongbin Zheng
2017-09-25
1
-38
/
+80
*
Re-enable "[IndVars] Canonicalize comparisons between non-negative values and...
Max Kazantsev
2017-07-08
1
-0
/
+11
*
Revert "Revert "Revert "[IndVars] Canonicalize comparisons between non-negati...
Max Kazantsev
2017-07-06
1
-4
/
+0
*
Revert "Revert "[IndVars] Canonicalize comparisons between non-negative value...
Max Kazantsev
2017-07-06
1
-0
/
+4
*
[IndVarSimplify] Add AShr exact flags using induction variables ranges.
David Green
2017-07-05
1
-2
/
+34
*
Revert "[IndVars] Canonicalize comparisons between non-negative values and in...
Max Kazantsev
2017-07-05
1
-4
/
+0
*
[IndVars] Canonicalize comparisons between non-negative values and indvars
Max Kazantsev
2017-07-05
1
-0
/
+4
*
[SCEV] Use depth limit instead of local cache for SExt and ZExt
Max Kazantsev
2017-06-30
1
-5
/
+5
*
[ScalarEvolution] Apply Depth limit to getMulExpr
Max Kazantsev
2017-06-15
1
-7
/
+7
*
Rename WeakVH to WeakTrackingVH; NFC
Sanjoy Das
2017-05-01
1
-4
/
+4
*
Reverts commit r301424, r301425 and r301426
Sanjoy Das
2017-04-26
1
-4
/
+4
*
Rename WeakVH to WeakTrackingVH; NFC
Sanjoy Das
2017-04-26
1
-4
/
+4
*
[SimplifyIndvar] Replace the sdiv used by IV if we can prove both of its oper...
Hongbin Zheng
2017-03-30
1
-4
/
+38
*
[IndVars] Remove -liv-reduce
Sanjoy Das
2016-06-05
1
-72
/
+0
*
[IndVars] Eliminate op.with.overflow when possible (re-apply)
Sanjoy Das
2016-05-29
1
-0
/
+107
*
[NFC] Header cleanup
Mehdi Amini
2016-04-18
1
-1
/
+0
*
This reverts commit r265913 and r265912
Sanjoy Das
2016-04-11
1
-107
/
+0
*
[IndVars] Eliminate op.with.overflow when possible
Sanjoy Das
2016-04-10
1
-0
/
+107
*
[IndVars] Make the fix for PR26973 more obvious; NFCI
Sanjoy Das
2016-03-18
1
-3
/
+42
*
[IndVars] Pass the right loop to isLoopInvariantPredicate
Sanjoy Das
2016-03-18
1
-3
/
+2
[next]