summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Analysis/ScalarEvolution.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Be wary of abnormal exits from loop when exploiting UBSanjoy Das2016-06-091-1/+2
* Factor out a loopHasNoAbnormalExits; NFCSanjoy Das2016-06-091-9/+8
* Apply most suggestions of clang-tidy's performance-unnecessary-value-paramBenjamin Kramer2016-06-081-1/+1
* [SCEV] Break out of loop if there is no more work to doSanjoy Das2016-06-081-1/+1
* [SCEV] Track no-abnormal-exits instead of no-throw callsSanjoy Das2016-06-081-10/+10
* Fix a bug in SCEV's poison value propagationSanjoy Das2016-06-081-12/+13
* [SCEV] Consolidate comments; NFCSanjoy Das2016-05-291-240/+86
* [SCEV] Rename functions to LLVM style; NFCSanjoy Das2016-05-291-13/+13
* [SCEV] See through op.with.overflow intrinsics (re-apply)Sanjoy Das2016-05-291-5/+49
* [SCEV] Don't always add no-wrap flags to post-inc add recsSanjoy Das2016-05-291-7/+91
* [SCEV] No-wrap flags are not propagated when folding "{S,+,X}+T ==> {S+T,+,X}"Oleg Ranevskyy2016-05-251-1/+4
* [SCEV] Be more aggressive in proving NUWSanjoy Das2016-05-171-7/+20
* [scan-build] fix warnings emiited on LLVM Analysis code baseSilviu Baranga2016-05-131-0/+2
* [SCEV] Be more aggressive around proving no-wrapSanjoy Das2016-05-111-4/+17
* [SCEV] Use guards to prove predicatesSanjoy Das2016-05-101-3/+44
* [SCEV] Tweak the output format and content of -analyzeSanjoy Das2016-05-031-3/+18
* Fixed MSVC 'not all control paths return a value' warningSimon Pilgrim2016-05-011-0/+1
* [SCEV] When printing via -analysis, dump loop dispositionSanjoy Das2016-05-011-0/+25
* Unify XDEBUG and EXPENSIVE_CHECKS (into the latter), and add an option to the...Filipe Cabecinhas2016-04-291-1/+1
* [SCEV] Extract out a `isSCEVExprNeverPoison` helper; NFCISanjoy Das2016-04-221-29/+41
* [SCEV][LAA] Add tests for SCEV expression transformations performed during LAASilviu Baranga2016-04-141-0/+23
* Add space between words in verify-scev-maps option help messageJeroen Ketema2016-04-121-1/+1
* This reverts commit r265913 and r265912Sanjoy Das2016-04-111-49/+5
* [SCEV] See through op.with.overflow intrinsicsSanjoy Das2016-04-101-5/+49
* Re-commit [SCEV] Introduce a guarded backedge taken count and use it in LAA a...Silviu Baranga2016-04-081-86/+229
* Don't IPO over functions that can be de-refinedSanjoy Das2016-04-081-1/+1
* Revert r265535 until we know how we can fix the bots Silviu Baranga2016-04-061-229/+86
* [SCEV] Introduce a guarded backedge taken count and use it in LAA and LVSilviu Baranga2016-04-061-86/+229
* [SCEV] Track NoWrap properties using MatchBinaryOp, NFCSanjoy Das2016-03-311-7/+16
* [SCEV] NFC code motion to simplify later changeSanjoy Das2016-03-311-77/+77
* [SCEV] Extract out a MatchBinaryOp; NFCISanjoy Das2016-03-291-222/+284
* [SCEV] Use Operator::getOpcode instead of manual dispatch; NFCSanjoy Das2016-03-291-8/+3
* [SCEV] Change the SCEV Predicates interfaces for conversion to AddRecExpr to ...Silviu Baranga2016-03-231-4/+18
* [PM] Make the AnalysisManager parameter to run methods a reference.Chandler Carruth2016-03-111-7/+7
* [PM] Implement the final conclusion as to how the analysis IDs shouldChandler Carruth2016-03-111-1/+1
* [SCEV] Slightly generalize getRangeViaFactoringSanjoy Das2016-03-091-13/+18
* [SCEV] Slightly generalize getRangeViaFactoringSanjoy Das2016-03-091-23/+51
* [SCEV] Prove no-overflow via constant rangesSanjoy Das2016-03-031-0/+41
* [SCEV] Be less eager about demoting zexts to sextsSanjoy Das2016-03-031-4/+5
* [SCEV] Minor naming, braces cleanup; NFCSanjoy Das2016-03-021-5/+4
* Add a comment with a rational for the unusual code structureSanjoy Das2016-03-021-0/+3
* Qualify getRangeForAffineAR with this-> for MSVCSanjoy Das2016-03-021-2/+2
* Perturb code in an attempt to appease MSVCSanjoy Das2016-03-021-9/+9
* More code permutation to appease MSVCSanjoy Das2016-03-021-4/+7
* Remove "auto" to appease the MSVC botsSanjoy Das2016-03-021-2/+2
* [SCEV] Make getRange smarter around selectsSanjoy Das2016-03-021-0/+83
* [SCEV] Extract out a getRangeForAffineAR; NFCSanjoy Das2016-03-021-57/+71
* [SCEV] Minor cleanup: rename method, C++11'ify; NFCSanjoy Das2016-03-011-4/+3
* [PM] Appease mingw32's auto-import DLL build with minimal tweaks, with fix fo...NAKAMURA Takumi2016-02-281-0/+2
* Revert r262185, "[PM] Appease mingw32's auto-import DLL build with minimal tw...NAKAMURA Takumi2016-02-281-2/+0
OpenPOWER on IntegriCloud