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
/
Analysis
/
ScalarEvolution.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
[InstSimplify] Don't constant fold or DCE calls that are marked nobuiltin
Andrew Kaylor
2017-06-09
1
-1
/
+1
*
Sort the remaining #include lines in include/... and lib/....
Chandler Carruth
2017-06-06
1
-1
/
+1
*
Added LLVM_FALLTHROUGH to address warning: this statement may fall through. NFC.
Galina Kistanova
2017-05-31
1
-0
/
+4
*
[SCEV][NFC] Remove redundant params from isAvailableAtLoopEntry
Max Kazantsev
2017-05-30
1
-4
/
+3
*
[SCEV] Assume parameters coming from function calls contain IVs
Tobias Grosser
2017-05-27
1
-1
/
+4
*
Re-enable "[SCEV] Do not fold dominated SCEVUnknown into AddRecExpr start"
Max Kazantsev
2017-05-26
1
-2
/
+59
*
[ValueTracking] Convert most of the calls to computeKnownBits to use the vers...
Craig Topper
2017-05-24
1
-6
/
+2
*
Revert "[SCEV] Do not fold dominated SCEVUnknown into AddRecExpr start"
Diana Picus
2017-05-24
1
-59
/
+2
*
[SCEV] Do not fold dominated SCEVUnknown into AddRecExpr start
Max Kazantsev
2017-05-24
1
-2
/
+59
*
[SCEV] Clarify behavior around max backedge taken count
Sanjoy Das
2017-05-22
1
-10
/
+37
*
Revert "[SCEV] Clarify behavior around max backedge taken count"
Sanjoy Das
2017-05-21
1
-37
/
+10
*
[SCEV] Clarify behavior around max backedge taken count
Sanjoy Das
2017-05-21
1
-10
/
+37
*
[SCEV][NFC] Remove duplication of isLoopInvariant code
Max Kazantsev
2017-05-18
1
-2
/
+2
*
[SCEV] Always sort AddRecExprs from different loops by dominance
Max Kazantsev
2017-05-17
1
-7
/
+7
*
[SCEV][NFC] Replace redundant dyn_cast with cast in getAddExpr
Max Kazantsev
2017-05-17
1
-14
/
+15
*
[SCEV] Fix sorting order for AddRecExprs
Max Kazantsev
2017-05-16
1
-16
/
+31
*
[SCEV] Use copy initialization of APInts instead of direct initialization.
Craig Topper
2017-05-15
1
-6
/
+6
*
[ValueTracking] Replace all uses of ComputeSignBit with computeKnownBits.
Craig Topper
2017-05-15
1
-5
/
+4
*
Move some code into ScalarEvolution.cpp; NFC
Sanjoy Das
2017-05-15
1
-0
/
+24
*
[KnownBits] Add bit counting methods to KnownBits struct and use them where p...
Craig Topper
2017-05-12
1
-1
/
+1
*
[SCEV] Reduce possible APInt allocations a bit.
Craig Topper
2017-05-11
1
-7
/
+11
*
[SCEV] Remove unneeded 'using namespace APIntOps'.
Craig Topper
2017-05-11
1
-37
/
+34
*
[SCEV] Don't use std::move on both inputs to APInt::operator+ or operator-. I...
Craig Topper
2017-05-08
1
-4
/
+4
*
[SCEV] Use APInt::operator*=(uint64_t) to avoid a temporary APInt for a const...
Craig Topper
2017-05-08
1
-2
/
+1
*
[SCEV] Have getRangeForAffineARHelper take StartRange by const reference to a...
Craig Topper
2017-05-08
1
-1
/
+1
*
[SCEV] Use move semantics in ScalarEvolution::setRange
Craig Topper
2017-05-07
1
-3
/
+3
*
Remove unnecessary const_cast
Sanjoy Das
2017-05-07
1
-7
/
+4
*
Use array_pod_sort instead of std::sort
Sanjoy Das
2017-05-07
1
-1
/
+1
*
[SCEV] Remove extra APInt copies from getRangeForAffineARHelper.
Craig Topper
2017-05-06
1
-13
/
+10
*
[SCEV] Use std::move to avoid some APInt copies.
Craig Topper
2017-05-06
1
-5
/
+5
*
[SCEV] Use APInt's uint64_t operations instead of creating a temporary APInt ...
Craig Topper
2017-05-06
1
-3
/
+2
*
[SCEV] Avoid a couple APInt copies by capturing by reference since the method...
Craig Topper
2017-05-06
1
-2
/
+2
*
Fix a typo.
Michael Zolotukhin
2017-05-04
1
-2
/
+2
*
[SCEV] createAddRecFromPHI: Optimize for the most common case.
Michael Zolotukhin
2017-05-03
1
-2
/
+58
*
Rename isKnownNotFullPoison to programUndefinedIfPoison; NFC
Sanjoy Das
2017-04-30
1
-1
/
+2
*
[SCEV] Use early exit in createAddRecFromPHI. NFC.
Michael Zolotukhin
2017-04-28
1
-109
/
+110
*
Kill off the old SimplifyInstruction API by converting remaining users.
Daniel Berlin
2017-04-28
1
-1
/
+1
*
[ValueTracking] Introduce a KnownBits struct to wrap the two APInts for compu...
Craig Topper
2017-04-26
1
-10
/
+12
*
Revert "[SCEV] Enable SCEV verification by default in EXPENSIVE_CHECKS builds"
Sanjoy Das
2017-04-24
1
-10
/
+3
*
Fix unused variables / fields warnings in release builds
Sanjoy Das
2017-04-24
1
-0
/
+6
*
[SCEV] Enable SCEV verification by default in EXPENSIVE_CHECKS builds
Sanjoy Das
2017-04-24
1
-3
/
+10
*
[SCEV] Fix exponential time complexity by caching
Sanjoy Das
2017-04-24
1
-19
/
+63
*
[SCEV] Move towards a verifier without false positives
Sanjoy Das
2017-04-23
1
-68
/
+59
*
Revert r300746 (SCEV analysis for or instructions).
Eli Friedman
2017-04-20
1
-6
/
+22
*
[APInt] Rename getSignBit to getSignMask
Craig Topper
2017-04-20
1
-4
/
+4
*
[SCEV] Make SCEV or modeling more aggressive.
Eli Friedman
2017-04-19
1
-22
/
+6
*
[APInt] Use lshrInPlace to replace lshr where possible
Craig Topper
2017-04-18
1
-1
/
+1
*
[SCEV] Fix another unused variable warning in release builds.
Benjamin Kramer
2017-04-17
1
-0
/
+1
*
Fix an unused variable error in rL300494.
Wei Mi
2017-04-17
1
-0
/
+1
*
[SCEV] Add a local cache for getZeroExtendExpr and getSignExtendExpr to prevent
Wei Mi
2017-04-17
1
-61
/
+115
[prev]
[next]