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
*
[SCEV][LAA] Add tests for SCEV expression transformations performed during LAA
Silviu Baranga
2016-04-14
1
-0
/
+23
*
Add space between words in verify-scev-maps option help message
Jeroen Ketema
2016-04-12
1
-1
/
+1
*
This reverts commit r265913 and r265912
Sanjoy Das
2016-04-11
1
-49
/
+5
*
[SCEV] See through op.with.overflow intrinsics
Sanjoy Das
2016-04-10
1
-5
/
+49
*
Re-commit [SCEV] Introduce a guarded backedge taken count and use it in LAA a...
Silviu Baranga
2016-04-08
1
-86
/
+229
*
Don't IPO over functions that can be de-refined
Sanjoy Das
2016-04-08
1
-1
/
+1
*
Revert r265535 until we know how we can fix the bots
Silviu Baranga
2016-04-06
1
-229
/
+86
*
[SCEV] Introduce a guarded backedge taken count and use it in LAA and LV
Silviu Baranga
2016-04-06
1
-86
/
+229
*
[SCEV] Track NoWrap properties using MatchBinaryOp, NFC
Sanjoy Das
2016-03-31
1
-7
/
+16
*
[SCEV] NFC code motion to simplify later change
Sanjoy Das
2016-03-31
1
-77
/
+77
*
[SCEV] Extract out a MatchBinaryOp; NFCI
Sanjoy Das
2016-03-29
1
-222
/
+284
*
[SCEV] Use Operator::getOpcode instead of manual dispatch; NFC
Sanjoy Das
2016-03-29
1
-8
/
+3
*
[SCEV] Change the SCEV Predicates interfaces for conversion to AddRecExpr to ...
Silviu Baranga
2016-03-23
1
-4
/
+18
*
[PM] Make the AnalysisManager parameter to run methods a reference.
Chandler Carruth
2016-03-11
1
-7
/
+7
*
[PM] Implement the final conclusion as to how the analysis IDs should
Chandler Carruth
2016-03-11
1
-1
/
+1
*
[SCEV] Slightly generalize getRangeViaFactoring
Sanjoy Das
2016-03-09
1
-13
/
+18
*
[SCEV] Slightly generalize getRangeViaFactoring
Sanjoy Das
2016-03-09
1
-23
/
+51
*
[SCEV] Prove no-overflow via constant ranges
Sanjoy Das
2016-03-03
1
-0
/
+41
*
[SCEV] Be less eager about demoting zexts to sexts
Sanjoy Das
2016-03-03
1
-4
/
+5
*
[SCEV] Minor naming, braces cleanup; NFC
Sanjoy Das
2016-03-02
1
-5
/
+4
*
Add a comment with a rational for the unusual code structure
Sanjoy Das
2016-03-02
1
-0
/
+3
*
Qualify getRangeForAffineAR with this-> for MSVC
Sanjoy Das
2016-03-02
1
-2
/
+2
*
Perturb code in an attempt to appease MSVC
Sanjoy Das
2016-03-02
1
-9
/
+9
*
More code permutation to appease MSVC
Sanjoy Das
2016-03-02
1
-4
/
+7
*
Remove "auto" to appease the MSVC bots
Sanjoy Das
2016-03-02
1
-2
/
+2
*
[SCEV] Make getRange smarter around selects
Sanjoy Das
2016-03-02
1
-0
/
+83
*
[SCEV] Extract out a getRangeForAffineAR; NFC
Sanjoy Das
2016-03-02
1
-57
/
+71
*
[SCEV] Minor cleanup: rename method, C++11'ify; NFC
Sanjoy Das
2016-03-01
1
-4
/
+3
*
[PM] Appease mingw32's auto-import DLL build with minimal tweaks, with fix fo...
NAKAMURA Takumi
2016-02-28
1
-0
/
+2
*
Revert r262185, "[PM] Appease mingw32's auto-import DLL build with minimal tw...
NAKAMURA Takumi
2016-02-28
1
-2
/
+0
*
[PM] Appease mingw32's auto-import DLL build with minimal tweaks.
NAKAMURA Takumi
2016-02-28
1
-0
/
+2
*
[PM] Introduce CRTP mixin base classes to help define passes and
Chandler Carruth
2016-02-26
1
-2
/
+0
*
[ConstantRange] Rename a method and add more doc
Sanjoy Das
2016-02-22
1
-5
/
+4
*
ScalerEvolution: Only erase temporary values if they actually have been added
Tobias Grosser
2016-02-21
1
-5
/
+6
*
ScalarEvolution: Do not keep temporary PHI values in ValueExprMap
Tobias Grosser
2016-02-21
1
-0
/
+5
*
[SCEV] Don't spell `SCEV *` variables as `Scev`; NFC
Sanjoy Das
2016-02-20
1
-15
/
+14
*
[SCEV] Don't use std::make_pair; NFC
Sanjoy Das
2016-02-20
1
-15
/
+14
*
[SCEV][LAA] Re-commit r260085 and r260086, this time with a fix for the memory
Silviu Baranga
2016-02-08
1
-10
/
+188
*
Revert r260086 and r260085. They have broken the memory
Silviu Baranga
2016-02-08
1
-187
/
+10
*
[SCEV][LAA] Add no wrap SCEV predicates and use use them to improve strided p...
Silviu Baranga
2016-02-08
1
-10
/
+187
*
[SCEV] Add boolean accessors for NSW, NUW and NW; NFC
Sanjoy Das
2016-02-04
1
-14
/
+14
*
[SCEV] Try to reuse existing value during SCEV expansion
Wei Mi
2016-02-04
1
-4
/
+86
*
Revert r259662, which caused regressions on polly tests.
Wei Mi
2016-02-03
1
-86
/
+4
*
[SCEV] Try to reuse existing value during SCEV expansion
Wei Mi
2016-02-03
1
-4
/
+86
*
[SCEV] Clean up isKnownPredicateViaConstantRanges; NFCI
Sanjoy Das
2016-02-01
1
-63
/
+20
*
[SCEV] Rename isKnownPredicateWithRanges; NFC
Sanjoy Das
2016-02-01
1
-7
/
+8
*
[opaque pointer types] [NFC] Add an explicit type argument to ConstantFoldLoa...
Eduard Burtescu
2016-01-22
1
-2
/
+2
*
Change ConstantFoldInstOperands to take Instruction instead of opcode and typ...
Manuel Jacob
2016-01-21
1
-4
/
+2
*
[SCEV] Fix PR26207
Sanjoy Das
2016-01-19
1
-0
/
+8
*
[SCEV] Use range-for; NFC
Sanjoy Das
2016-01-19
1
-5
/
+4
[next]